mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:48:11 +02:00
19 lines
212 B
Makefile
19 lines
212 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 1.2.x Tutorial
|
|
#
|
|
|
|
[targets]
|
|
programs=$(subst .pp,,$(wildcard tut*.pp))
|
|
|
|
[require]
|
|
packages=gtk1
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|