fpc/install/fpinst/Makefile.fpc
peter 8be7c87d1d * install.pas compilable by FPC again
* removed some notes from unzip.pas
  * support installer creation under linux (install has name conflict)
2000-01-26 21:49:33 +00:00

31 lines
412 B
Makefile

#
# Makefile.fpc for Free Pascal installer
#
[targets]
programs_go32v2=install
programs_win32=install
programs_os2=install
programs_linux=installer
[install]
packagename=fpinst
sourcesubdir=fpinst
[clean]
units=ziptypes unzip
units_os2=unzipdll
files_linux=installer.pas
[require]
packages=api fv
[dirs]
fpcdir=..
targetdir=.
[rules]
installer.pas: install.pas
$(COPY) install.pas installer.pas