Makefile.fpc 904 B

12345678910111213141516171819202122232425262728293031
  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 oracle graph
  11. dirs_win64=mysql ibase odbc sqlite postgres oracle
  12. dirs_wince=ibase sqlite postgres
  13. dirs_go32v2=gdbint graph
  14. dirs_netbsd=gdbint libasync \
  15. mysql ibase postgres oracle odbc
  16. dirs_openbsd=gdbint libasync \
  17. mysql ibase postgres oracle odbc
  18. dirs_freebsd=gdbint libasync graph \
  19. mysql ibase postgres oracle odbc sqlite pthreads
  20. dirs_darwin=libasync \
  21. mysql ibase postgres oracle odbc sqlite pthreads
  22. dirs_solaris=libasync \
  23. mysql ibase postgres oracle odbc sqlite pthreads
  24. [install]
  25. fpcpackage=y
  26. fpcsubdir=packages/base
  27. [default]
  28. fpcdir=../..