[Pkg-ocaml-maint-commits] [SCM] ocaml-res packaging branch, master, updated. debian/2.2.5-2-11-g12f62dc
Stephane Glondu
steph at glondu.net
Sun Mar 15 12:56:27 UTC 2009
The following commit has been merged in the master branch:
commit de8756654e06e9b933e1e54ed46c53bd67fb8bcc
Merge: 4c1ae65321208a00509e1b192e86968a9eb19b3c 993dfa29490e0448509eb06d837ba4fe45b3f833
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Mar 15 13:36:42 2009 +0100
Merge commit 'upstream/3.1.1'
diff --combined lib/Makefile
index 4e45860,2263ad6..64c3ee3
--- a/lib/Makefile
+++ b/lib/Makefile
@@@ -10,16 -10,12 +10,16 @@@ RESULT = re
LIBINSTALL_FILES = res.mli strat.mli pres_intf.mli nopres_intf.mli \
strat.cmi pres_intf.cmi nopres_intf.cmi weak_intf.cmi \
res.cmi res.cma res.cmxa res.a
+LIBINSTALL_BC_FILES := $(filter-out %.a,$(filter-out %.cmxa,$(LIBINSTALL_FILES)))
- all:
+ all: byte-code-library native-code-library
install: libinstall
uninstall: libuninstall
+libinstall-byte-code: LIBINSTALL_FILES = $(LIBINSTALL_BC_FILES)
+libinstall-byte-code: libinstall
+
clean:: clean-doc
-include $(OCAMLMAKEFILE)
--
ocaml-res packaging
More information about the Pkg-ocaml-maint-commits
mailing list