Makefile.fpc 873 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #
  2. # Makefile.fpc for FCL Web components
  3. #
  4. [package]
  5. name=fcl-web
  6. version=2.5.1
  7. [target]
  8. units=httpdefs fphttp custweb custcgi fpcgi fptemplate fphtml websession fpweb \
  9. webutil fpdatasetform cgiapp ezcgi fpapache
  10. rsts=fpcgi fphtml fpweb websession cgiapp
  11. # these units are listed separately because they don't work for
  12. # darwin (which does support the rest of fcl-web)
  13. units_beos=custfcgi fpfcgi
  14. units_haiku=custfcgi fpfcgi
  15. units_freebsd=custfcgi fpfcgi
  16. units_solaris=custfcgi fpfcgi
  17. units_netbsd=custfcgi fpfcgi
  18. units_openbsd=custfcgi fpfcgi
  19. units_linux=custfcgi fpfcgi
  20. units_win32=custfcgi fpfcgi
  21. units_win64=custfcgi fpfcgi
  22. units_wince=custfcgi fpfcgi
  23. [require]
  24. packages=fcl-base fcl-xml fcl-db fcl-process httpd22 fastcgi
  25. packages_darwin=univint
  26. [compiler]
  27. options=-S2h
  28. sourcedir=src
  29. [install]
  30. fpcpackage=y
  31. [default]
  32. fpcdir=../..
  33. [rules]
  34. .NOTPARALLEL: