diff options
author | gdt <gdt> | 2011-03-23 19:24:35 +0000 |
---|---|---|
committer | gdt <gdt> | 2011-03-23 19:24:35 +0000 |
commit | db7ad1135011d25198f88ab35b5422f4f6bd4d9b (patch) | |
tree | 4e732fd47a865c86d5b4f56d1fd0c93c24cb9c61 | |
parent | 5b820ab94bf1e3b46577dad500e8c49a28b08221 (diff) | |
download | pkgsrc-db7ad1135011d25198f88ab35b5422f4f6bd4d9b.tar.gz |
Add latex option, currently defaulting to on.
With latex option, depend on latex at both build and runtime.
Without latex option, avoid both build- and run-time dependencies.
(This commit should have no effect unless one adds
PKG_OPTIONS.doxygen=-latex.)
(Opinions were generally in favor of changing the default to not
require latex, but it seems best not to do that right before a freeze,
so I'm leaving it for another day.)
-rw-r--r-- | devel/doxygen/Makefile | 25 | ||||
-rw-r--r-- | devel/doxygen/PLIST | 2064 | ||||
-rw-r--r-- | devel/doxygen/options.mk | 39 |
3 files changed, 1076 insertions, 1052 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index c2d686c3bbc..c0f7a33a06c 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2011/03/18 23:51:16 minskim Exp $ +# $NetBSD: Makefile,v 1.83 2011/03/23 19:24:35 gdt Exp $ DISTNAME= doxygen-1.6.3.src PKGNAME= ${DISTNAME:S/.src//} @@ -12,24 +12,6 @@ HOMEPAGE= http://www.doxygen.org/ COMMENT= Documentation system for C++, Java, IDL and C LICENSE= gnu-gpl-v2 -BUILD_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf -BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft -DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk -DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk -DEPENDS+= tex-a4wide>=2010nb1:../../print/tex-a4wide -DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr -DEPENDS+= tex-float-[0-9]*:../../print/tex-float -DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics -DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref -DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex -DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin -DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings -DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek -DEPENDS+= tex-psnfss>=9.2anb2:../../fonts/tex-psnfss -DEPENDS+= tex-pspicture-[0-9]*:../../print/tex-pspicture -DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools -DEPENDS+= texlive-pdftools-[0-9]*:../../print/texlive-pdftools - PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} @@ -69,7 +51,9 @@ SUBST_SED.epstopdf= -e 's,"epstopdf","${LOCALBASE}/bin/epstopdf",g' PRIVILEGED_STAGES+= clean -INSTALL_TARGET= install install_docs +# Just install the binary and the man page. (If the latex option +# is enabled, this target will be augmented.) +INSTALL_TARGET= install .include "../../mk/bsd.prefs.mk" @@ -88,6 +72,7 @@ post-patch: BUILDLINK_API_DEPENDS.graphviz+= graphviz>=2.12nb1 +.include "options.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/graphviz/buildlink3.mk" .include "../../lang/python/application.mk" diff --git a/devel/doxygen/PLIST b/devel/doxygen/PLIST index b28d02382d0..8b2f90252a1 100644 --- a/devel/doxygen/PLIST +++ b/devel/doxygen/PLIST @@ -1,1036 +1,1036 @@ -@comment $NetBSD: PLIST,v 1.27 2010/06/02 04:17:02 adam Exp $ +@comment $NetBSD: PLIST,v 1.28 2011/03/23 19:24:35 gdt Exp $ bin/doxygen bin/doxytag man/man1/doxygen.1 man/man1/doxytag.1 -share/doc/doxygen/doxygen_manual.pdf -share/doc/doxygen/examples/Makefile -share/doc/doxygen/examples/Makefile.in -share/doc/doxygen/examples/Makefile.win.in -share/doc/doxygen/examples/afterdoc.cfg -share/doc/doxygen/examples/afterdoc.h -share/doc/doxygen/examples/afterdoc/html/afterdoc_8h_source.html -share/doc/doxygen/examples/afterdoc/html/annotated.html -share/doc/doxygen/examples/afterdoc/html/class_test-members.html -share/doc/doxygen/examples/afterdoc/html/class_test.html -share/doc/doxygen/examples/afterdoc/html/classes.html -share/doc/doxygen/examples/afterdoc/html/doxygen.css -share/doc/doxygen/examples/afterdoc/html/doxygen.png -share/doc/doxygen/examples/afterdoc/html/files.html -share/doc/doxygen/examples/afterdoc/html/functions.html -share/doc/doxygen/examples/afterdoc/html/functions_enum.html -share/doc/doxygen/examples/afterdoc/html/functions_eval.html -share/doc/doxygen/examples/afterdoc/html/functions_func.html -share/doc/doxygen/examples/afterdoc/html/functions_vars.html -share/doc/doxygen/examples/afterdoc/html/index.html -share/doc/doxygen/examples/afterdoc/html/installdox -share/doc/doxygen/examples/afterdoc/html/search/all_65.html -share/doc/doxygen/examples/afterdoc/html/search/all_6d.html -share/doc/doxygen/examples/afterdoc/html/search/all_74.html -share/doc/doxygen/examples/afterdoc/html/search/all_76.html -share/doc/doxygen/examples/afterdoc/html/search/classes_74.html -share/doc/doxygen/examples/afterdoc/html/search/close.png -share/doc/doxygen/examples/afterdoc/html/search/enums_65.html -share/doc/doxygen/examples/afterdoc/html/search/enumvalues_65.html -share/doc/doxygen/examples/afterdoc/html/search/functions_6d.html -share/doc/doxygen/examples/afterdoc/html/search/nomatches.html -share/doc/doxygen/examples/afterdoc/html/search/search.css -share/doc/doxygen/examples/afterdoc/html/search/search.js -share/doc/doxygen/examples/afterdoc/html/search/search.png -share/doc/doxygen/examples/afterdoc/html/search/variables_76.html -share/doc/doxygen/examples/afterdoc/html/tab_b.gif -share/doc/doxygen/examples/afterdoc/html/tab_l.gif -share/doc/doxygen/examples/afterdoc/html/tab_r.gif -share/doc/doxygen/examples/afterdoc/html/tabs.css -share/doc/doxygen/examples/author.cfg -share/doc/doxygen/examples/author.cpp -share/doc/doxygen/examples/author/html/annotated.html -share/doc/doxygen/examples/author/html/bug.html -share/doc/doxygen/examples/author/html/class_windows_n_t.html -share/doc/doxygen/examples/author/html/classes.html -share/doc/doxygen/examples/author/html/doxygen.css -share/doc/doxygen/examples/author/html/doxygen.png -share/doc/doxygen/examples/author/html/index.html -share/doc/doxygen/examples/author/html/installdox -share/doc/doxygen/examples/author/html/pages.html -share/doc/doxygen/examples/author/html/search/all_77.html -share/doc/doxygen/examples/author/html/search/classes_77.html -share/doc/doxygen/examples/author/html/search/close.png -share/doc/doxygen/examples/author/html/search/nomatches.html -share/doc/doxygen/examples/author/html/search/search.css -share/doc/doxygen/examples/author/html/search/search.js -share/doc/doxygen/examples/author/html/search/search.png -share/doc/doxygen/examples/author/html/tab_b.gif -share/doc/doxygen/examples/author/html/tab_l.gif -share/doc/doxygen/examples/author/html/tab_r.gif -share/doc/doxygen/examples/author/html/tabs.css -share/doc/doxygen/examples/autolink.cfg -share/doc/doxygen/examples/autolink.cpp -share/doc/doxygen/examples/autolink/html/annotated.html -share/doc/doxygen/examples/autolink/html/autolink_8cpp.html -share/doc/doxygen/examples/autolink/html/class_test-members.html -share/doc/doxygen/examples/autolink/html/class_test.html -share/doc/doxygen/examples/autolink/html/classes.html -share/doc/doxygen/examples/autolink/html/doxygen.css -share/doc/doxygen/examples/autolink/html/doxygen.png -share/doc/doxygen/examples/autolink/html/files.html -share/doc/doxygen/examples/autolink/html/functions.html -share/doc/doxygen/examples/autolink/html/functions_enum.html -share/doc/doxygen/examples/autolink/html/functions_eval.html -share/doc/doxygen/examples/autolink/html/functions_func.html -share/doc/doxygen/examples/autolink/html/functions_vars.html -share/doc/doxygen/examples/autolink/html/globals.html -share/doc/doxygen/examples/autolink/html/globals_defs.html -share/doc/doxygen/examples/autolink/html/globals_enum.html -share/doc/doxygen/examples/autolink/html/globals_eval.html -share/doc/doxygen/examples/autolink/html/globals_type.html -share/doc/doxygen/examples/autolink/html/globals_vars.html -share/doc/doxygen/examples/autolink/html/index.html -share/doc/doxygen/examples/autolink/html/installdox -share/doc/doxygen/examples/autolink/html/search/all_61.html -share/doc/doxygen/examples/autolink/html/search/all_62.html -share/doc/doxygen/examples/autolink/html/search/all_65.html -share/doc/doxygen/examples/autolink/html/search/all_67.html -share/doc/doxygen/examples/autolink/html/search/all_6d.html -share/doc/doxygen/examples/autolink/html/search/all_74.html -share/doc/doxygen/examples/autolink/html/search/all_76.html -share/doc/doxygen/examples/autolink/html/search/all_7e.html -share/doc/doxygen/examples/autolink/html/search/classes_74.html -share/doc/doxygen/examples/autolink/html/search/close.png -share/doc/doxygen/examples/autolink/html/search/defines_61.html -share/doc/doxygen/examples/autolink/html/search/enums_65.html -share/doc/doxygen/examples/autolink/html/search/enums_67.html -share/doc/doxygen/examples/autolink/html/search/enumvalues_67.html -share/doc/doxygen/examples/autolink/html/search/enumvalues_76.html -share/doc/doxygen/examples/autolink/html/search/files_61.html -share/doc/doxygen/examples/autolink/html/search/functions_6d.html -share/doc/doxygen/examples/autolink/html/search/functions_74.html -share/doc/doxygen/examples/autolink/html/search/functions_7e.html -share/doc/doxygen/examples/autolink/html/search/nomatches.html -share/doc/doxygen/examples/autolink/html/search/search.css -share/doc/doxygen/examples/autolink/html/search/search.js -share/doc/doxygen/examples/autolink/html/search/search.png -share/doc/doxygen/examples/autolink/html/search/typedefs_62.html -share/doc/doxygen/examples/autolink/html/search/variables_67.html -share/doc/doxygen/examples/autolink/html/search/variables_76.html -share/doc/doxygen/examples/autolink/html/tab_b.gif -share/doc/doxygen/examples/autolink/html/tab_l.gif -share/doc/doxygen/examples/autolink/html/tab_r.gif -share/doc/doxygen/examples/autolink/html/tabs.css -share/doc/doxygen/examples/class.cfg -share/doc/doxygen/examples/class.h -share/doc/doxygen/examples/class/html/annotated.html -share/doc/doxygen/examples/class/html/class_8h_source.html -share/doc/doxygen/examples/class/html/class_test.html -share/doc/doxygen/examples/class/html/classes.html -share/doc/doxygen/examples/class/html/doxygen.css -share/doc/doxygen/examples/class/html/doxygen.png -share/doc/doxygen/examples/class/html/files.html -share/doc/doxygen/examples/class/html/index.html -share/doc/doxygen/examples/class/html/installdox -share/doc/doxygen/examples/class/html/search/all_74.html -share/doc/doxygen/examples/class/html/search/classes_74.html -share/doc/doxygen/examples/class/html/search/close.png -share/doc/doxygen/examples/class/html/search/nomatches.html -share/doc/doxygen/examples/class/html/search/search.css -share/doc/doxygen/examples/class/html/search/search.js -share/doc/doxygen/examples/class/html/search/search.png -share/doc/doxygen/examples/class/html/tab_b.gif -share/doc/doxygen/examples/class/html/tab_l.gif -share/doc/doxygen/examples/class/html/tab_r.gif -share/doc/doxygen/examples/class/html/tabs.css -share/doc/doxygen/examples/dbusxml.cfg -share/doc/doxygen/examples/dbusxml.xml -share/doc/doxygen/examples/define.cfg -share/doc/doxygen/examples/define.h -share/doc/doxygen/examples/define/html/define_8h.html -share/doc/doxygen/examples/define/html/define_8h_source.html -share/doc/doxygen/examples/define/html/doxygen.css -share/doc/doxygen/examples/define/html/doxygen.png -share/doc/doxygen/examples/define/html/files.html -share/doc/doxygen/examples/define/html/globals.html -share/doc/doxygen/examples/define/html/globals_defs.html -share/doc/doxygen/examples/define/html/index.html -share/doc/doxygen/examples/define/html/installdox -share/doc/doxygen/examples/define/html/search/all_61.html -share/doc/doxygen/examples/define/html/search/all_64.html -share/doc/doxygen/examples/define/html/search/all_6d.html -share/doc/doxygen/examples/define/html/search/close.png -share/doc/doxygen/examples/define/html/search/defines_61.html -share/doc/doxygen/examples/define/html/search/defines_6d.html -share/doc/doxygen/examples/define/html/search/files_64.html -share/doc/doxygen/examples/define/html/search/nomatches.html -share/doc/doxygen/examples/define/html/search/search.css -share/doc/doxygen/examples/define/html/search/search.js -share/doc/doxygen/examples/define/html/search/search.png -share/doc/doxygen/examples/define/html/tab_b.gif -share/doc/doxygen/examples/define/html/tab_l.gif -share/doc/doxygen/examples/define/html/tab_r.gif -share/doc/doxygen/examples/define/html/tabs.css -share/doc/doxygen/examples/diagrams.cfg -share/doc/doxygen/examples/diagrams/html/annotated.html -share/doc/doxygen/examples/diagrams/html/class_a-members.html -share/doc/doxygen/examples/diagrams/html/class_a.html -share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.map -share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.png -share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.map -share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.png -share/doc/doxygen/examples/diagrams/html/class_b-members.html -share/doc/doxygen/examples/diagrams/html/class_b.html -share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.map -share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.png -share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.map -share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.png -share/doc/doxygen/examples/diagrams/html/class_c-members.html -share/doc/doxygen/examples/diagrams/html/class_c.html -share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.map -share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.png -share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.map -share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.png -share/doc/doxygen/examples/diagrams/html/class_d-members.html -share/doc/doxygen/examples/diagrams/html/class_d.html -share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.map -share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.png -share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.map -share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.png -share/doc/doxygen/examples/diagrams/html/class_e-members.html -share/doc/doxygen/examples/diagrams/html/class_e.html -share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.map -share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.png -share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.map -share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.md5 -share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.png -share/doc/doxygen/examples/diagrams/html/classes.html -share/doc/doxygen/examples/diagrams/html/diagrams__a_8h.html -share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.map -share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.md5 -share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.png -share/doc/doxygen/examples/diagrams/html/diagrams__a_8h_source.html -share/doc/doxygen/examples/diagrams/html/diagrams__b_8h.html -share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.map -share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.md5 -share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.png -share/doc/doxygen/examples/diagrams/html/diagrams__b_8h_source.html -share/doc/doxygen/examples/diagrams/html/diagrams__c_8h.html -share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.map -share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.md5 -share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.png -share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.map -share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.md5 -share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.png -share/doc/doxygen/examples/diagrams/html/diagrams__c_8h_source.html -share/doc/doxygen/examples/diagrams/html/diagrams__d_8h.html -share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.map -share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.md5 -share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.png -share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.map -share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.md5 -share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.png -share/doc/doxygen/examples/diagrams/html/diagrams__d_8h_source.html -share/doc/doxygen/examples/diagrams/html/diagrams__e_8h.html -share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.map -share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.md5 -share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.png -share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.map -share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.md5 -share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.png -share/doc/doxygen/examples/diagrams/html/diagrams__e_8h_source.html -share/doc/doxygen/examples/diagrams/html/doxygen.css -share/doc/doxygen/examples/diagrams/html/doxygen.png -share/doc/doxygen/examples/diagrams/html/files.html -share/doc/doxygen/examples/diagrams/html/functions.html -share/doc/doxygen/examples/diagrams/html/functions_vars.html -share/doc/doxygen/examples/diagrams/html/graph_legend.dot -share/doc/doxygen/examples/diagrams/html/graph_legend.html -share/doc/doxygen/examples/diagrams/html/graph_legend.png -share/doc/doxygen/examples/diagrams/html/hierarchy.html -share/doc/doxygen/examples/diagrams/html/index.html -share/doc/doxygen/examples/diagrams/html/inherit__graph__0.map -share/doc/doxygen/examples/diagrams/html/inherit__graph__0.md5 -share/doc/doxygen/examples/diagrams/html/inherit__graph__0.png -share/doc/doxygen/examples/diagrams/html/inherits.html -share/doc/doxygen/examples/diagrams/html/installdox -share/doc/doxygen/examples/diagrams/html/search/all_61.html -share/doc/doxygen/examples/diagrams/html/search/all_62.html -share/doc/doxygen/examples/diagrams/html/search/all_63.html -share/doc/doxygen/examples/diagrams/html/search/all_64.html -share/doc/doxygen/examples/diagrams/html/search/all_65.html -share/doc/doxygen/examples/diagrams/html/search/all_6d.html -share/doc/doxygen/examples/diagrams/html/search/classes_61.html -share/doc/doxygen/examples/diagrams/html/search/classes_62.html -share/doc/doxygen/examples/diagrams/html/search/classes_63.html -share/doc/doxygen/examples/diagrams/html/search/classes_64.html -share/doc/doxygen/examples/diagrams/html/search/classes_65.html -share/doc/doxygen/examples/diagrams/html/search/close.png -share/doc/doxygen/examples/diagrams/html/search/files_64.html -share/doc/doxygen/examples/diagrams/html/search/nomatches.html -share/doc/doxygen/examples/diagrams/html/search/search.css -share/doc/doxygen/examples/diagrams/html/search/search.js -share/doc/doxygen/examples/diagrams/html/search/search.png -share/doc/doxygen/examples/diagrams/html/search/variables_6d.html -share/doc/doxygen/examples/diagrams/html/tab_b.gif -share/doc/doxygen/examples/diagrams/html/tab_l.gif -share/doc/doxygen/examples/diagrams/html/tab_r.gif -share/doc/doxygen/examples/diagrams/html/tabs.css -share/doc/doxygen/examples/diagrams_a.h -share/doc/doxygen/examples/diagrams_b.h -share/doc/doxygen/examples/diagrams_c.h -share/doc/doxygen/examples/diagrams_d.h -share/doc/doxygen/examples/diagrams_e.h -share/doc/doxygen/examples/docstring.cfg -share/doc/doxygen/examples/docstring.py -share/doc/doxygen/examples/docstring/html/annotated.html -${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html -${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html -${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html -${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html -share/doc/doxygen/examples/docstring/html/classes.html -share/doc/doxygen/examples/docstring/html/docstring_8py.html -share/doc/doxygen/examples/docstring/html/doxygen.css -share/doc/doxygen/examples/docstring/html/doxygen.png -share/doc/doxygen/examples/docstring/html/files.html -share/doc/doxygen/examples/docstring/html/functions.html -share/doc/doxygen/examples/docstring/html/functions_func.html -share/doc/doxygen/examples/docstring/html/index.html -share/doc/doxygen/examples/docstring/html/installdox -share/doc/doxygen/examples/docstring/html/namespacedocstring.html -share/doc/doxygen/examples/docstring/html/namespacemembers.html -share/doc/doxygen/examples/docstring/html/namespacemembers_func.html -share/doc/doxygen/examples/docstring/html/namespaces.html -share/doc/doxygen/examples/docstring/html/search/all_5f.html -share/doc/doxygen/examples/docstring/html/search/all_64.html -share/doc/doxygen/examples/docstring/html/search/all_66.html -share/doc/doxygen/examples/docstring/html/search/all_70.html -share/doc/doxygen/examples/docstring/html/search/classes_70.html -share/doc/doxygen/examples/docstring/html/search/close.png -share/doc/doxygen/examples/docstring/html/search/files_64.html -share/doc/doxygen/examples/docstring/html/search/functions_5f.html -share/doc/doxygen/examples/docstring/html/search/functions_66.html -share/doc/doxygen/examples/docstring/html/search/functions_70.html -share/doc/doxygen/examples/docstring/html/search/namespaces_64.html -share/doc/doxygen/examples/docstring/html/search/nomatches.html -share/doc/doxygen/examples/docstring/html/search/search.css -share/doc/doxygen/examples/docstring/html/search/search.js -share/doc/doxygen/examples/docstring/html/search/search.png -share/doc/doxygen/examples/docstring/html/tab_b.gif -share/doc/doxygen/examples/docstring/html/tab_l.gif -share/doc/doxygen/examples/docstring/html/tab_r.gif -share/doc/doxygen/examples/docstring/html/tabs.css -share/doc/doxygen/examples/enum.cfg -share/doc/doxygen/examples/enum.h -share/doc/doxygen/examples/enum/html/annotated.html -share/doc/doxygen/examples/enum/html/class_test-members.html -share/doc/doxygen/examples/enum/html/class_test.html -share/doc/doxygen/examples/enum/html/classes.html -share/doc/doxygen/examples/enum/html/doxygen.css -share/doc/doxygen/examples/enum/html/doxygen.png -share/doc/doxygen/examples/enum/html/enum_8h_source.html -share/doc/doxygen/examples/enum/html/files.html -share/doc/doxygen/examples/enum/html/functions.html -share/doc/doxygen/examples/enum/html/functions_enum.html -share/doc/doxygen/examples/enum/html/functions_eval.html -share/doc/doxygen/examples/enum/html/index.html -share/doc/doxygen/examples/enum/html/installdox -share/doc/doxygen/examples/enum/html/search/all_61.html -share/doc/doxygen/examples/enum/html/search/all_74.html -share/doc/doxygen/examples/enum/html/search/all_76.html -share/doc/doxygen/examples/enum/html/search/classes_74.html -share/doc/doxygen/examples/enum/html/search/close.png -share/doc/doxygen/examples/enum/html/search/enums_61.html -share/doc/doxygen/examples/enum/html/search/enums_74.html -share/doc/doxygen/examples/enum/html/search/enumvalues_76.html -share/doc/doxygen/examples/enum/html/search/nomatches.html -share/doc/doxygen/examples/enum/html/search/search.css -share/doc/doxygen/examples/enum/html/search/search.js -share/doc/doxygen/examples/enum/html/search/search.png -share/doc/doxygen/examples/enum/html/tab_b.gif -share/doc/doxygen/examples/enum/html/tab_l.gif -share/doc/doxygen/examples/enum/html/tab_r.gif -share/doc/doxygen/examples/enum/html/tabs.css -share/doc/doxygen/examples/example.cfg -share/doc/doxygen/examples/example.cpp -share/doc/doxygen/examples/example.tag -share/doc/doxygen/examples/example/html/annotated.html -share/doc/doxygen/examples/example/html/class_test-members.html -share/doc/doxygen/examples/example/html/class_test.html -share/doc/doxygen/examples/example/html/classes.html -share/doc/doxygen/examples/example/html/doxygen.css -share/doc/doxygen/examples/example/html/doxygen.png -share/doc/doxygen/examples/example/html/example__test.cpp-example.html -share/doc/doxygen/examples/example/html/examples.html -share/doc/doxygen/examples/example/html/functions.html -share/doc/doxygen/examples/example/html/functions_func.html -share/doc/doxygen/examples/example/html/index.html -share/doc/doxygen/examples/example/html/installdox -share/doc/doxygen/examples/example/html/search/all_65.html -share/doc/doxygen/examples/example/html/search/all_74.html -share/doc/doxygen/examples/example/html/search/classes_74.html -share/doc/doxygen/examples/example/html/search/close.png -share/doc/doxygen/examples/example/html/search/functions_65.html -share/doc/doxygen/examples/example/html/search/nomatches.html -share/doc/doxygen/examples/example/html/search/search.css -share/doc/doxygen/examples/example/html/search/search.js -share/doc/doxygen/examples/example/html/search/search.png -share/doc/doxygen/examples/example/html/tab_b.gif -share/doc/doxygen/examples/example/html/tab_l.gif -share/doc/doxygen/examples/example/html/tab_r.gif -share/doc/doxygen/examples/example/html/tabs.css -share/doc/doxygen/examples/example_test.cpp -share/doc/doxygen/examples/file.cfg -share/doc/doxygen/examples/file.h -share/doc/doxygen/examples/file/html/doxygen.css -share/doc/doxygen/examples/file/html/doxygen.png -share/doc/doxygen/examples/file/html/file_8h.html -share/doc/doxygen/examples/file/html/file_8h_source.html -share/doc/doxygen/examples/file/html/files.html -share/doc/doxygen/examples/file/html/globals.html -share/doc/doxygen/examples/file/html/globals_vars.html -share/doc/doxygen/examples/file/html/index.html -share/doc/doxygen/examples/file/html/installdox -share/doc/doxygen/examples/file/html/search/all_66.html -share/doc/doxygen/examples/file/html/search/all_67.html -share/doc/doxygen/examples/file/html/search/close.png -share/doc/doxygen/examples/file/html/search/files_66.html -share/doc/doxygen/examples/file/html/search/nomatches.html -share/doc/doxygen/examples/file/html/search/search.css -share/doc/doxygen/examples/file/html/search/search.js -share/doc/doxygen/examples/file/html/search/search.png -share/doc/doxygen/examples/file/html/search/variables_67.html -share/doc/doxygen/examples/file/html/tab_b.gif -share/doc/doxygen/examples/file/html/tab_l.gif -share/doc/doxygen/examples/file/html/tab_r.gif -share/doc/doxygen/examples/file/html/tabs.css -share/doc/doxygen/examples/func.cfg -share/doc/doxygen/examples/func.h -share/doc/doxygen/examples/func/html/annotated.html -share/doc/doxygen/examples/func/html/class_test-members.html -share/doc/doxygen/examples/func/html/class_test.html -share/doc/doxygen/examples/func/html/classes.html -share/doc/doxygen/examples/func/html/doxygen.css -share/doc/doxygen/examples/func/html/doxygen.png -share/doc/doxygen/examples/func/html/files.html -share/doc/doxygen/examples/func/html/func_8h_source.html -share/doc/doxygen/examples/func/html/functions.html -share/doc/doxygen/examples/func/html/functions_func.html -share/doc/doxygen/examples/func/html/index.html -share/doc/doxygen/examples/func/html/installdox -share/doc/doxygen/examples/func/html/search/all_6d.html -share/doc/doxygen/examples/func/html/search/all_74.html -share/doc/doxygen/examples/func/html/search/classes_74.html -share/doc/doxygen/examples/func/html/search/close.png -share/doc/doxygen/examples/func/html/search/functions_6d.html -share/doc/doxygen/examples/func/html/search/nomatches.html -share/doc/doxygen/examples/func/html/search/search.css -share/doc/doxygen/examples/func/html/search/search.js -share/doc/doxygen/examples/func/html/search/search.png -share/doc/doxygen/examples/func/html/tab_b.gif -share/doc/doxygen/examples/func/html/tab_l.gif -share/doc/doxygen/examples/func/html/tab_r.gif -share/doc/doxygen/examples/func/html/tabs.css -share/doc/doxygen/examples/group.cfg -share/doc/doxygen/examples/group.cpp -share/doc/doxygen/examples/group/html/annotated.html -share/doc/doxygen/examples/group/html/class_c1.html -share/doc/doxygen/examples/group/html/class_c2.html -share/doc/doxygen/examples/group/html/class_c3.html -share/doc/doxygen/examples/group/html/class_c4.html -share/doc/doxygen/examples/group/html/class_c5.html -share/doc/doxygen/examples/group/html/classes.html -share/doc/doxygen/examples/group/html/doxygen.css -share/doc/doxygen/examples/group/html/doxygen.png -share/doc/doxygen/examples/group/html/files.html -share/doc/doxygen/examples/group/html/globals.html -share/doc/doxygen/examples/group/html/globals_func.html -share/doc/doxygen/examples/group/html/group_8cpp.html -share/doc/doxygen/examples/group/html/group__group1.html -share/doc/doxygen/examples/group/html/group__group2.html -share/doc/doxygen/examples/group/html/group__group3.html -share/doc/doxygen/examples/group/html/group__group4.html -share/doc/doxygen/examples/group/html/group__group5.html -share/doc/doxygen/examples/group/html/index.html -share/doc/doxygen/examples/group/html/installdox -share/doc/doxygen/examples/group/html/modules.html -share/doc/doxygen/examples/group/html/namespace_n1.html -share/doc/doxygen/examples/group/html/namespaces.html -share/doc/doxygen/examples/group/html/search/all_63.html -share/doc/doxygen/examples/group/html/search/all_66.html -share/doc/doxygen/examples/group/html/search/all_67.html -share/doc/doxygen/examples/group/html/search/all_6e.html -share/doc/doxygen/examples/group/html/search/classes_63.html -share/doc/doxygen/examples/group/html/search/close.png -share/doc/doxygen/examples/group/html/search/files_67.html -share/doc/doxygen/examples/group/html/search/functions_66.html -share/doc/doxygen/examples/group/html/search/namespaces_6e.html -share/doc/doxygen/examples/group/html/search/nomatches.html -share/doc/doxygen/examples/group/html/search/search.css -share/doc/doxygen/examples/group/html/search/search.js -share/doc/doxygen/examples/group/html/search/search.png -share/doc/doxygen/examples/group/html/tab_b.gif -share/doc/doxygen/examples/group/html/tab_l.gif -share/doc/doxygen/examples/group/html/tab_r.gif -share/doc/doxygen/examples/group/html/tabs.css -share/doc/doxygen/examples/include.cfg -share/doc/doxygen/examples/include.cpp -share/doc/doxygen/examples/include/html/annotated.html -share/doc/doxygen/examples/include/html/class_test-members.html -share/doc/doxygen/examples/include/html/class_test.html -share/doc/doxygen/examples/include/html/classes.html -share/doc/doxygen/examples/include/html/doxygen.css -share/doc/doxygen/examples/include/html/doxygen.png -share/doc/doxygen/examples/include/html/example.html -share/doc/doxygen/examples/include/html/functions.html -share/doc/doxygen/examples/include/html/functions_func.html -share/doc/doxygen/examples/include/html/index.html -share/doc/doxygen/examples/include/html/installdox -share/doc/doxygen/examples/include/html/pages.html -share/doc/doxygen/examples/include/html/search/all_65.html -share/doc/doxygen/examples/include/html/search/all_74.html -share/doc/doxygen/examples/include/html/search/classes_74.html -share/doc/doxygen/examples/include/html/search/close.png -share/doc/doxygen/examples/include/html/search/functions_65.html -share/doc/doxygen/examples/include/html/search/nomatches.html -share/doc/doxygen/examples/include/html/search/search.css -share/doc/doxygen/examples/include/html/search/search.js -share/doc/doxygen/examples/include/html/search/search.png -share/doc/doxygen/examples/include/html/tab_b.gif -share/doc/doxygen/examples/include/html/tab_l.gif -share/doc/doxygen/examples/include/html/tab_r.gif -share/doc/doxygen/examples/include/html/tabs.css -share/doc/doxygen/examples/jdstyle.cfg -share/doc/doxygen/examples/jdstyle.cpp -share/doc/doxygen/examples/jdstyle/html/annotated.html -share/doc/doxygen/examples/jdstyle/html/class_test-members.html -share/doc/doxygen/examples/jdstyle/html/class_test.html -share/doc/doxygen/examples/jdstyle/html/classes.html -share/doc/doxygen/examples/jdstyle/html/doxygen.css -share/doc/doxygen/examples/jdstyle/html/doxygen.png -share/doc/doxygen/examples/jdstyle/html/functions.html -share/doc/doxygen/examples/jdstyle/html/functions_enum.html -share/doc/doxygen/examples/jdstyle/html/functions_eval.html -share/doc/doxygen/examples/jdstyle/html/functions_func.html -share/doc/doxygen/examples/jdstyle/html/functions_vars.html -share/doc/doxygen/examples/jdstyle/html/index.html -share/doc/doxygen/examples/jdstyle/html/installdox -share/doc/doxygen/examples/jdstyle/html/search/all_65.html -share/doc/doxygen/examples/jdstyle/html/search/all_68.html -share/doc/doxygen/examples/jdstyle/html/search/all_70.html -share/doc/doxygen/examples/jdstyle/html/search/all_74.html -share/doc/doxygen/examples/jdstyle/html/search/all_7e.html -share/doc/doxygen/examples/jdstyle/html/search/classes_74.html -share/doc/doxygen/examples/jdstyle/html/search/close.png -share/doc/doxygen/examples/jdstyle/html/search/enums_74.html -share/doc/doxygen/examples/jdstyle/html/search/enumvalues_74.html -share/doc/doxygen/examples/jdstyle/html/search/functions_74.html -share/doc/doxygen/examples/jdstyle/html/search/functions_7e.html -share/doc/doxygen/examples/jdstyle/html/search/nomatches.html -share/doc/doxygen/examples/jdstyle/html/search/search.css -share/doc/doxygen/examples/jdstyle/html/search/search.js -share/doc/doxygen/examples/jdstyle/html/search/search.png -share/doc/doxygen/examples/jdstyle/html/search/variables_65.html -share/doc/doxygen/examples/jdstyle/html/search/variables_68.html -share/doc/doxygen/examples/jdstyle/html/search/variables_70.html -share/doc/doxygen/examples/jdstyle/html/tab_b.gif -share/doc/doxygen/examples/jdstyle/html/tab_l.gif -share/doc/doxygen/examples/jdstyle/html/tab_r.gif -share/doc/doxygen/examples/jdstyle/html/tabs.css -share/doc/doxygen/examples/manual.c -share/doc/doxygen/examples/manual.cfg -share/doc/doxygen/examples/manual/html/annotated.html -share/doc/doxygen/examples/manual/html/classes.html -share/doc/doxygen/examples/manual/html/doxygen.css -share/doc/doxygen/examples/manual/html/doxygen.png -share/doc/doxygen/examples/manual/html/files.html -share/doc/doxygen/examples/manual/html/functions.html -share/doc/doxygen/examples/manual/html/functions_func.html -share/doc/doxygen/examples/manual/html/functions_vars.html -share/doc/doxygen/examples/manual/html/globals.html -share/doc/doxygen/examples/manual/html/globals_func.html -share/doc/doxygen/examples/manual/html/hierarchy.html -share/doc/doxygen/examples/manual/html/index.html -share/doc/doxygen/examples/manual/html/installdox -share/doc/doxygen/examples/manual/html/manual_8c.html -share/doc/doxygen/examples/manual/html/search/all_62.html -share/doc/doxygen/examples/manual/html/search/all_63.html -share/doc/doxygen/examples/manual/html/search/all_6d.html -share/doc/doxygen/examples/manual/html/search/all_6f.html -share/doc/doxygen/examples/manual/html/search/all_72.html -share/doc/doxygen/examples/manual/html/search/all_74.html -share/doc/doxygen/examples/manual/html/search/all_76.html -share/doc/doxygen/examples/manual/html/search/classes_63.html -share/doc/doxygen/examples/manual/html/search/classes_6f.html -share/doc/doxygen/examples/manual/html/search/classes_74.html -share/doc/doxygen/examples/manual/html/search/classes_76.html -share/doc/doxygen/examples/manual/html/search/close.png -share/doc/doxygen/examples/manual/html/search/files_6d.html -share/doc/doxygen/examples/manual/html/search/functions_6d.html -share/doc/doxygen/examples/manual/html/search/functions_6f.html -share/doc/doxygen/examples/manual/html/search/functions_76.html -share/doc/doxygen/examples/manual/html/search/nomatches.html -share/doc/doxygen/examples/manual/html/search/search.css -share/doc/doxygen/examples/manual/html/search/search.js -share/doc/doxygen/examples/manual/html/search/search.png -share/doc/doxygen/examples/manual/html/search/variables_62.html -share/doc/doxygen/examples/manual/html/search/variables_72.html -share/doc/doxygen/examples/manual/html/struct_car-members.html -share/doc/doxygen/examples/manual/html/struct_car.html -share/doc/doxygen/examples/manual/html/struct_car.png -share/doc/doxygen/examples/manual/html/struct_object-members.html -share/doc/doxygen/examples/manual/html/struct_object.html -share/doc/doxygen/examples/manual/html/struct_object.png -share/doc/doxygen/examples/manual/html/struct_truck-members.html -share/doc/doxygen/examples/manual/html/struct_truck.html -share/doc/doxygen/examples/manual/html/struct_truck.png -share/doc/doxygen/examples/manual/html/struct_vehicle-members.html -share/doc/doxygen/examples/manual/html/struct_vehicle.html -share/doc/doxygen/examples/manual/html/struct_vehicle.png -share/doc/doxygen/examples/manual/html/tab_b.gif -share/doc/doxygen/examples/manual/html/tab_l.gif -share/doc/doxygen/examples/manual/html/tab_r.gif -share/doc/doxygen/examples/manual/html/tabs.css -share/doc/doxygen/examples/memgrp.cfg -share/doc/doxygen/examples/memgrp.cpp -share/doc/doxygen/examples/memgrp/html/annotated.html -share/doc/doxygen/examples/memgrp/html/class_test-members.html -share/doc/doxygen/examples/memgrp/html/class_test.html -share/doc/doxygen/examples/memgrp/html/classes.html -share/doc/doxygen/examples/memgrp/html/doxygen.css -share/doc/doxygen/examples/memgrp/html/doxygen.png -share/doc/doxygen/examples/memgrp/html/files.html -share/doc/doxygen/examples/memgrp/html/functions.html -share/doc/doxygen/examples/memgrp/html/functions_func.html -share/doc/doxygen/examples/memgrp/html/globals.html -share/doc/doxygen/examples/memgrp/html/globals_defs.html -share/doc/doxygen/examples/memgrp/html/globals_func.html -share/doc/doxygen/examples/memgrp/html/index.html -share/doc/doxygen/examples/memgrp/html/installdox -share/doc/doxygen/examples/memgrp/html/memgrp_8cpp.html -share/doc/doxygen/examples/memgrp/html/search/all_61.html -share/doc/doxygen/examples/memgrp/html/search/all_62.html -share/doc/doxygen/examples/memgrp/html/search/all_66.html -share/doc/doxygen/examples/memgrp/html/search/all_67.html -share/doc/doxygen/examples/memgrp/html/search/all_6d.html -share/doc/doxygen/examples/memgrp/html/search/all_74.html -share/doc/doxygen/examples/memgrp/html/search/all_75.html -share/doc/doxygen/examples/memgrp/html/search/classes_74.html -share/doc/doxygen/examples/memgrp/html/search/close.png -share/doc/doxygen/examples/memgrp/html/search/defines_61.html -share/doc/doxygen/examples/memgrp/html/search/defines_62.html -share/doc/doxygen/examples/memgrp/html/search/files_6d.html -share/doc/doxygen/examples/memgrp/html/search/functions_66.html -share/doc/doxygen/examples/memgrp/html/search/functions_67.html -share/doc/doxygen/examples/memgrp/html/search/functions_75.html -share/doc/doxygen/examples/memgrp/html/search/nomatches.html -share/doc/doxygen/examples/memgrp/html/search/search.css -share/doc/doxygen/examples/memgrp/html/search/search.js -share/doc/doxygen/examples/memgrp/html/search/search.png -share/doc/doxygen/examples/memgrp/html/tab_b.gif -share/doc/doxygen/examples/memgrp/html/tab_l.gif -share/doc/doxygen/examples/memgrp/html/tab_r.gif -share/doc/doxygen/examples/memgrp/html/tabs.css -share/doc/doxygen/examples/mux.cfg -share/doc/doxygen/examples/mux.vhdl -share/doc/doxygen/examples/mux/html/annotated.html -share/doc/doxygen/examples/mux/html/classes.html -share/doc/doxygen/examples/mux/html/classmux__using__with-members.html -share/doc/doxygen/examples/mux/html/classmux__using__with.html -share/doc/doxygen/examples/mux/html/classmux__using__with.png -share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.html -share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.png -share/doc/doxygen/examples/mux/html/doxygen.css -share/doc/doxygen/examples/mux/html/doxygen.png -share/doc/doxygen/examples/mux/html/files.html -share/doc/doxygen/examples/mux/html/functions.html -share/doc/doxygen/examples/mux/html/functions_vars.html -share/doc/doxygen/examples/mux/html/hierarchy.html -share/doc/doxygen/examples/mux/html/index.html -share/doc/doxygen/examples/mux/html/installdox -share/doc/doxygen/examples/mux/html/mux_8vhdl.html -share/doc/doxygen/examples/mux/html/search/all_62.html -share/doc/doxygen/examples/mux/html/search/all_64.html -share/doc/doxygen/examples/mux/html/search/all_69.html -share/doc/doxygen/examples/mux/html/search/all_6d.html -share/doc/doxygen/examples/mux/html/search/all_73.html -share/doc/doxygen/examples/mux/html/search/classes_62.html -share/doc/doxygen/examples/mux/html/search/classes_6d.html -share/doc/doxygen/examples/mux/html/search/close.png -share/doc/doxygen/examples/mux/html/search/files_6d.html -share/doc/doxygen/examples/mux/html/search/nomatches.html -share/doc/doxygen/examples/mux/html/search/search.css -share/doc/doxygen/examples/mux/html/search/search.js -share/doc/doxygen/examples/mux/html/search/search.png -share/doc/doxygen/examples/mux/html/search/variables_64.html -share/doc/doxygen/examples/mux/html/search/variables_69.html -share/doc/doxygen/examples/mux/html/search/variables_6d.html -share/doc/doxygen/examples/mux/html/search/variables_73.html -share/doc/doxygen/examples/mux/html/tab_b.gif -share/doc/doxygen/examples/mux/html/tab_l.gif -share/doc/doxygen/examples/mux/html/tab_r.gif -share/doc/doxygen/examples/mux/html/tabs.css -share/doc/doxygen/examples/overload.cfg -share/doc/doxygen/examples/overload.cpp -share/doc/doxygen/examples/overload/html/annotated.html -share/doc/doxygen/examples/overload/html/class_test-members.html -share/doc/doxygen/examples/overload/html/class_test.html -share/doc/doxygen/examples/overload/html/classes.html -share/doc/doxygen/examples/overload/html/doxygen.css -share/doc/doxygen/examples/overload/html/doxygen.png -share/doc/doxygen/examples/overload/html/functions.html -share/doc/doxygen/examples/overload/html/functions_func.html -share/doc/doxygen/examples/overload/html/index.html -share/doc/doxygen/examples/overload/html/installdox -share/doc/doxygen/examples/overload/html/search/all_64.html -share/doc/doxygen/examples/overload/html/search/all_74.html -share/doc/doxygen/examples/overload/html/search/classes_74.html -share/doc/doxygen/examples/overload/html/search/close.png -share/doc/doxygen/examples/overload/html/search/functions_64.html -share/doc/doxygen/examples/overload/html/search/nomatches.html -share/doc/doxygen/examples/overload/html/search/search.css -share/doc/doxygen/examples/overload/html/search/search.js -share/doc/doxygen/examples/overload/html/search/search.png -share/doc/doxygen/examples/overload/html/tab_b.gif -share/doc/doxygen/examples/overload/html/tab_l.gif -share/doc/doxygen/examples/overload/html/tab_r.gif -share/doc/doxygen/examples/overload/html/tabs.css -share/doc/doxygen/examples/page.cfg -share/doc/doxygen/examples/page.doc -share/doc/doxygen/examples/page/html/doxygen.css -share/doc/doxygen/examples/page/html/doxygen.png -share/doc/doxygen/examples/page/html/index.html -share/doc/doxygen/examples/page/html/installdox -share/doc/doxygen/examples/page/html/page1.html -share/doc/doxygen/examples/page/html/page2.html -share/doc/doxygen/examples/page/html/pages.html -share/doc/doxygen/examples/page/html/search/close.png -share/doc/doxygen/examples/page/html/search/nomatches.html -share/doc/doxygen/examples/page/html/search/search.css -share/doc/doxygen/examples/page/html/search/search.js -share/doc/doxygen/examples/page/html/search/search.png -share/doc/doxygen/examples/page/html/tab_b.gif -share/doc/doxygen/examples/page/html/tab_l.gif -share/doc/doxygen/examples/page/html/tab_r.gif -share/doc/doxygen/examples/page/html/tabs.css -share/doc/doxygen/examples/par.cfg -share/doc/doxygen/examples/par.cpp -share/doc/doxygen/examples/par/html/annotated.html -share/doc/doxygen/examples/par/html/class_test.html -share/doc/doxygen/examples/par/html/classes.html -share/doc/doxygen/examples/par/html/doxygen.css -share/doc/doxygen/examples/par/html/doxygen.png -share/doc/doxygen/examples/par/html/index.html -share/doc/doxygen/examples/par/html/installdox -share/doc/doxygen/examples/par/html/search/all_74.html -share/doc/doxygen/examples/par/html/search/classes_74.html -share/doc/doxygen/examples/par/html/search/close.png -share/doc/doxygen/examples/par/html/search/nomatches.html -share/doc/doxygen/examples/par/html/search/search.css -share/doc/doxygen/examples/par/html/search/search.js -share/doc/doxygen/examples/par/html/search/search.png -share/doc/doxygen/examples/par/html/tab_b.gif -share/doc/doxygen/examples/par/html/tab_l.gif -share/doc/doxygen/examples/par/html/tab_r.gif -share/doc/doxygen/examples/par/html/tabs.css -share/doc/doxygen/examples/pyexample.cfg -share/doc/doxygen/examples/pyexample.py -share/doc/doxygen/examples/pyexample/html/annotated.html -share/doc/doxygen/examples/pyexample/html/classes.html -${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html -${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html -${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html -${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html -share/doc/doxygen/examples/pyexample/html/doxygen.css -share/doc/doxygen/examples/pyexample/html/doxygen.png -share/doc/doxygen/examples/pyexample/html/functions.html -share/doc/doxygen/examples/pyexample/html/functions_func.html -share/doc/doxygen/examples/pyexample/html/functions_vars.html -share/doc/doxygen/examples/pyexample/html/index.html -share/doc/doxygen/examples/pyexample/html/installdox -share/doc/doxygen/examples/pyexample/html/namespacemembers.html -share/doc/doxygen/examples/pyexample/html/namespacemembers_func.html -share/doc/doxygen/examples/pyexample/html/namespacepyexample.html -share/doc/doxygen/examples/pyexample/html/namespaces.html -share/doc/doxygen/examples/pyexample/html/search/all_5f.html -share/doc/doxygen/examples/pyexample/html/search/all_63.html -share/doc/doxygen/examples/pyexample/html/search/all_66.html -share/doc/doxygen/examples/pyexample/html/search/all_70.html -share/doc/doxygen/examples/pyexample/html/search/classes_70.html -share/doc/doxygen/examples/pyexample/html/search/close.png -share/doc/doxygen/examples/pyexample/html/search/functions_5f.html -share/doc/doxygen/examples/pyexample/html/search/functions_66.html -share/doc/doxygen/examples/pyexample/html/search/functions_70.html -share/doc/doxygen/examples/pyexample/html/search/namespaces_70.html -share/doc/doxygen/examples/pyexample/html/search/nomatches.html -share/doc/doxygen/examples/pyexample/html/search/search.css -share/doc/doxygen/examples/pyexample/html/search/search.js -share/doc/doxygen/examples/pyexample/html/search/search.png -share/doc/doxygen/examples/pyexample/html/search/variables_63.html -share/doc/doxygen/examples/pyexample/html/tab_b.gif -share/doc/doxygen/examples/pyexample/html/tab_l.gif -share/doc/doxygen/examples/pyexample/html/tab_r.gif -share/doc/doxygen/examples/pyexample/html/tabs.css -share/doc/doxygen/examples/qtstyle.cfg -share/doc/doxygen/examples/qtstyle.cpp -share/doc/doxygen/examples/qtstyle/html/annotated.html -share/doc/doxygen/examples/qtstyle/html/class_test-members.html -share/doc/doxygen/examples/qtstyle/html/class_test.html -share/doc/doxygen/examples/qtstyle/html/classes.html -share/doc/doxygen/examples/qtstyle/html/doxygen.css -share/doc/doxygen/examples/qtstyle/html/doxygen.png -share/doc/doxygen/examples/qtstyle/html/functions.html -share/doc/doxygen/examples/qtstyle/html/functions_enum.html -share/doc/doxygen/examples/qtstyle/html/functions_eval.html -share/doc/doxygen/examples/qtstyle/html/functions_func.html -share/doc/doxygen/examples/qtstyle/html/functions_vars.html -share/doc/doxygen/examples/qtstyle/html/index.html -share/doc/doxygen/examples/qtstyle/html/installdox -share/doc/doxygen/examples/qtstyle/html/search/all_65.html -share/doc/doxygen/examples/qtstyle/html/search/all_68.html -share/doc/doxygen/examples/qtstyle/html/search/all_70.html -share/doc/doxygen/examples/qtstyle/html/search/all_74.html -share/doc/doxygen/examples/qtstyle/html/search/all_7e.html -share/doc/doxygen/examples/qtstyle/html/search/classes_74.html -share/doc/doxygen/examples/qtstyle/html/search/close.png -share/doc/doxygen/examples/qtstyle/html/search/enums_74.html -share/doc/doxygen/examples/qtstyle/html/search/enumvalues_74.html -share/doc/doxygen/examples/qtstyle/html/search/functions_74.html -share/doc/doxygen/examples/qtstyle/html/search/functions_7e.html -share/doc/doxygen/examples/qtstyle/html/search/nomatches.html -share/doc/doxygen/examples/qtstyle/html/search/search.css -share/doc/doxygen/examples/qtstyle/html/search/search.js -share/doc/doxygen/examples/qtstyle/html/search/search.png -share/doc/doxygen/examples/qtstyle/html/search/variables_65.html -share/doc/doxygen/examples/qtstyle/html/search/variables_68.html -share/doc/doxygen/examples/qtstyle/html/search/variables_70.html -share/doc/doxygen/examples/qtstyle/html/tab_b.gif -share/doc/doxygen/examples/qtstyle/html/tab_l.gif -share/doc/doxygen/examples/qtstyle/html/tab_r.gif -share/doc/doxygen/examples/qtstyle/html/tabs.css -share/doc/doxygen/examples/relates.cfg -share/doc/doxygen/examples/relates.cpp -share/doc/doxygen/examples/relates/html/annotated.html -share/doc/doxygen/examples/relates/html/class_string-members.html -share/doc/doxygen/examples/relates/html/class_string.html -share/doc/doxygen/examples/relates/html/classes.html -share/doc/doxygen/examples/relates/html/doxygen.css -share/doc/doxygen/examples/relates/html/doxygen.png -share/doc/doxygen/examples/relates/html/functions.html -share/doc/doxygen/examples/relates/html/functions_func.html -share/doc/doxygen/examples/relates/html/functions_rela.html -share/doc/doxygen/examples/relates/html/index.html -share/doc/doxygen/examples/relates/html/installdox -share/doc/doxygen/examples/relates/html/search/all_73.html -share/doc/doxygen/examples/relates/html/search/classes_73.html -share/doc/doxygen/examples/relates/html/search/close.png -share/doc/doxygen/examples/relates/html/search/functions_73.html -share/doc/doxygen/examples/relates/html/search/nomatches.html -share/doc/doxygen/examples/relates/html/search/related_73.html -share/doc/doxygen/examples/relates/html/search/search.css -share/doc/doxygen/examples/relates/html/search/search.js -share/doc/doxygen/examples/relates/html/search/search.png -share/doc/doxygen/examples/relates/html/tab_b.gif -share/doc/doxygen/examples/relates/html/tab_l.gif -share/doc/doxygen/examples/relates/html/tab_r.gif -share/doc/doxygen/examples/relates/html/tabs.css -share/doc/doxygen/examples/restypedef.cfg -share/doc/doxygen/examples/restypedef.cpp -share/doc/doxygen/examples/restypedef/html/annotated.html -share/doc/doxygen/examples/restypedef/html/classes.html -share/doc/doxygen/examples/restypedef/html/doxygen.css -share/doc/doxygen/examples/restypedef/html/doxygen.png -share/doc/doxygen/examples/restypedef/html/files.html -share/doc/doxygen/examples/restypedef/html/functions.html -share/doc/doxygen/examples/restypedef/html/functions_vars.html -share/doc/doxygen/examples/restypedef/html/globals.html -share/doc/doxygen/examples/restypedef/html/globals_func.html -share/doc/doxygen/examples/restypedef/html/globals_type.html -share/doc/doxygen/examples/restypedef/html/index.html -share/doc/doxygen/examples/restypedef/html/installdox -share/doc/doxygen/examples/restypedef/html/restypedef_8cpp.html -share/doc/doxygen/examples/restypedef/html/search/all_61.html -share/doc/doxygen/examples/restypedef/html/search/all_63.html -share/doc/doxygen/examples/restypedef/html/search/all_72.html -share/doc/doxygen/examples/restypedef/html/search/all_78.html -share/doc/doxygen/examples/restypedef/html/search/all_79.html -share/doc/doxygen/examples/restypedef/html/search/classes_63.html -share/doc/doxygen/examples/restypedef/html/search/close.png -share/doc/doxygen/examples/restypedef/html/search/files_72.html -share/doc/doxygen/examples/restypedef/html/search/functions_61.html -share/doc/doxygen/examples/restypedef/html/search/nomatches.html -share/doc/doxygen/examples/restypedef/html/search/search.css -share/doc/doxygen/examples/restypedef/html/search/search.js -share/doc/doxygen/examples/restypedef/html/search/search.png -share/doc/doxygen/examples/restypedef/html/search/typedefs_63.html -share/doc/doxygen/examples/restypedef/html/search/variables_78.html -share/doc/doxygen/examples/restypedef/html/search/variables_79.html -share/doc/doxygen/examples/restypedef/html/struct_coord_struct-members.html -share/doc/doxygen/examples/restypedef/html/struct_coord_struct.html -share/doc/doxygen/examples/restypedef/html/tab_b.gif -share/doc/doxygen/examples/restypedef/html/tab_l.gif -share/doc/doxygen/examples/restypedef/html/tab_r.gif -share/doc/doxygen/examples/restypedef/html/tabs.css -share/doc/doxygen/examples/structcmd.cfg -share/doc/doxygen/examples/structcmd.h -share/doc/doxygen/examples/structcmd/html/doxygen.css -share/doc/doxygen/examples/structcmd/html/doxygen.png -share/doc/doxygen/examples/structcmd/html/files.html -share/doc/doxygen/examples/structcmd/html/globals.html -share/doc/doxygen/examples/structcmd/html/globals_defs.html -share/doc/doxygen/examples/structcmd/html/globals_func.html -share/doc/doxygen/examples/structcmd/html/globals_type.html -share/doc/doxygen/examples/structcmd/html/globals_vars.html -share/doc/doxygen/examples/structcmd/html/index.html -share/doc/doxygen/examples/structcmd/html/installdox -share/doc/doxygen/examples/structcmd/html/search/all_63.html -share/doc/doxygen/examples/structcmd/html/search/all_65.html -share/doc/doxygen/examples/structcmd/html/search/all_6d.html -share/doc/doxygen/examples/structcmd/html/search/all_6f.html -share/doc/doxygen/examples/structcmd/html/search/all_72.html -share/doc/doxygen/examples/structcmd/html/search/all_73.html -share/doc/doxygen/examples/structcmd/html/search/all_75.html -share/doc/doxygen/examples/structcmd/html/search/all_77.html -share/doc/doxygen/examples/structcmd/html/search/close.png -share/doc/doxygen/examples/structcmd/html/search/defines_6d.html -share/doc/doxygen/examples/structcmd/html/search/files_73.html -share/doc/doxygen/examples/structcmd/html/search/functions_63.html -share/doc/doxygen/examples/structcmd/html/search/functions_6f.html -share/doc/doxygen/examples/structcmd/html/search/functions_72.html -share/doc/doxygen/examples/structcmd/html/search/functions_77.html -share/doc/doxygen/examples/structcmd/html/search/nomatches.html -share/doc/doxygen/examples/structcmd/html/search/search.css -share/doc/doxygen/examples/structcmd/html/search/search.js -share/doc/doxygen/examples/structcmd/html/search/search.png -share/doc/doxygen/examples/structcmd/html/search/typedefs_75.html -share/doc/doxygen/examples/structcmd/html/search/variables_65.html -share/doc/doxygen/examples/structcmd/html/structcmd_8h.html -share/doc/doxygen/examples/structcmd/html/structcmd_8h_source.html -share/doc/doxygen/examples/structcmd/html/tab_b.gif -share/doc/doxygen/examples/structcmd/html/tab_l.gif -share/doc/doxygen/examples/structcmd/html/tab_r.gif -share/doc/doxygen/examples/structcmd/html/tabs.css -share/doc/doxygen/examples/tag.cfg -share/doc/doxygen/examples/tag.cpp -share/doc/doxygen/examples/tag/html/annotated.html -share/doc/doxygen/examples/tag/html/class_tag-members.html -share/doc/doxygen/examples/tag/html/class_tag.html -share/doc/doxygen/examples/tag/html/class_tag.png -share/doc/doxygen/examples/tag/html/classes.html -share/doc/doxygen/examples/tag/html/doxygen.css -share/doc/doxygen/examples/tag/html/doxygen.png -share/doc/doxygen/examples/tag/html/functions.html -share/doc/doxygen/examples/tag/html/functions_func.html -share/doc/doxygen/examples/tag/html/hierarchy.html -share/doc/doxygen/examples/tag/html/index.html -share/doc/doxygen/examples/tag/html/installdox -share/doc/doxygen/examples/tag/html/search/all_65.html -share/doc/doxygen/examples/tag/html/search/all_74.html -share/doc/doxygen/examples/tag/html/search/classes_74.html -share/doc/doxygen/examples/tag/html/search/close.png -share/doc/doxygen/examples/tag/html/search/functions_65.html -share/doc/doxygen/examples/tag/html/search/nomatches.html -share/doc/doxygen/examples/tag/html/search/search.css -share/doc/doxygen/examples/tag/html/search/search.js -share/doc/doxygen/examples/tag/html/search/search.png -share/doc/doxygen/examples/tag/html/tab_b.gif -share/doc/doxygen/examples/tag/html/tab_l.gif -share/doc/doxygen/examples/tag/html/tab_r.gif -share/doc/doxygen/examples/tag/html/tabs.css -share/doc/doxygen/examples/templ.cfg -share/doc/doxygen/examples/templ.cpp -share/doc/doxygen/examples/template/html/annotated.html -share/doc/doxygen/examples/template/html/class_test-members.html -share/doc/doxygen/examples/template/html/class_test.html -share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4-members.html -share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.html -share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.png -share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4-members.html -share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.html -share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.png -share/doc/doxygen/examples/template/html/classes.html -share/doc/doxygen/examples/template/html/doxygen.css -share/doc/doxygen/examples/template/html/doxygen.png -share/doc/doxygen/examples/template/html/functions.html -share/doc/doxygen/examples/template/html/functions_func.html -share/doc/doxygen/examples/template/html/hierarchy.html -share/doc/doxygen/examples/template/html/index.html -share/doc/doxygen/examples/template/html/installdox -share/doc/doxygen/examples/template/html/search/all_74.html -share/doc/doxygen/examples/template/html/search/classes_74.html -share/doc/doxygen/examples/template/html/search/close.png -share/doc/doxygen/examples/template/html/search/functions_74.html -share/doc/doxygen/examples/template/html/search/nomatches.html -share/doc/doxygen/examples/template/html/search/search.css -share/doc/doxygen/examples/template/html/search/search.js -share/doc/doxygen/examples/template/html/search/search.png -share/doc/doxygen/examples/template/html/tab_b.gif -share/doc/doxygen/examples/template/html/tab_l.gif -share/doc/doxygen/examples/template/html/tab_r.gif -share/doc/doxygen/examples/template/html/tabs.css -share/doc/doxygen/html/arch.html -share/doc/doxygen/html/archoverview.gif -share/doc/doxygen/html/autolink.html -share/doc/doxygen/html/commands.html -share/doc/doxygen/html/config.html -share/doc/doxygen/html/custcmd.html -share/doc/doxygen/html/customize.html -share/doc/doxygen/html/diagrams.html -share/doc/doxygen/html/docblocks.html -share/doc/doxygen/html/doxygen.css -share/doc/doxygen/html/doxygen.png -share/doc/doxygen/html/doxygen__usage.html -share/doc/doxygen/html/doxygen_logo.gif -share/doc/doxygen/html/doxygen_logo_low.gif -share/doc/doxygen/html/doxytag__usage.html -share/doc/doxygen/html/doxywizard__usage.html -share/doc/doxygen/html/doxywizard_expert.png -share/doc/doxygen/html/doxywizard_main.png -share/doc/doxygen/html/doxywizard_menu.png -share/doc/doxygen/html/doxywizard_page1.png -share/doc/doxygen/html/doxywizard_page2.png -share/doc/doxygen/html/doxywizard_page3.png -share/doc/doxygen/html/doxywizard_page4.png -share/doc/doxygen/html/external.html -share/doc/doxygen/html/faq.html -share/doc/doxygen/html/features.html -share/doc/doxygen/html/form_0.png -share/doc/doxygen/html/form_1.png -share/doc/doxygen/html/form_2.png -share/doc/doxygen/html/form_3.png -share/doc/doxygen/html/form_4.png -share/doc/doxygen/html/form_5.png -share/doc/doxygen/html/form_6.png -share/doc/doxygen/html/form_7.png -share/doc/doxygen/html/formula.repository -share/doc/doxygen/html/formulas.html -share/doc/doxygen/html/grouping.html -share/doc/doxygen/html/history.html -share/doc/doxygen/html/htmlcmds.html -share/doc/doxygen/html/index.hhc -share/doc/doxygen/html/index.hhk -share/doc/doxygen/html/index.hhp -share/doc/doxygen/html/index.html -share/doc/doxygen/html/infoflow.gif -share/doc/doxygen/html/install.html -share/doc/doxygen/html/installdox__usage.html -share/doc/doxygen/html/langhowto.html -share/doc/doxygen/html/lists.html -share/doc/doxygen/html/output.html -share/doc/doxygen/html/pages.html -share/doc/doxygen/html/perlmod.html -share/doc/doxygen/html/perlmod__tree.html -share/doc/doxygen/html/preprocessing.html -share/doc/doxygen/html/searching.html -share/doc/doxygen/html/starting.html -share/doc/doxygen/html/tab_b.gif -share/doc/doxygen/html/tab_l.gif -share/doc/doxygen/html/tab_r.gif -share/doc/doxygen/html/tabs.css -share/doc/doxygen/html/trouble.html -share/doc/doxygen/html/xmlcmds.html +${PLIST.latex}share/doc/doxygen/doxygen_manual.pdf +${PLIST.latex}share/doc/doxygen/examples/Makefile +${PLIST.latex}share/doc/doxygen/examples/Makefile.in +${PLIST.latex}share/doc/doxygen/examples/Makefile.win.in +${PLIST.latex}share/doc/doxygen/examples/afterdoc.cfg +${PLIST.latex}share/doc/doxygen/examples/afterdoc.h +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/afterdoc_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/files.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions_enum.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions_eval.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/functions_vars.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/index.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/installdox +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/all_65.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/all_6d.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/all_76.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/enums_65.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/enumvalues_65.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/functions_6d.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/search/variables_76.html +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/afterdoc/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/author.cfg +${PLIST.latex}share/doc/doxygen/examples/author.cpp +${PLIST.latex}share/doc/doxygen/examples/author/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/author/html/bug.html +${PLIST.latex}share/doc/doxygen/examples/author/html/class_windows_n_t.html +${PLIST.latex}share/doc/doxygen/examples/author/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/author/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/author/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/author/html/index.html +${PLIST.latex}share/doc/doxygen/examples/author/html/installdox +${PLIST.latex}share/doc/doxygen/examples/author/html/pages.html +${PLIST.latex}share/doc/doxygen/examples/author/html/search/all_77.html +${PLIST.latex}share/doc/doxygen/examples/author/html/search/classes_77.html +${PLIST.latex}share/doc/doxygen/examples/author/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/author/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/author/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/author/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/author/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/author/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/author/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/author/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/author/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/autolink.cfg +${PLIST.latex}share/doc/doxygen/examples/autolink.cpp +${PLIST.latex}share/doc/doxygen/examples/autolink/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/autolink_8cpp.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/autolink/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/autolink/html/files.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions_enum.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions_eval.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/functions_vars.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_defs.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_enum.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_eval.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_type.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/globals_vars.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/index.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/installdox +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_61.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_62.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_65.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_67.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_6d.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_76.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/all_7e.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/defines_61.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/enums_65.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/enums_67.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/enumvalues_67.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/enumvalues_76.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/files_61.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/functions_6d.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/functions_74.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/functions_7e.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/typedefs_62.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/variables_67.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/search/variables_76.html +${PLIST.latex}share/doc/doxygen/examples/autolink/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/autolink/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/autolink/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/autolink/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/class.cfg +${PLIST.latex}share/doc/doxygen/examples/class.h +${PLIST.latex}share/doc/doxygen/examples/class/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/class/html/class_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/class/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/class/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/class/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/class/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/class/html/files.html +${PLIST.latex}share/doc/doxygen/examples/class/html/index.html +${PLIST.latex}share/doc/doxygen/examples/class/html/installdox +${PLIST.latex}share/doc/doxygen/examples/class/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/class/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/class/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/class/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/class/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/class/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/class/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/class/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/class/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/class/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/class/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/dbusxml.cfg +${PLIST.latex}share/doc/doxygen/examples/dbusxml.xml +${PLIST.latex}share/doc/doxygen/examples/define.cfg +${PLIST.latex}share/doc/doxygen/examples/define.h +${PLIST.latex}share/doc/doxygen/examples/define/html/define_8h.html +${PLIST.latex}share/doc/doxygen/examples/define/html/define_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/define/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/define/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/define/html/files.html +${PLIST.latex}share/doc/doxygen/examples/define/html/globals.html +${PLIST.latex}share/doc/doxygen/examples/define/html/globals_defs.html +${PLIST.latex}share/doc/doxygen/examples/define/html/index.html +${PLIST.latex}share/doc/doxygen/examples/define/html/installdox +${PLIST.latex}share/doc/doxygen/examples/define/html/search/all_61.html +${PLIST.latex}share/doc/doxygen/examples/define/html/search/all_64.html +${PLIST.latex}share/doc/doxygen/examples/define/html/search/all_6d.html +${PLIST.latex}share/doc/doxygen/examples/define/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/define/html/search/defines_61.html +${PLIST.latex}share/doc/doxygen/examples/define/html/search/defines_6d.html +${PLIST.latex}share/doc/doxygen/examples/define/html/search/files_64.html +${PLIST.latex}share/doc/doxygen/examples/define/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/define/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/define/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/define/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/define/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/define/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/define/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/define/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/diagrams.cfg +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a-members.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b-members.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c-members.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d-members.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e-members.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__b_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__c_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__incl.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__d_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__incl.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/files.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/functions_vars.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/graph_legend.dot +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/graph_legend.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/graph_legend.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/hierarchy.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/index.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherit__graph__0.map +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherit__graph__0.md5 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherit__graph__0.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherits.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/installdox +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_61.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_62.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_63.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_64.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_65.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/all_6d.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_61.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_62.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_63.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_64.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/classes_65.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/files_64.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/search/variables_6d.html +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/diagrams_a.h +${PLIST.latex}share/doc/doxygen/examples/diagrams_b.h +${PLIST.latex}share/doc/doxygen/examples/diagrams_c.h +${PLIST.latex}share/doc/doxygen/examples/diagrams_d.h +${PLIST.latex}share/doc/doxygen/examples/diagrams_e.h +${PLIST.latex}share/doc/doxygen/examples/docstring.cfg +${PLIST.latex}share/doc/doxygen/examples/docstring.py +${PLIST.latex}share/doc/doxygen/examples/docstring/html/annotated.html +${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html +${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html +${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html +${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/docstring_8py.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/docstring/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/docstring/html/files.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/index.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/installdox +${PLIST.latex}share/doc/doxygen/examples/docstring/html/namespacedocstring.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/namespacemembers.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/namespacemembers_func.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/namespaces.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/all_5f.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/all_64.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/all_66.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/all_70.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/classes_70.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/files_64.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/functions_5f.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/functions_66.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/functions_70.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/namespaces_64.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/docstring/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/docstring/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/docstring/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/docstring/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/docstring/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/enum.cfg +${PLIST.latex}share/doc/doxygen/examples/enum.h +${PLIST.latex}share/doc/doxygen/examples/enum/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/enum/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/enum/html/enum_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/files.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/functions_enum.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/functions_eval.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/index.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/installdox +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/all_61.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/all_76.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/enums_61.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/enums_74.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/enumvalues_76.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/enum/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/enum/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/enum/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/enum/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/enum/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/example.cfg +${PLIST.latex}share/doc/doxygen/examples/example.cpp +${PLIST.latex}share/doc/doxygen/examples/example.tag +${PLIST.latex}share/doc/doxygen/examples/example/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/example/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/example/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/example/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/example/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/example/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/example/html/example__test.cpp-example.html +${PLIST.latex}share/doc/doxygen/examples/example/html/examples.html +${PLIST.latex}share/doc/doxygen/examples/example/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/example/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/example/html/index.html +${PLIST.latex}share/doc/doxygen/examples/example/html/installdox +${PLIST.latex}share/doc/doxygen/examples/example/html/search/all_65.html +${PLIST.latex}share/doc/doxygen/examples/example/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/example/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/example/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/example/html/search/functions_65.html +${PLIST.latex}share/doc/doxygen/examples/example/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/example/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/example/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/example/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/example/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/example/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/example/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/example/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/example_test.cpp +${PLIST.latex}share/doc/doxygen/examples/file.cfg +${PLIST.latex}share/doc/doxygen/examples/file.h +${PLIST.latex}share/doc/doxygen/examples/file/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/file/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/file/html/file_8h.html +${PLIST.latex}share/doc/doxygen/examples/file/html/file_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/file/html/files.html +${PLIST.latex}share/doc/doxygen/examples/file/html/globals.html +${PLIST.latex}share/doc/doxygen/examples/file/html/globals_vars.html +${PLIST.latex}share/doc/doxygen/examples/file/html/index.html +${PLIST.latex}share/doc/doxygen/examples/file/html/installdox +${PLIST.latex}share/doc/doxygen/examples/file/html/search/all_66.html +${PLIST.latex}share/doc/doxygen/examples/file/html/search/all_67.html +${PLIST.latex}share/doc/doxygen/examples/file/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/file/html/search/files_66.html +${PLIST.latex}share/doc/doxygen/examples/file/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/file/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/file/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/file/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/file/html/search/variables_67.html +${PLIST.latex}share/doc/doxygen/examples/file/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/file/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/file/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/file/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/func.cfg +${PLIST.latex}share/doc/doxygen/examples/func.h +${PLIST.latex}share/doc/doxygen/examples/func/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/func/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/func/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/func/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/func/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/func/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/func/html/files.html +${PLIST.latex}share/doc/doxygen/examples/func/html/func_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/func/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/func/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/func/html/index.html +${PLIST.latex}share/doc/doxygen/examples/func/html/installdox +${PLIST.latex}share/doc/doxygen/examples/func/html/search/all_6d.html +${PLIST.latex}share/doc/doxygen/examples/func/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/func/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/func/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/func/html/search/functions_6d.html +${PLIST.latex}share/doc/doxygen/examples/func/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/func/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/func/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/func/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/func/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/func/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/func/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/func/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/group.cfg +${PLIST.latex}share/doc/doxygen/examples/group.cpp +${PLIST.latex}share/doc/doxygen/examples/group/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/group/html/class_c1.html +${PLIST.latex}share/doc/doxygen/examples/group/html/class_c2.html +${PLIST.latex}share/doc/doxygen/examples/group/html/class_c3.html +${PLIST.latex}share/doc/doxygen/examples/group/html/class_c4.html +${PLIST.latex}share/doc/doxygen/examples/group/html/class_c5.html +${PLIST.latex}share/doc/doxygen/examples/group/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/group/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/group/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/group/html/files.html +${PLIST.latex}share/doc/doxygen/examples/group/html/globals.html +${PLIST.latex}share/doc/doxygen/examples/group/html/globals_func.html +${PLIST.latex}share/doc/doxygen/examples/group/html/group_8cpp.html +${PLIST.latex}share/doc/doxygen/examples/group/html/group__group1.html +${PLIST.latex}share/doc/doxygen/examples/group/html/group__group2.html +${PLIST.latex}share/doc/doxygen/examples/group/html/group__group3.html +${PLIST.latex}share/doc/doxygen/examples/group/html/group__group4.html +${PLIST.latex}share/doc/doxygen/examples/group/html/group__group5.html +${PLIST.latex}share/doc/doxygen/examples/group/html/index.html +${PLIST.latex}share/doc/doxygen/examples/group/html/installdox +${PLIST.latex}share/doc/doxygen/examples/group/html/modules.html +${PLIST.latex}share/doc/doxygen/examples/group/html/namespace_n1.html +${PLIST.latex}share/doc/doxygen/examples/group/html/namespaces.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/all_63.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/all_66.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/all_67.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/all_6e.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/classes_63.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/group/html/search/files_67.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/functions_66.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/namespaces_6e.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/group/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/group/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/group/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/group/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/group/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/group/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/group/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/include.cfg +${PLIST.latex}share/doc/doxygen/examples/include.cpp +${PLIST.latex}share/doc/doxygen/examples/include/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/include/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/include/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/include/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/include/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/include/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/include/html/example.html +${PLIST.latex}share/doc/doxygen/examples/include/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/include/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/include/html/index.html +${PLIST.latex}share/doc/doxygen/examples/include/html/installdox +${PLIST.latex}share/doc/doxygen/examples/include/html/pages.html +${PLIST.latex}share/doc/doxygen/examples/include/html/search/all_65.html +${PLIST.latex}share/doc/doxygen/examples/include/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/include/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/include/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/include/html/search/functions_65.html +${PLIST.latex}share/doc/doxygen/examples/include/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/include/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/include/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/include/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/include/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/include/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/include/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/include/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/jdstyle.cfg +${PLIST.latex}share/doc/doxygen/examples/jdstyle.cpp +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions_enum.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions_eval.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/functions_vars.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/index.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/installdox +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_65.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_68.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_70.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/all_7e.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/enums_74.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/enumvalues_74.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/functions_74.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/functions_7e.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/variables_65.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/variables_68.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/search/variables_70.html +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/jdstyle/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/manual.c +${PLIST.latex}share/doc/doxygen/examples/manual.cfg +${PLIST.latex}share/doc/doxygen/examples/manual/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/manual/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/manual/html/files.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/functions_vars.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/globals.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/globals_func.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/hierarchy.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/index.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/installdox +${PLIST.latex}share/doc/doxygen/examples/manual/html/manual_8c.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_62.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_63.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_6d.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_6f.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_72.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/all_76.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/classes_63.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/classes_6f.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/classes_76.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/files_6d.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/functions_6d.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/functions_6f.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/functions_76.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/variables_62.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/search/variables_72.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_car-members.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_car.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_car.png +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_object-members.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_object.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_object.png +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_truck-members.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_truck.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_truck.png +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_vehicle-members.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_vehicle.html +${PLIST.latex}share/doc/doxygen/examples/manual/html/struct_vehicle.png +${PLIST.latex}share/doc/doxygen/examples/manual/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/manual/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/manual/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/manual/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/memgrp.cfg +${PLIST.latex}share/doc/doxygen/examples/memgrp.cpp +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/files.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/globals.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/globals_defs.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/globals_func.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/index.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/installdox +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/memgrp_8cpp.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_61.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_62.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_66.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_67.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_6d.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/all_75.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/defines_61.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/defines_62.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/files_6d.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/functions_66.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/functions_67.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/functions_75.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/memgrp/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/mux.cfg +${PLIST.latex}share/doc/doxygen/examples/mux.vhdl +${PLIST.latex}share/doc/doxygen/examples/mux/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with-members.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with.png +${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.png +${PLIST.latex}share/doc/doxygen/examples/mux/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/mux/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/mux/html/files.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/functions_vars.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/hierarchy.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/index.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/installdox +${PLIST.latex}share/doc/doxygen/examples/mux/html/mux_8vhdl.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_62.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_64.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_69.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_6d.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/all_73.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/classes_62.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/classes_6d.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/files_6d.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/variables_64.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/variables_69.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/variables_6d.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/search/variables_73.html +${PLIST.latex}share/doc/doxygen/examples/mux/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/mux/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/mux/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/mux/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/overload.cfg +${PLIST.latex}share/doc/doxygen/examples/overload.cpp +${PLIST.latex}share/doc/doxygen/examples/overload/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/overload/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/overload/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/index.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/installdox +${PLIST.latex}share/doc/doxygen/examples/overload/html/search/all_64.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/overload/html/search/functions_64.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/overload/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/overload/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/overload/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/overload/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/overload/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/overload/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/overload/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/page.cfg +${PLIST.latex}share/doc/doxygen/examples/page.doc +${PLIST.latex}share/doc/doxygen/examples/page/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/page/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/page/html/index.html +${PLIST.latex}share/doc/doxygen/examples/page/html/installdox +${PLIST.latex}share/doc/doxygen/examples/page/html/page1.html +${PLIST.latex}share/doc/doxygen/examples/page/html/page2.html +${PLIST.latex}share/doc/doxygen/examples/page/html/pages.html +${PLIST.latex}share/doc/doxygen/examples/page/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/page/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/page/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/page/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/page/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/page/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/page/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/page/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/page/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/par.cfg +${PLIST.latex}share/doc/doxygen/examples/par.cpp +${PLIST.latex}share/doc/doxygen/examples/par/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/par/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/par/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/par/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/par/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/par/html/index.html +${PLIST.latex}share/doc/doxygen/examples/par/html/installdox +${PLIST.latex}share/doc/doxygen/examples/par/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/par/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/par/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/par/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/par/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/par/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/par/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/par/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/par/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/par/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/par/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/pyexample.cfg +${PLIST.latex}share/doc/doxygen/examples/pyexample.py +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classes.html +${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html +${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html +${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html +${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/functions_vars.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/index.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/installdox +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/namespacemembers.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/namespacemembers_func.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/namespacepyexample.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/namespaces.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/all_5f.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/all_63.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/all_66.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/all_70.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/classes_70.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/functions_5f.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/functions_66.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/functions_70.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/namespaces_70.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/search/variables_63.html +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/pyexample/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/qtstyle.cfg +${PLIST.latex}share/doc/doxygen/examples/qtstyle.cpp +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions_enum.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions_eval.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/functions_vars.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/index.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/installdox +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_65.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_68.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_70.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/all_7e.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/enums_74.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/enumvalues_74.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/functions_74.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/functions_7e.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/variables_65.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/variables_68.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/search/variables_70.html +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/qtstyle/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/relates.cfg +${PLIST.latex}share/doc/doxygen/examples/relates.cpp +${PLIST.latex}share/doc/doxygen/examples/relates/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/class_string-members.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/class_string.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/relates/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/relates/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/functions_rela.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/index.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/installdox +${PLIST.latex}share/doc/doxygen/examples/relates/html/search/all_73.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/search/classes_73.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/relates/html/search/functions_73.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/search/related_73.html +${PLIST.latex}share/doc/doxygen/examples/relates/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/relates/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/relates/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/relates/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/relates/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/relates/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/relates/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/restypedef.cfg +${PLIST.latex}share/doc/doxygen/examples/restypedef.cpp +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/files.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/functions_vars.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/globals.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/globals_func.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/globals_type.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/index.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/installdox +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/restypedef_8cpp.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_61.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_63.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_72.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_78.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/all_79.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/classes_63.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/files_72.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/functions_61.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/typedefs_63.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/variables_78.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/search/variables_79.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/struct_coord_struct-members.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/struct_coord_struct.html +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/restypedef/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/structcmd.cfg +${PLIST.latex}share/doc/doxygen/examples/structcmd.h +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/files.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals_defs.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals_func.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals_type.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/globals_vars.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/index.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/installdox +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_63.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_65.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_6d.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_6f.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_72.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_73.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_75.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/all_77.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/defines_6d.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/files_73.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/functions_63.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/functions_6f.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/functions_72.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/functions_77.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/typedefs_75.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/search/variables_65.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/structcmd_8h.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/structcmd_8h_source.html +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/structcmd/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/tag.cfg +${PLIST.latex}share/doc/doxygen/examples/tag.cpp +${PLIST.latex}share/doc/doxygen/examples/tag/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/class_tag-members.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/class_tag.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/class_tag.png +${PLIST.latex}share/doc/doxygen/examples/tag/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/tag/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/tag/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/hierarchy.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/index.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/installdox +${PLIST.latex}share/doc/doxygen/examples/tag/html/search/all_65.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/tag/html/search/functions_65.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/tag/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/tag/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/tag/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/tag/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/tag/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/tag/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/tag/html/tabs.css +${PLIST.latex}share/doc/doxygen/examples/templ.cfg +${PLIST.latex}share/doc/doxygen/examples/templ.cpp +${PLIST.latex}share/doc/doxygen/examples/template/html/annotated.html +${PLIST.latex}share/doc/doxygen/examples/template/html/class_test-members.html +${PLIST.latex}share/doc/doxygen/examples/template/html/class_test.html +${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4-members.html +${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.html +${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.png +${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4-members.html +${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.html +${PLIST.latex}share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.png +${PLIST.latex}share/doc/doxygen/examples/template/html/classes.html +${PLIST.latex}share/doc/doxygen/examples/template/html/doxygen.css +${PLIST.latex}share/doc/doxygen/examples/template/html/doxygen.png +${PLIST.latex}share/doc/doxygen/examples/template/html/functions.html +${PLIST.latex}share/doc/doxygen/examples/template/html/functions_func.html +${PLIST.latex}share/doc/doxygen/examples/template/html/hierarchy.html +${PLIST.latex}share/doc/doxygen/examples/template/html/index.html +${PLIST.latex}share/doc/doxygen/examples/template/html/installdox +${PLIST.latex}share/doc/doxygen/examples/template/html/search/all_74.html +${PLIST.latex}share/doc/doxygen/examples/template/html/search/classes_74.html +${PLIST.latex}share/doc/doxygen/examples/template/html/search/close.png +${PLIST.latex}share/doc/doxygen/examples/template/html/search/functions_74.html +${PLIST.latex}share/doc/doxygen/examples/template/html/search/nomatches.html +${PLIST.latex}share/doc/doxygen/examples/template/html/search/search.css +${PLIST.latex}share/doc/doxygen/examples/template/html/search/search.js +${PLIST.latex}share/doc/doxygen/examples/template/html/search/search.png +${PLIST.latex}share/doc/doxygen/examples/template/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/examples/template/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/examples/template/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/examples/template/html/tabs.css +${PLIST.latex}share/doc/doxygen/html/arch.html +${PLIST.latex}share/doc/doxygen/html/archoverview.gif +${PLIST.latex}share/doc/doxygen/html/autolink.html +${PLIST.latex}share/doc/doxygen/html/commands.html +${PLIST.latex}share/doc/doxygen/html/config.html +${PLIST.latex}share/doc/doxygen/html/custcmd.html +${PLIST.latex}share/doc/doxygen/html/customize.html +${PLIST.latex}share/doc/doxygen/html/diagrams.html +${PLIST.latex}share/doc/doxygen/html/docblocks.html +${PLIST.latex}share/doc/doxygen/html/doxygen.css +${PLIST.latex}share/doc/doxygen/html/doxygen.png +${PLIST.latex}share/doc/doxygen/html/doxygen__usage.html +${PLIST.latex}share/doc/doxygen/html/doxygen_logo.gif +${PLIST.latex}share/doc/doxygen/html/doxygen_logo_low.gif +${PLIST.latex}share/doc/doxygen/html/doxytag__usage.html +${PLIST.latex}share/doc/doxygen/html/doxywizard__usage.html +${PLIST.latex}share/doc/doxygen/html/doxywizard_expert.png +${PLIST.latex}share/doc/doxygen/html/doxywizard_main.png +${PLIST.latex}share/doc/doxygen/html/doxywizard_menu.png +${PLIST.latex}share/doc/doxygen/html/doxywizard_page1.png +${PLIST.latex}share/doc/doxygen/html/doxywizard_page2.png +${PLIST.latex}share/doc/doxygen/html/doxywizard_page3.png +${PLIST.latex}share/doc/doxygen/html/doxywizard_page4.png +${PLIST.latex}share/doc/doxygen/html/external.html +${PLIST.latex}share/doc/doxygen/html/faq.html +${PLIST.latex}share/doc/doxygen/html/features.html +${PLIST.latex}share/doc/doxygen/html/form_0.png +${PLIST.latex}share/doc/doxygen/html/form_1.png +${PLIST.latex}share/doc/doxygen/html/form_2.png +${PLIST.latex}share/doc/doxygen/html/form_3.png +${PLIST.latex}share/doc/doxygen/html/form_4.png +${PLIST.latex}share/doc/doxygen/html/form_5.png +${PLIST.latex}share/doc/doxygen/html/form_6.png +${PLIST.latex}share/doc/doxygen/html/form_7.png +${PLIST.latex}share/doc/doxygen/html/formula.repository +${PLIST.latex}share/doc/doxygen/html/formulas.html +${PLIST.latex}share/doc/doxygen/html/grouping.html +${PLIST.latex}share/doc/doxygen/html/history.html +${PLIST.latex}share/doc/doxygen/html/htmlcmds.html +${PLIST.latex}share/doc/doxygen/html/index.hhc +${PLIST.latex}share/doc/doxygen/html/index.hhk +${PLIST.latex}share/doc/doxygen/html/index.hhp +${PLIST.latex}share/doc/doxygen/html/index.html +${PLIST.latex}share/doc/doxygen/html/infoflow.gif +${PLIST.latex}share/doc/doxygen/html/install.html +${PLIST.latex}share/doc/doxygen/html/installdox__usage.html +${PLIST.latex}share/doc/doxygen/html/langhowto.html +${PLIST.latex}share/doc/doxygen/html/lists.html +${PLIST.latex}share/doc/doxygen/html/output.html +${PLIST.latex}share/doc/doxygen/html/pages.html +${PLIST.latex}share/doc/doxygen/html/perlmod.html +${PLIST.latex}share/doc/doxygen/html/perlmod__tree.html +${PLIST.latex}share/doc/doxygen/html/preprocessing.html +${PLIST.latex}share/doc/doxygen/html/searching.html +${PLIST.latex}share/doc/doxygen/html/starting.html +${PLIST.latex}share/doc/doxygen/html/tab_b.gif +${PLIST.latex}share/doc/doxygen/html/tab_l.gif +${PLIST.latex}share/doc/doxygen/html/tab_r.gif +${PLIST.latex}share/doc/doxygen/html/tabs.css +${PLIST.latex}share/doc/doxygen/html/trouble.html +${PLIST.latex}share/doc/doxygen/html/xmlcmds.html diff --git a/devel/doxygen/options.mk b/devel/doxygen/options.mk new file mode 100644 index 00000000000..f3f04f98032 --- /dev/null +++ b/devel/doxygen/options.mk @@ -0,0 +1,39 @@ +# $NetBSD: options.mk,v 1.1 2011/03/23 19:24:35 gdt Exp $ +# +PKG_OPTIONS_VAR= PKG_OPTIONS.doxygen +PKG_SUPPORTED_OPTIONS= latex +PKG_SUGGESTED_OPTIONS= latex + +.include "../../mk/bsd.options.mk" + +PLIST_VARS+= latex + +.if !empty(PKG_OPTIONS:Mlatex) +PLIST.latex= yes + +INSTALL_TARGET+= install_docs + +# XXX Clearly separate what is build time vs runtime, and move +# build-time dependencies into USE_TOOLS framework. + +BUILD_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf +BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft +DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk +DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk +DEPENDS+= tex-a4wide>=2010nb1:../../print/tex-a4wide +DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr +DEPENDS+= tex-float-[0-9]*:../../print/tex-float +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek +DEPENDS+= tex-psnfss>=9.2anb2:../../fonts/tex-psnfss +DEPENDS+= tex-pspicture-[0-9]*:../../print/tex-pspicture +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= texlive-pdftools-[0-9]*:../../print/texlive-pdftools + +.include "../../mk/tex.buildlink3.mk" + +.endif |