mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-14 00:07:03 +02:00
22 lines
250 B
Makefile
22 lines
250 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal installer
|
|
#
|
|
|
|
[targets]
|
|
programs=install
|
|
|
|
[install]
|
|
packagename=fpinst
|
|
sourcesubdir=fpinst
|
|
|
|
[clean]
|
|
units=ziptypes unzip
|
|
units_os2=unzipdll
|
|
|
|
[require]
|
|
packages=api fv
|
|
|
|
[dirs]
|
|
fpcdir=..
|
|
targetdir=.
|