summaryrefslogtreecommitdiffstats
path: root/kapptemplate/appframework/base-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate/appframework/base-Makefile.am')
-rw-r--r--kapptemplate/appframework/base-Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/kapptemplate/appframework/base-Makefile.am b/kapptemplate/appframework/base-Makefile.am
new file mode 100644
index 00000000..eef7f78c
--- /dev/null
+++ b/kapptemplate/appframework/base-Makefile.am
@@ -0,0 +1,11 @@
+echo "Creating $LOCATION_ROOT/Makefile.am.in...";
+cat << EOF > $LOCATION_ROOT/Makefile.am.in
+
+AUTOMAKE_OPTIONS = foreign 1.5
+DISTCLEANFILES = inst-apps
+MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
+
+include admin/deps.am
+
+include admin/Doxyfile.am
+