Makefile.fpc.fpcmake 235 B

1234567891011121314151617181920212223242526
  1. #
  2. # Makefile.fpc for httpd 1.3 unit
  3. #
  4. [package]
  5. name=httpd13
  6. version=3.3.1
  7. [target]
  8. units=httpd
  9. [require]
  10. libc=y
  11. [install]
  12. fpcpackage=y
  13. [compiler]
  14. includedir=src
  15. sourcedir=src tests
  16. [default]
  17. fpcdir=../..
  18. [rules]
  19. .NOTPARALLEL: