mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 19:39:33 +02:00
24 lines
341 B
Makefile
24 lines
341 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 1.2.x Examples
|
|
#
|
|
|
|
[target]
|
|
dirs=tutorial
|
|
programs=entry notebook scribble clist ttt_test pixmap list progressbar filesel \
|
|
statusbar toolbar rulers spinbutton gtkgldemo
|
|
|
|
[require]
|
|
packages=gtk1
|
|
|
|
[clean]
|
|
units=tictactoe
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|