Makefile.fpc.fpcmake 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Makefile.fpc for FPDoc
  3. #
  4. [package]
  5. name=fpdoc
  6. version=3.3.1
  7. [require]
  8. packages=fcl-base fcl-xml fcl-passrc chm
  9. packages_darwin=univint
  10. packages_iphonesim=univint
  11. tools=bin2obj
  12. [target]
  13. programs=fpdoc makeskel unitdiff fpclasschart
  14. rst=dwriter fpdoc dglobals makeskel dwlinear
  15. # removed to reduce dependencies of rpm.
  16. #dirs_linux_i386=fpde
  17. #dirs_win32=fpde
  18. [compiler]
  19. options=-S2h
  20. [install]
  21. fpcpackage=y
  22. [default]
  23. fpcdir=../..
  24. [clean]
  25. 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
  26. files=dwriter.rst fpdoc.rst dglobals.rst makeskel.rst fpdocopts.rst
  27. [rules]
  28. .NOTPARALLEL:
  29. fpdoc$(EXEEXT): fpdoc.pp dglobals.pp dwriter.pp dw_xml.pp sh_pas.pp dw_html.pp\
  30. dw_latex.pp dwlinear.pp dw_txt.pp dw_linrtf.pp css.inc plusimage.inc minusimage.inc
  31. makeskel$(EXEEXT): makeskel.pp dglobals.pp
  32. css.inc: fpdoc.css
  33. $(BIN2OBJ) -o css.inc -c DefaultCSS fpdoc.css
  34. plusimage.inc: images/plus.png
  35. $(BIN2OBJ) -o plusimage.inc -c PlusImageData images/plus.png
  36. minusimage.inc: images/minus.png
  37. $(BIN2OBJ) -o minusimage.inc -c MinusImageData images/minus.png