Makefile.fpc 721 B

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