mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-30 23:13:40 +02:00
20 lines
282 B
Makefile
20 lines
282 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
dirs=helloworld helloworld2 gtk_demo gettingstarted plugins scribble_simple gtkglext
|
|
#filechooser - doesn't work yet
|
|
|
|
[require]
|
|
packages=gtk2
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|