mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-14 14:12:29 +02:00
19 lines
190 B
Makefile
19 lines
190 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
programs=simple glade
|
|
|
|
[require]
|
|
packages=gtk2
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|