Makefile.fpc 412 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for Free Pascal installer
  3. #
  4. [targets]
  5. programs_go32v2=install
  6. programs_win32=install
  7. programs_os2=install
  8. programs_linux=installer
  9. [install]
  10. packagename=fpinst
  11. sourcesubdir=fpinst
  12. [clean]
  13. units=ziptypes unzip
  14. units_os2=unzipdll
  15. files_linux=installer.pas
  16. [require]
  17. packages=api fv
  18. [dirs]
  19. fpcdir=..
  20. targetdir=.
  21. [rules]
  22. installer.pas: install.pas
  23. $(COPY) install.pas installer.pas