Makefile.fpc 290 B

123456789101112131415161718192021
  1. #
  2. # Makefile.fpc for Free Pascal GConf 1.0.x Examples
  3. #
  4. [target]
  5. programs=gconfcallback1 gconfcallback2 gconfexample
  6. [require]
  7. packages=gtk gnome1/gconf
  8. [clean]
  9. units=gconfcallback1 gconfcallback2 gconfexample
  10. [install]
  11. fpcpackage=y
  12. [default]
  13. fpcdir=../../../../..
  14. [shared]
  15. build=n