summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-13 21:17:02 +0000
committerDana Jansens <danakj@orodu.net>2003-04-13 21:17:02 +0000
commitdfc9680e333c3a10fedea103136b03c1ebc1ab2b (patch)
treef1db27e2907f46e67270fd1041a4ac0cbcbfde8e /Makefile.am
parent1e1ee706501584dab74dde04333c712ccd0d7c91 (diff)
back to automake
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..060cf7dc
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,16 @@
+#SUBDIRS = po themes doc render cwmcc obcl kernel plugins
+SUBDIRS = po themes data render kernel plugins
+MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
+
+doc:
+ $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
+
+distclean-local:
+ rm -f *\~ gmon.out .\#*
+
+ACLOCAL_AMFLAGS = -I m4
+
+EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \
+ COPYING AUTHORS CHANGELOG
+
+.PHONY: doc