Makefile.fpc 560 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for Free Pascal Packages
  3. #
  4. [target]
  5. dirs=paszlib regexpr netdb
  6. dirs_linux=inet gdbint libasync \
  7. mysql ibase postgres oracle odbc pthreads
  8. dirs_win32=inet gdbint \
  9. mysql ibase odbc
  10. dirs_go32v2=gdbint
  11. dirs_netbsd=inet gdbint libasync \
  12. mysql ibase postgres oracle odbc
  13. dirs_openbsd=inet gdbint libasync \
  14. mysql ibase postgres oracle odbc
  15. dirs_freebsd=inet gdbint libasync \
  16. mysql ibase postgres oracle odbc
  17. [install]
  18. fpcpackage=y
  19. fpcsubdir=packages/base
  20. [default]
  21. fpcdir=../..