Makefile.fpc 831 B

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