comparison src/liblo-0.26/doc/Makefile.am @ 4:e13257ea84a4

Add bzip2, zlib, liblo, portaudio sources
author Chris Cannam
date Wed, 20 Mar 2013 13:59:52 +0000
parents
children
comparison
equal deleted inserted replaced
3:6c505a35919a 4:e13257ea84a4
1 ## Process this file with automake to produce Makefile.in
2 MAINTAINERCLEANFILES=Makefile.in
3
4 CLEANFILES=doxygen-build.stamp
5
6 DOX=reference.doxygen
7
8 EXTRA_DIST=
9
10 INSTIMAGES=html/doxygen.png
11
12 DOC_STAMPS=html-build.stamp
13
14 DOC_DIR=$(HTML_DIR)
15
16 all-local: doxygen-build.stamp
17
18 doxygen-build.stamp: $(DOX) ../lo/lo.h ../lo/lo_types.h ../lo/lo_lowlevel.h \
19 ../lo/lo_osc_types.h
20 @echo '*** Running doxygen ***'
21 doxygen $(DOX)
22 touch doxygen-build.stamp
23
24 clean-local:
25 rm -f *~ *.bak $(DOC_STAMPS) || true
26 if test -d html; then rm -fr html; fi
27 if test -d latex; then rm -fr latex; fi
28 if test -d man; then rm -fr man; fi
29
30 distclean-local: clean
31 rm -f *.stamp || true
32 if test -d html; then rm -rf html; fi