mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-25 23:26:08 +02:00
18 lines
210 B
Makefile
18 lines
210 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 1.2.x Tutorial
|
|
#
|
|
|
|
[targets]
|
|
programs=$(subst $(PASEXT),,$(wildcard tut*$(PASEXT)))
|
|
|
|
[require]
|
|
packages=gtk
|
|
|
|
[dirs]
|
|
fpcdir=../../..
|
|
targetdir=.
|
|
|
|
[libs]
|
|
libgcc=1
|
|
libother=1
|