X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=extract%2Fcodegen%2FMakefile.in;h=eeb8774556c2d1511c1646d027146071d95b30ce;hb=02224ff1b586552930e8177376151c784e92fd5b;hp=85b2619320f1c44b565f427d2b95b449c4c8b3a5;hpb=c7603296c4f420bfc7db9a7dbf72efb0fec97b4d;p=virt-mem.git diff --git a/extract/codegen/Makefile.in b/extract/codegen/Makefile.in index 85b2619..eeb8774 100644 --- a/extract/codegen/Makefile.in +++ b/extract/codegen/Makefile.in @@ -23,7 +23,8 @@ INSTALL = @INSTALL@ MKDIR_P = @MKDIR_P@ bindir = @bindir@ -OCAMLCPACKAGES = -package extlib,pcre,unix,camlp4,bitstring.syntax -syntax bitstring.syntax +#OCAMLCPACKAGES = -package extlib,pcre,unix,camlp4,bitstring.syntax -syntax bitstring.syntax +OCAMLCPACKAGES = -package extlib,pcre,unix,camlp4,bitstring -pp camlp4of OCAMLCFLAGS = @OCAMLCFLAGS@ OCAMLCLIBS = -linkpkg camlp4lib.cma @@ -43,4 +44,6 @@ kerneldb-to-parser.opt: $(XOBJS) ocamlfind ocamlopt \ $(OCAMLOPTFLAGS) $(OCAMLOPTPACKAGES) $(OCAMLOPTLIBS) $(XOBJS) -o $@ +install: + include ../../Make.rules \ No newline at end of file