Makefile.fpc 423 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Makefile.fpc for Free Pascal GConf 1.0.x Bindings
  3. #
  4. [package]
  5. name=gconf
  6. version=2.2.0
  7. [require]
  8. libc=y
  9. packages=gtk
  10. [target]
  11. units=gconf gconfclient
  12. exampledirs=examples
  13. [compiler]
  14. sourcedir=gconf gconfclient
  15. [install]
  16. fpcpackage=y
  17. [default]
  18. fpcdir=../../../..
  19. [shared]
  20. build=n
  21. [rules]
  22. .NOTPARALLEL:
  23. gconf$(PPUEXT): $(wildcard gconf/gconf*.pp)
  24. gconfclient$(PPUEXT): $(wildcard gconfclient/gconfclient*.pp)