Makefile.fpc 473 B

123456789101112131415161718192021222324252627
  1. #
  2. # Makefile.fpc for PTC examples
  3. #
  4. [package]
  5. name=ptc-examples
  6. version=2.5.1
  7. [target]
  8. programs=area buffer clear clip con_info console fire \
  9. flower hicolor image keyboard keybrd2 land \
  10. lights modes mojo palette pixel random save \
  11. stretch texwarp timer tunnel3d tunnel
  12. [compiler]
  13. unitdir=../$(UNITTARGETDIRPREFIX)
  14. [default]
  15. fpcdir=../../..
  16. [require]
  17. packages=hermes ptc
  18. packages_linux=x11
  19. packages_freebsd=x11
  20. [rules]
  21. .NOTPARALLEL: