blob: b36b064cd561b6652454bfecc08d6954c85d00c4 [file] [log] [blame]
Ralph Giles35d4fb72011-09-06 23:18:00 -07001## Process this file with automake to produce Makefile.in
2
Jean-Marc Valin4923f3f2011-10-26 21:36:57 -04003DOCINPUTS = $(top_srcdir)/include/opus.h \
4 $(top_srcdir)/include/opus_multistream.h \
5 $(top_srcdir)/include/opus_defines.h \
6 $(top_srcdir)/include/opus_types.h
Ralph Giles35d4fb72011-09-06 23:18:00 -07007
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
Ralph Giles09767572011-09-07 11:18:23 -070021
22# delete doxygen subdirs
23clean-local:
24 -rm -rf html
25 -rm -rf latex
26 -rm -rf man
27 -rm doxygen-build.stamp