summaryrefslogtreecommitdiffstats
path: root/Makefile-files
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-files')
-rw-r--r--Makefile-files21
1 files changed, 5 insertions, 16 deletions
diff --git a/Makefile-files b/Makefile-files
index c624c8b..61607f4 100644
--- a/Makefile-files
+++ b/Makefile-files
@@ -1,4 +1,4 @@
-
+# -*-Makefile-*- (for Emacs)
#
# MAKEFILE FOR:
#
@@ -30,12 +30,10 @@
#
##################################################################
-ACLOCAL_AMFLAGS = -I m4
-
-nobase_pkginclude_HEADERS =
include $(srcdir)/header-files.mk
-dist-hook:
+DIST_HOOKS += dist-hook-header-files
+dist-hook-header-files:
(echo "# DO NOT MODIFY THIS FILE"; \
echo "# This file was autogenerated by the dist-hook target"; \
cd "$(srcdir)"; \
@@ -55,15 +53,6 @@ dist-hook:
mv -f "header-files.mk.new" "$(srcdir)/header-files.mk"; \
fi
-SUBDIRS = relblobif relindexif relmddif relcatalogif reladminif relstorageif \
- indexmgr catalogmgr tilemgr storagemgr compression commline network \
- raslib clientcomm servercomm rasodmg qlparser conversion \
- mddmgr httpserver mymalloc server rasmgr rascontrol rasdl \
- applications bin insertutils manuals_and_examples include \
- systemtest
-
-# excluded for the moment, contains nothing that is delivered:
-# exportutils
-
-install-exec-hook:
+INSTALL_EXEC_HOOKS += install-exec-hook-logdir
+install-exec-hook-logdir:
$(INSTALL) -m 0755 -d "$(DESTDIR)$(logdir)"