Makefile.fpc 318 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for PTC demos
  3. #
  4. [package]
  5. name=ptc-demos
  6. version=0.99.5
  7. [target]
  8. programs=fire flower land lights mojo texwarp tunnel tunnel3d
  9. [compiler]
  10. unitdir=../$(UNITTARGETDIRPREFIX)
  11. [default]
  12. fpcdir=../../../..
  13. [require]
  14. packages=hermes ptc
  15. packages_linux=x11
  16. packages_freebsd=x11
  17. [rules]
  18. .NOTPARALLEL: