Makefile.fpc 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Makefile.fpc for Free Pascal Packages
  3. #
  4. [target]
  5. dirs=pasjpeg regexpr netdb
  6. dirs_i386_linux=libc
  7. dirs_linux=gdbint mysql ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
  8. dirs_win32=gdbint mysql ibase odbc sqlite postgres oracle imagemagick httpd
  9. dirs_win64=mysql ibase odbc sqlite postgres oracle
  10. dirs_wince=ibase sqlite postgres
  11. dirs_go32v2=gdbint
  12. dirs_netbsd=gdbint mysql ibase postgres oracle odbc imagemagick httpd
  13. dirs_openbsd=gdbint mysql ibase postgres oracle odbc imagemagick httpd
  14. dirs_beos=gdbint mysql ibase postgres odbc sqlite pthreads imagemagick
  15. dirs_freebsd=gdbint mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
  16. dirs_darwin=mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
  17. dirs_solaris=mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
  18. [rules]
  19. paszlib_all: hash_all
  20. paszlib_debug: hash_debug
  21. paszlib_smart: hash_smart
  22. paszlib_release: hash_release
  23. paszlib_shared: hash_shared
  24. paszlib_examples: hash_examples
  25. [install]
  26. fpcpackage=y
  27. fpcsubdir=packages/base
  28. [default]
  29. fpcdir=../..