mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 09:18:15 +02:00
25 lines
295 B
Makefile
25 lines
295 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Symbian Build Tool
|
|
#
|
|
|
|
[target]
|
|
programs=mksymbian
|
|
|
|
[clean]
|
|
units=cfgfile cmdline compiler constants projectparser sdkutil
|
|
|
|
[require]
|
|
packages=
|
|
|
|
[compiler]
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
mksymbian$(EXEEXT): mksymbian.pas
|