X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=a32488237f224eb463fd7a9a8146a0e4cc91871a;hb=91f0f002debe015e52008af4f9ee889333ac7bb2;hp=6086f248df1982d631b978612d085a4f59c7023e;hpb=15990b118da35f54e5536b9d10bb7d4bac33a29b;p=ocaml-bitstring.git diff --git a/Makefile.in b/Makefile.in index 6086f24..a324882 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,11 +109,11 @@ bitstring_persistent.cmi: bitstring_persistent.mli -I +camlp4 -pp camlp4of -c $< pa_bitstring.cmo: pa_bitstring.ml bitstring.cma bitstring_persistent.cma - $(OCAMLFIND) ocamlc bitstring.cma -I +camlp4 camlp4lib.cma \ + $(OCAMLFIND) ocamlc bitstring.cma -I +camlp4 dynlink.cma camlp4lib.cma \ -pp camlp4of -c $< -o $@ bitstring-objinfo: bitstring_objinfo.cmo bitstring.cma bitstring_persistent.cma - $(OCAMLFIND) ocamlc -I +camlp4 unix.cma camlp4lib.cma \ + $(OCAMLFIND) ocamlc -I +camlp4 unix.cma dynlink.cma camlp4lib.cma \ $(OCAMLCLIBS) \ bitstring.cma bitstring_persistent.cma \ $< -o $@ @@ -155,7 +155,7 @@ tests/test.bmpp: create_test_pattern create_test_pattern: create_test_pattern.cmo $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) -pp camlp4of \ - unix.cma -I +camlp4 camlp4lib.cma \ + unix.cma -I +camlp4 dynlink.cma camlp4lib.cma \ $(OCAMLCLIBS) \ -I . bitstring.cma bitstring_persistent.cma $< -o $@ @@ -274,6 +274,9 @@ install: pa_bitstring.cmo @for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done +uninstall: + ocamlfind remove bitstring + # Standard rules. .mli.cmi: