git-svn-id: svn+ssh://jackaudio.org/trunk/jack@455 0c269be4-1314-0410-8aa9-9f06e86f4224tags/0.109.0
@@ -1,12 +1,13 @@ | |||||
## Process this file with automake to produce Makefile.in | ## Process this file with automake to produce Makefile.in | ||||
MAINTAINERCLEANFILES=Makefile.in | |||||
MAINTAINERCLEANFILES=Makefile.in | |||||
DOX=reference.doxygen | |||||
CLEANFILES=doxygen-build.stamp | |||||
DOX=reference.doxygen | |||||
EXTRA_DIST= | |||||
EXTRA_DIST=mainpage.dox transport.dox fsm.png | |||||
INSTIMAGES=html/doxygen.png /html/fsm.png | |||||
INSTIMAGES=html/doxygen.png html/fsm.png | |||||
DOC_STAMPS=html-build.stamp | DOC_STAMPS=html-build.stamp | ||||
@@ -14,14 +15,15 @@ DOC_DIR=$(HTML_DIR) | |||||
all-local: doxygen-build.stamp | all-local: doxygen-build.stamp | ||||
doxygen-build.stamp: $(DOX) mainpage.dox transport.dox fsm.png \ | |||||
../jack/jack.h ../jack/types.h ../jack/transport.h | |||||
doxygen-build.stamp: $(DOX) | |||||
@echo '*** Running doxygen ***' | @echo '*** Running doxygen ***' | ||||
doxygen $(DOX) | doxygen $(DOX) | ||||
touch doxygen-build.stamp | touch doxygen-build.stamp | ||||
clean-local: | clean-local: | ||||
rm -f *~ *.bak $(DOC_STAMPS) || true | rm -f *~ *.bak $(DOC_STAMPS) || true | ||||
if test -d html; then rm -fr html; fi | |||||
if test -d latex; then rm -fr latex; fi | |||||
distclean-local: clean | distclean-local: clean | ||||
rm -f *.stamp || true | rm -f *.stamp || true | ||||
@@ -17,7 +17,7 @@ | |||||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded | # The PROJECT_NAME tag is a single word (or a sequence of words surrounded | ||||
# by quotes) that should identify the project. | # by quotes) that should identify the project. | ||||
PROJECT_NAME = JACK | |||||
PROJECT_NAME = JACK-AUDIO-CONNECTION-KIT | |||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number. | # The PROJECT_NUMBER tag can be used to enter a project or revision number. | ||||
# This could be handy for archiving the generated documentation or | # This could be handy for archiving the generated documentation or | ||||
@@ -301,7 +301,8 @@ WARN_LOGFILE = | |||||
# directories like "/usr/src/myproject". Separate the files or directories | # directories like "/usr/src/myproject". Separate the files or directories | ||||
# with spaces. | # with spaces. | ||||
INPUT = mainpage.dox transport.dox \ | |||||
INPUT = @top_srcdir@/doc/mainpage.dox \ | |||||
@top_srcdir@/doc/transport.dox \ | |||||
@top_srcdir@/jack/jack.h \ | @top_srcdir@/jack/jack.h \ | ||||
@top_srcdir@/jack/types.h \ | @top_srcdir@/jack/types.h \ | ||||
@top_srcdir@/jack/transport.h | @top_srcdir@/jack/transport.h | ||||