installation camlp4.cmxa camlp4.a
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5626 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
789d53cecf
commit
2efe3fdc1b
|
@ -68,5 +68,9 @@ install:
|
|||
cp mLast.mli quotation.mli ast2pt.mli pcaml.mli spretty.mli $(LIBDIR)/camlp4/.
|
||||
cp mLast.cmi quotation.cmi ast2pt.cmi pcaml.cmi spretty.cmi $(LIBDIR)/camlp4/.
|
||||
cp camlp4.cma $(LIBDIR)/camlp4/.
|
||||
if [ -f camlp4.cmxa ]; \
|
||||
then cp camlp4.cmxa camlp4.a $(LIBDIR)/camlp4/.; \
|
||||
else : ; \
|
||||
fi
|
||||
|
||||
include .depend
|
||||
|
|
Loading…
Reference in New Issue