Makefile.fpc 639 B

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # Makefile.fpc for FPDoc
  3. #
  4. [package]
  5. name=fpdoc
  6. version=2.0.0
  7. [require]
  8. packages=fcl
  9. [target]
  10. programs=fpdoc makeskel unitdiff
  11. rst=dwriter fpdoc dglobals makeskel dwlinear
  12. # removed to reduce dependencies of rpm.
  13. #dirs_linux_i386=fpde
  14. #dirs_win32=fpde
  15. [compiler]
  16. options=-S2h
  17. [install]
  18. fpcpackage=y
  19. [default]
  20. fpcdir=../..
  21. [clean]
  22. units=dglobals dwriter dw_xml sh_pas dw_html dw_latex dw_ipf dw_txt dw_man
  23. files=dwriter.rst fpdoc.rst dglobals.rst makeskel.rst
  24. [rules]
  25. fpdoc$(EXEEXT): fpdoc.pp dglobals.pp dwriter.pp dw_xml.pp sh_pas.pp dw_html.pp\
  26. dw_latex.pp dwlinear.pp dw_txt.pp
  27. makeskel$(EXEEXT): makeskel.pp dglobals.pp