mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-31 09:26:03 +02:00
26 lines
355 B
Makefile
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)
|