Makefile.fpc 457 B

123456789101112131415161718192021222324252627
  1. #
  2. # Makefile.fpc for netdb implementation
  3. #
  4. [package]
  5. name=netdb
  6. version=1.9.0
  7. [target]
  8. units=uriparser
  9. units_linux=netdb
  10. units_freebsd=netdb
  11. units_openbsd=netdb
  12. units_netbsd=netdb
  13. examples_linux=testdns testhst testsvc testnet
  14. examples_freebsd=testdns testhst testsvc testnet
  15. examples_openbsd=testdns testhst testsvc testnet
  16. examples_netbsd=testdns testhst testsvc testnet
  17. examples=testuri
  18. [require]
  19. [install]
  20. fpcpackage=y
  21. [default]
  22. fpcdir=../../..