Makefile.fpc 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Makefile.fpc for FPDoc
  3. #
  4. [package]
  5. name=fpdoc
  6. version=2.6.4
  7. [require]
  8. packages=fcl-base fcl-xml fcl-passrc fcl-process chm
  9. packages_darwin=univint
  10. tools=bin2obj
  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 css.inc plusimage.inc minusimage.inc
  30. makeskel$(EXEEXT): makeskel.pp dglobals.pp
  31. css.inc: fpdoc.css
  32. $(BIN2OBJ) -o css.inc -c DefaultCSS fpdoc.css
  33. plusimage.inc: images/plus.png
  34. $(BIN2OBJ) -o plusimage.inc -c PlusImageData images/plus.png
  35. minusimage.inc: images/minus.png
  36. $(BIN2OBJ) -o minusimage.inc -c MinusImageData images/minus.png