Makefile.fpc.fpcmake 296 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Makefile.fpc for gdbm bindings
  3. #
  4. [package]
  5. name=gdbm
  6. version=3.3.1
  7. [target]
  8. units=gdbm
  9. exampledirs=examples
  10. [require]
  11. package=rtl
  12. [install]
  13. examplesubdir=gdbm
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../..
  17. [compiler]
  18. includedir=src
  19. sourcedir=src tests
  20. [shared]
  21. build=n
  22. [rules]
  23. .NOTPARALLEL: