Makefile.fpc 654 B

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