Makefile.fpc 302 B

12345678910111213141516171819202122232425
  1. #
  2. # Makefile.fpc for fpWeb tests
  3. #
  4. [require]
  5. packages=fcl-base fcl-xml fcl-net
  6. [target]
  7. programs=rpcserv rpccli
  8. programs_linux=cdnslookup
  9. programs_freebsd=cdnslookup
  10. units=svrclass svrclass_xmlrpc
  11. [compiler]
  12. options=-S2h
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../../..
  17. [rules]
  18. .NOTPARALLEL: