123456789101112131415161718192021 |
- #
- # Makefile.fpc for InterBase bindings
- #
- [targets]
- units=gdbm
- examples=testgdbm testgdbm2
- [install]
- examplesubdir=gdbm
- [dirs]
- fpcdir=../..
- [install]
- fpcpackage=y
- [rules]
- testgdbm$(EXEEXT): testgdbm.pp gdbm$(PPUEXT)
- testgdbm2$(EXEEXT): testgdbm2.pp gdbm$(PPUEXT)
|