search for: have_doxygen

Displaying 1 result from an estimated 1 matches for "have_doxygen".

2012 Sep 29
2
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)
...AGE@ + +noinst_PROGRAMS = examples/opusfile_example examples/seeking_example + +examples_opusfile_example_LDADD = libopusfile.la +examples_seeking_example_LDADD = libopusfile.la + +debug: + $(MAKE) CFLAGS="${CFLAGS} -O0 -ggdb -DOP_ENABLE_ASSERTIONS" all example + +#API Documentation + +if HAVE_DOXYGEN + +EXTRA_DIST = doc/Doxyfile.in + +all-local: doc/doxygen-build.stamp + +doc/doxygen-build.stamp: doc/Doxyfile $(top_srcdir)/include/*.h + cd doc && doxygen + touch "$@" + +install-data-local: + cd doc && for f in `find html -type f \! -name "installdox"` ; do \...