12345678910111213141516171819202122232425 |
- #
- # Makefile.fpc for FPC demo package
- #
- [package]
- name=demo
- version=1.0.5
- [target]
- dirs=text graph
- dirs_go32v2=modex
- dirs_win32=win32
- dirs_linux=linux
- dirs_os2=os2
- [rules]
- #################################
- # Demo installation for linux
- #
- .PHONY: installexamples
- installexamples:
- $(MAKE) sourceinstall SOURCEINSTALLDIR=$(EXAMPLEINSTALLDIR)
|