2
0

Makefile.fpc 239 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for fppkg
  3. #
  4. [package]
  5. name=fpmkunit
  6. version=2.2.0
  7. [target]
  8. units=fpmkunit
  9. [install]
  10. fpcpackage=y
  11. [compiler]
  12. sourcedir=src
  13. includedir=src
  14. [default]
  15. fpcdir=../..
  16. [rules]
  17. .NOTPARALLEL:
  18. fpmkunit$(PPUEXT) : fpmkunit.pp