12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #
- # Makefile.fpc for FCL Web components
- #
- [package]
- name=fcl-web
- version=2.5.1
- [target]
- units=httpdefs fphttp custweb custcgi fpcgi fptemplate fphtml websession fpweb \
- webutil fpdatasetform cgiapp ezcgi fpapache
- rsts=fpcgi fphtml fpweb websession cgiapp
- # these units are listed separately because they don't work for
- # darwin (which does support the rest of fcl-web)
- units_beos=custfcgi fpfcgi
- units_haiku=custfcgi fpfcgi
- units_freebsd=custfcgi fpfcgi
- units_solaris=custfcgi fpfcgi
- units_netbsd=custfcgi fpfcgi
- units_openbsd=custfcgi fpfcgi
- units_linux=custfcgi fpfcgi
- units_win32=custfcgi fpfcgi
- units_win64=custfcgi fpfcgi
- units_wince=custfcgi fpfcgi
- [require]
- packages=fcl-base fcl-xml fcl-db fcl-process httpd22 fastcgi
- packages_darwin=univint
- [compiler]
- options=-S2h
- sourcedir=src
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|