Makefile.fpc 677 B

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # Makefile.fpc for netdb implementation
  3. #
  4. [package]
  5. name=netdb
  6. version=2.0.0
  7. [target]
  8. units=uriparser
  9. units_linux=netdb
  10. units_freebsd=netdb
  11. units_openbsd=netdb
  12. units_netbsd=netdb
  13. units_darwin=netdb
  14. units_solaris=netdb
  15. examples_linux=testdns testhst testsvc testnet testhosts
  16. examples_freebsd=testdns testhst testsvc testnet testhosts
  17. examples_openbsd=testdns testhst testsvc testnet testhosts
  18. examples_netbsd=testdns testhst testsvc testnet testhosts
  19. examples_darwin=testdns testhst testsvc testnet testhosts
  20. examples_solaris=testdns testhst testsvc testnet testhosts
  21. examples=testuri
  22. [require]
  23. [install]
  24. fpcpackage=y
  25. [default]
  26. fpcdir=../../..
  27. [rules]
  28. .NOTPARALLEL: