X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=extract%2Fcodegen%2FMakefile.in;h=92c131f812504717000e6d5cfc96b43cb3facefc;hb=6d60df50895e83763a20c4ec62ef0ec334cd7676;hp=fb48f3f76fc61e6ac0093c7c5042116de00e0fae;hpb=159e16043bbadc056b6ae193ddf3d31be2810e39;p=virt-mem.git diff --git a/extract/codegen/Makefile.in b/extract/codegen/Makefile.in index fb48f3f..92c131f 100644 --- a/extract/codegen/Makefile.in +++ b/extract/codegen/Makefile.in @@ -36,11 +36,16 @@ OCAMLOPTLIBS = -linkpkg camlp4lib.cmxa TARGETS = compile-kerneldb.opt OBJS = pahole_parser.cmo \ - struct_classify.cmo \ + minimizer.cmo \ + code_generation.cmo \ compile_kerneldb.cmo XOBJS = $(OBJS:.cmo=.cmx) -all: $(TARGETS) +all: byte opt + +byte: + +opt: $(TARGETS) compile-kerneldb.opt: $(XOBJS) ocamlfind ocamlopt \