Makefile.fpc 651 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # Makefile.fpc for XML for FCL
  3. #
  4. [package]
  5. name=fcl-xml
  6. version=2.2.2
  7. [target]
  8. units=htmldefs sax xmlutils dom sax_html dom_html xmlcfg xmlread xmlstreaming xmlwrite xhtml htmwrite xpath htmlelements htmlwriter xmlconf sax_xml
  9. units_linux=xmliconv
  10. units_freebsd=xmliconv
  11. units_darwin=xmliconv
  12. units_win64=xmliconv_windows
  13. units_win32=xmliconv_windows
  14. rsts=sax xpath htmlwriter xmlconf
  15. [require]
  16. packages=fcl-base
  17. packages_beos=iconvenc
  18. packages_haiku=iconvenc
  19. packages_linux=iconvenc
  20. packages_darwin=iconvenc
  21. packages_freebsd=iconvenc
  22. [compiler]
  23. options=-S2h
  24. sourcedir=src
  25. [install]
  26. fpcpackage=y
  27. [default]
  28. fpcdir=../..
  29. [rules]
  30. .NOTPARALLEL: