fpc/demo/Makefile.fpc
2001-05-03 21:39:33 +00:00

26 lines
355 B
Makefile

#
# 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)