Makefile.fpc 751 B

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