From dff01201c553803df4f6fe826a55e88a5e3f38d7 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 13 Jun 2006 15:46:12 +0000 Subject: [PATCH] Added missing files git-svn-id: http://svn.drobilla.net/lad@35 a436a847-0d15-0410-975c-d299462d15a1 --- grauph/doc/{Doxyfile => Doxyfile.in} | 6 +++--- grauph/src/libs/Makefile.am | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) rename grauph/doc/{Doxyfile => Doxyfile.in} (99%) create mode 100644 grauph/src/libs/Makefile.am diff --git a/grauph/doc/Doxyfile b/grauph/doc/Doxyfile.in similarity index 99% rename from grauph/doc/Doxyfile rename to grauph/doc/Doxyfile.in index 61489c92..9f5417f4 100644 --- a/grauph/doc/Doxyfile +++ b/grauph/doc/Doxyfile.in @@ -23,14 +23,14 @@ PROJECT_NAME = Om # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.3.0pre +PROJECT_NUMBER = @PACKAGE_VERSION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = ../doc +OUTPUT_DIRECTORY = @top_srcdir@/doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -417,7 +417,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src +INPUT = @top_srcdir@/src # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp diff --git a/grauph/src/libs/Makefile.am b/grauph/src/libs/Makefile.am new file mode 100644 index 00000000..b509598e --- /dev/null +++ b/grauph/src/libs/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = engine client +