123456789101112131415161718192021222324252627282930 |
- #
- # Makefile.fpc for gdbm bindings
- #
- [package]
- name=gdbm
- version=2.0.0
- [target]
- units=gdbm
- examples=testgdbm testgdbm2
- [require]
- package=rtl
- [install]
- examplesubdir=gdbm
- fpcpackage=y
- [default]
- fpcdir=../../..
- [shared]
- build=n
- [rules]
- .NOTPARALLEL:
- testgdbm$(EXEEXT): testgdbm.pp gdbm$(PPUEXT)
- testgdbm2$(EXEEXT): testgdbm2.pp gdbm$(PPUEXT)
|