summaryrefslogtreecommitdiff
path: root/ocaml-binary-annot/stdlib
diff options
context:
space:
mode:
authorFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2010-11-11 22:41:03 +0000
committerFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2010-11-11 22:41:03 +0000
commit84ca9e67ddb1087df31f5ccc344ccc201bab8396 (patch)
tree6105b9803b6c58db94c0ca679b6673aa6da734fb /ocaml-binary-annot/stdlib
parent174df0ab26c2fb06a075df6fe8d598fd89234cd9 (diff)
downloadocaml-84ca9e67ddb1087df31f5ccc344ccc201bab8396.tar.gz
binary-annot: new version from trunk passing testsuite OK
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/binary-annot@10795 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocaml-binary-annot/stdlib')
-rwxr-xr-xocaml-binary-annot/stdlib/Makefile.shared7
1 files changed, 7 insertions, 0 deletions
diff --git a/ocaml-binary-annot/stdlib/Makefile.shared b/ocaml-binary-annot/stdlib/Makefile.shared
index 64087dc9c3..3813b412d9 100755
--- a/ocaml-binary-annot/stdlib/Makefile.shared
+++ b/ocaml-binary-annot/stdlib/Makefile.shared
@@ -38,8 +38,15 @@ OTHERS=array.cmo list.cmo char.cmo string.cmo sys.cmo \
filename.cmo complex.cmo \
arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
+
all: stdlib.cma std_exit.cmo camlheader camlheader_ur
+GENS=$(OBJS:.cmo=_typ2src.cmo)
+gen: $(GENS)
+
+AST=$(OBJS:.cmo=_ast2src.cmo)
+ast: $(AST)
+
install:
cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur $(LIBDIR)