fpc/demo/Makefile.fpc
2005-04-14 10:04:40 +00:00

38 lines
584 B
Makefile

#
# Makefile.fpc for FPC demo package
#
[package]
name=demo
version=1.9.8
[target]
dirs=text
dirs_go32v2=modex graph
dirs_win32=win32 graph lister
dirs_linux=linux graph lister
dirs_freebsd=freebsd linux graph lister
dirs_os2=os2 graph
dirs_netware=netware
dirs_netwlibc=netwlibc
dirs_morphos=morphos
[install]
fpcpackage=y
[rules]
#################################
# Demo installation for linux
#
.PHONY: installexamples demozip
installexamples:
$(MKDIR) $(INSTALL_SOURCEDIR)
$(COPYTREE) * $(INSTALL_SOURCEDIR)
demozip: zipsourceinstall
[default]
fpcdir=..