123456789101112131415161718192021222324252627282930313233 |
- #
- # Makefile.fpc for Free Pascal GConf 1.0.x Bindings
- #
- [package]
- name=gconf
- version=2.2.0
- [require]
- libc=y
- packages=gtk
- [target]
- units=gconf gconfclient
- exampledirs=examples
- [compiler]
- sourcedir=gconf gconfclient
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../../..
- [shared]
- build=n
- [rules]
- .NOTPARALLEL:
- gconf$(PPUEXT): $(wildcard gconf/gconf*.pp)
- gconfclient$(PPUEXT): $(wildcard gconfclient/gconfclient*.pp)
|