/[svn]/liblscp/trunk/doc/Makefile.am
ViewVC logotype

Contents of /liblscp/trunk/doc/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 712 - (show annotations) (download)
Thu Jul 21 13:30:31 2005 UTC (18 years, 8 months ago) by capela
File size: 622 byte(s)
[bug #21] Fixed automake support for separate build directory.

1 CLEANFILES = doxygen-build.stamp
2
3 DOX = liblscp.doxygen
4 EXTRA_DIST = reference.dox
5 INSTIMAGES = html/doxygen.png
6
7 all-local: doxygen-build.stamp
8
9 doxygen-build.stamp: $(DOX) reference.dox \
10 ../lscp/thread.h ../lscp/socket.h \
11 ../lscp/client.h ../lscp/device.h ../lscp/event.h \
12 ../examples/server.h ../examples/parser.h
13 @echo '*** Running doxygen ***'
14 doxygen $(DOX)
15 touch doxygen-build.stamp
16
17 clean-local:
18 if test -d html; then rm -fr html; fi
19 if test -d latex; then rm -fr latex; fi
20 if test -d man; then rm -fr man; fi
21
22 distclean-local: clean
23 rm -f *.stamp || true
24 if test -d html; then rm -rf html; fi

  ViewVC Help
Powered by ViewVC