2
0

Makefile.fpc 718 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # Makefile.fpc for FPDoc
  3. #
  4. [package]
  5. name=fpdoc
  6. version=2.5.1
  7. [require]
  8. packages=fcl-xml fcl-passrc chm
  9. [target]
  10. programs=fpdoc makeskel unitdiff fpclasschart
  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 dwlinear dw_linrtf
  23. files=dwriter.rst fpdoc.rst dglobals.rst makeskel.rst
  24. [rules]
  25. .NOTPARALLEL:
  26. fpdoc$(EXEEXT): fpdoc.pp dglobals.pp dwriter.pp dw_xml.pp sh_pas.pp dw_html.pp\
  27. dw_latex.pp dwlinear.pp dw_txt.pp dw_linrtf.pp
  28. makeskel$(EXEEXT): makeskel.pp dglobals.pp