Makefile.fpc 846 B

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