[Pkg-ocaml-maint-commits] [SCM] sexplib310 packaging branch, master, updated. 61f5ec4f754c23a5ecc3c0e73c88873144efd7d7

Stefano Zacchiroli zack at upsilon.cc
Sat May 3 13:40:12 UTC 2008


The following commit has been merged in the master branch:
commit 0e3e2773bca7049f14e82a52751a0340a3ee328a
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat May 3 15:38:56 2008 +0200

    separate bytecode targets

diff --git a/Makefile b/Makefile
index 4c67b1a..2ce0a86 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,19 @@ all:
 	@cd lib && $(MAKE)
 	@cd lib_test && make
 
+.PHONY: byte
+byte:
+	@cd lib && $(MAKE) byte
+	@cd lib_test && make
+
 .PHONY:	install
 install:
 	@cd lib && $(MAKE) $@
 
+.PHONY:	install-byte
+libinstall-byte-code:
+	@cd lib && $(MAKE) $@
+
 .PHONY:	uninstall
 uninstall:
 	@cd lib && $(MAKE) $@
diff --git a/lib/Makefile b/lib/Makefile
index 14a02d1..5de4d9a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -23,6 +23,11 @@ all: \
 	sexplib.cma sexplib.cmxa \
 	pa_sexp_conv.cmi pa_sexp_conv.cmo
 
+byte: \
+	pack-byte-code \
+	sexplib.cma \
+	pa_sexp_conv.cmi pa_sexp_conv.cmo
+
 LIBINSTALL_FILES = \
   sexp.mli path.mli conv.mli \
   sexplib.cmi sexplib.cma sexplib.cmxa sexplib.a \

-- 
sexplib310 packaging



More information about the Pkg-ocaml-maint-commits mailing list