Makefile.fpc 355 B

12345678910111213141516171819202122232425
  1. #
  2. # Makefile.fpc for FPC demo package
  3. #
  4. [package]
  5. name=demo
  6. version=1.0.5
  7. [target]
  8. dirs=text graph
  9. dirs_go32v2=modex
  10. dirs_win32=win32
  11. dirs_linux=linux
  12. dirs_os2=os2
  13. [rules]
  14. #################################
  15. # Demo installation for linux
  16. #
  17. .PHONY: installexamples
  18. installexamples:
  19. $(MAKE) sourceinstall SOURCEINSTALLDIR=$(EXAMPLEINSTALLDIR)