Makefile.fpc 384 B

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