blob: 7e72e1144ec2f295ec9be4cdbd644c5d5c368aa1 [file] [log] [blame]
Ralph Giles35d4fb72011-09-06 23:18:00 -07001## Process this file with automake to produce Makefile.in
2
3DOCINPUTS = $(top_srcdir)/src/opus.h \
4 $(top_srcdir)/src/opus_multistream.h \
5 $(top_srcdir)/libcelt/opus_defines.h \
6 $(top_srcdir)/libcelt/opus_types.h
7
8doc_DATA = doxygen-build.stamp
9
10EXTRA_DIST = Doxyfile.in
11
12if HAVE_DOXYGEN
13doxygen-build.stamp: Doxyfile $(DOCINPUTS)
14 doxygen
15 touch $@
16else
17doxygen-build.stamp: Doxyfile $(DOCINPUTS)
18 @echo "*** Warning: Doxygen not found; API documentation will not be built."
19 touch $@
20endif