Makefile.fpc 918 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for Free Pascal Packages
  3. #
  4. [target]
  5. dirs_linux=zlib ncurses x11 gtk syslog \
  6. inet uncgi \
  7. mysql ibase postgres oracle \
  8. opengl forms svgalib ggi libpng libgd \
  9. utmp paszlib gdbint cmem regexpr unzip
  10. dirs_win32=uncgi gtk gdbint ibase mysql zlib paszlib unzip regexpr opengl mmsystem
  11. dirs_go32v2=uncgi gdbint paszlib unzip regexpr
  12. dirs_netbsd=zlib ncurses x11 gtk syslog \
  13. inet uncgi \
  14. mysql ibase postgres oracle \
  15. opengl forms svgalib ggi libpng libgd \
  16. utmp paszlib gdbint cmem regexpr unzip
  17. dirs_beos=paszlib regexpr
  18. dirs_os2=uncgi paszlib unzip regexpr
  19. dirs_freebsd=zlib ncurses x11 gtk syslog \
  20. inet uncgi \
  21. mysql ibase postgres oracle \
  22. opengl forms svgalib ggi libpng libgd \
  23. utmp paszlib gdbint cmem regexpr unzip
  24. [install]
  25. fpcpackage=y
  26. [default]
  27. fpcdir=..