Makefile.fpc 585 B

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # Makefile.fpc for FPDoc
  3. #
  4. [package]
  5. name=fpdoc
  6. version=1.9.0
  7. [require]
  8. packages=fcl
  9. [target]
  10. programs=fpdoc makeskel
  11. rst=dwriter fpdoc dglobals makeskel
  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
  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
  27. makeskel$(EXEEXT): makeskel.pp dglobals.pp