mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:28:55 +02:00
22 lines
300 B
Makefile
22 lines
300 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
programs=gmp_accept_test gmp_testcase pidigits_example pidigits_example2 printf_example printf_example2 scanf_example scanf_example2
|
|
|
|
[require]
|
|
packages=gmp
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|
|
|
|
|