[m-rev.] diff: install ints and headers in ssdb directory
Peter Wang
novalazy at gmail.com
Mon Nov 12 13:22:05 AEDT 2007
Estimated hours taken: 0.1
Branches: main
ssdb/Mmakefile:
Make the `install' target install interface and header files in this
directory.
Index: ssdb/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/ssdb/Mmakefile,v
retrieving revision 1.1
diff -u -r1.1 Mmakefile
--- ssdb/Mmakefile 3 Oct 2007 12:11:57 -0000 1.1
+++ ssdb/Mmakefile 12 Nov 2007 02:13:38 -0000
@@ -268,7 +268,7 @@
# Installation targets
.PHONY: install
-install: install_library
+install: install_ints install_hdrs install_library
.PHONY: install_dirs
install_dirs:
@@ -281,6 +281,12 @@
# there is no ssdb (YET!) in the .NET, Java, Erlang backends
+.PHONY: install_ints
+install_ints:
+
+.PHONY: install_hdrs
+install_hdrs:
+
.PHONY: install_init
install_init:
@@ -289,6 +295,12 @@
else
+.PHONY: install_ints
+install_ints: lib$(SSDB_LIB_NAME).install_ints
+
+.PHONY: install_hdrs
+install_hdrs: lib$(SSDB_LIB_NAME).install_hdrs
+
.PHONY: install_init
install_init: $(SSDB_LIB_NAME).init install_dirs
cp `vpath_find $(SSDB_LIB_NAME).init` $(INSTALL_GRADE_MODULE_DIR)
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list