Mercurial > hg > sv-dependency-builds
annotate src/liblo-0.26/doc/Makefile.am @ 23:619f715526df sv_v2.1
Update Vamp plugin SDK to 2.5
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 10:52:46 +0100 |
parents | e13257ea84a4 |
children |
rev | line source |
---|---|
Chris@4 | 1 ## Process this file with automake to produce Makefile.in |
Chris@4 | 2 MAINTAINERCLEANFILES=Makefile.in |
Chris@4 | 3 |
Chris@4 | 4 CLEANFILES=doxygen-build.stamp |
Chris@4 | 5 |
Chris@4 | 6 DOX=reference.doxygen |
Chris@4 | 7 |
Chris@4 | 8 EXTRA_DIST= |
Chris@4 | 9 |
Chris@4 | 10 INSTIMAGES=html/doxygen.png |
Chris@4 | 11 |
Chris@4 | 12 DOC_STAMPS=html-build.stamp |
Chris@4 | 13 |
Chris@4 | 14 DOC_DIR=$(HTML_DIR) |
Chris@4 | 15 |
Chris@4 | 16 all-local: doxygen-build.stamp |
Chris@4 | 17 |
Chris@4 | 18 doxygen-build.stamp: $(DOX) ../lo/lo.h ../lo/lo_types.h ../lo/lo_lowlevel.h \ |
Chris@4 | 19 ../lo/lo_osc_types.h |
Chris@4 | 20 @echo '*** Running doxygen ***' |
Chris@4 | 21 doxygen $(DOX) |
Chris@4 | 22 touch doxygen-build.stamp |
Chris@4 | 23 |
Chris@4 | 24 clean-local: |
Chris@4 | 25 rm -f *~ *.bak $(DOC_STAMPS) || true |
Chris@4 | 26 if test -d html; then rm -fr html; fi |
Chris@4 | 27 if test -d latex; then rm -fr latex; fi |
Chris@4 | 28 if test -d man; then rm -fr man; fi |
Chris@4 | 29 |
Chris@4 | 30 distclean-local: clean |
Chris@4 | 31 rm -f *.stamp || true |
Chris@4 | 32 if test -d html; then rm -rf html; fi |