Makefile.fpc 283 B

123456789101112131415161718192021222324252627
  1. #
  2. # Makefile.fpc for Postgres bindings
  3. #
  4. [package]
  5. name=postgres
  6. version=2.2.0
  7. [target]
  8. units=dllist dllistdyn postgres postgres3 postgres3dyn
  9. examples=testpg1 testpg2
  10. [require]
  11. libc=y
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../..
  16. [shared]
  17. build=n
  18. [rules]
  19. .NOTPARALLEL: