Makefile.fpc 305 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for FCL Pascal source file parsing and writing units
  3. #
  4. [package]
  5. name=fcl-passrc
  6. version=2.5.1
  7. [target]
  8. units=pastree pscanner pparser paswrite
  9. rsts=pscanner pparser pastree
  10. [compiler]
  11. options=-S2h
  12. sourcedir=src
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../..
  17. [rules]
  18. .NOTPARALLEL: