Initial revision
[AROS-Contrib.git] / development / compilers / freepascal / demo / Makefile.fpc
blob7370a4f3734ef3efada0fd7573515fc94975044d
2 #   Makefile.fpc for FPC demo package
5 [targets]
6 dirs=text graph
7 dirs_go32v2=modex
8 dirs_win32=win32
9 dirs_linux=linux
11 [install]
12 packagename=demo
14 [defaults]
15 defaultrule=all
17 [dirs]
18 fpcdir=..
19 targetdir=.
21 [sections]
22 info=0
24 [rules]
25 .PHONY: info
27 info:
28         @echo Makefile targets are
29         @echo - all
30         @echo - text
31         @echo - graph
32         @echo - modex
33         @echo - win32
34         @echo
35         @echo - installexamples
37 #################################
38 # Demo installation for linux
41 .PHONY: installexamples
43 installexamples:
44         $(MAKE) sourceinstall SOURCEINSTALLDIR=$(EXAMPLEINSTALLDIR)