shithub: opus

ref: 1b951961ef9f7bd8cdf7da2a1cb927be71a2b230
dir: /doc/Makefile.am/

View raw version
## Process this file with automake to produce Makefile.in

DOCINPUTS = $(top_srcdir)/src/opus.h \
            $(top_srcdir)/src/opus_multistream.h \
            $(top_srcdir)/libcelt/opus_defines.h \
            $(top_srcdir)/libcelt/opus_types.h

doc_DATA = doxygen-build.stamp

EXTRA_DIST = Doxyfile.in

if HAVE_DOXYGEN
doxygen-build.stamp: Doxyfile $(DOCINPUTS)
	doxygen
	touch $@
else
doxygen-build.stamp: Doxyfile $(DOCINPUTS)
	@echo "*** Warning: Doxygen not found; API documentation will not be built."
	touch $@
endif