Makefile.fpc 271 B

123456789101112131415161718192021
  1. #
  2. # Makefile.fpc for InterBase bindings
  3. #
  4. [targets]
  5. units=gdbm
  6. examples=testgdbm testgdbm2
  7. [install]
  8. examplesubdir=gdbm
  9. [dirs]
  10. fpcdir=../..
  11. [install]
  12. fpcpackage=y
  13. [rules]
  14. testgdbm$(EXEEXT): testgdbm.pp gdbm$(PPUEXT)
  15. testgdbm2$(EXEEXT): testgdbm2.pp gdbm$(PPUEXT)