Makefile.fpc 672 B

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