Makefile.fpc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 imagemagick dbus httpd
  10. dirs_win32=gdbint mysql ibase odbc sqlite postgres oracle graph imagemagick httpd
  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 imagemagick httpd
  16. dirs_openbsd=gdbint libasync \
  17. mysql ibase postgres oracle odbc imagemagick httpd
  18. dirs_freebsd=gdbint libasync graph \
  19. mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
  20. dirs_darwin=libasync \
  21. mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
  22. dirs_solaris=libasync \
  23. mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
  24. [rules]
  25. paszlib_all: hash_all
  26. paszlib_debug: hash_debug
  27. paszlib_smart: hash_smart
  28. paszlib_release: hash_smart
  29. paszlib_shared: hash_shared
  30. paszlib_examples: hash_smart
  31. [install]
  32. fpcpackage=y
  33. fpcsubdir=packages/base
  34. [default]
  35. fpcdir=../..