mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 09:49:05 +02:00
23 lines
302 B
Makefile
23 lines
302 B
Makefile
#
|
|
# Makefile.fpc for fpcreslipo
|
|
#
|
|
|
|
[target]
|
|
programs=fpcreslipo
|
|
|
|
[clean]
|
|
units=msghandler paramparser sourcehandler
|
|
|
|
[require]
|
|
packages=rtl fcl-res
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
fpcreslipo$(EXEEXT): msghandler.pp paramparser.pp sourcehandler.pp fpcreslipo.pp
|