X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=lib%2FMakefile.in;h=e386af0916cd0ff17ec15b37770b2d8690502d7f;hb=d2a3a6758dca234d0b201e8e965c0861517d37bb;hp=e96a54245662733eb2bcc95ff2079c741aa25875;hpb=fa333da9b9d5338cb18c0077ba10dffd2cc4d464;p=virt-mem.git diff --git a/lib/Makefile.in b/lib/Makefile.in index e96a542..e386af0 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -76,13 +76,6 @@ virt_mem.cma: $(OBJS) virt_mem.cmxa: $(XOBJS) ocamlmklib -o virt_mem $^ -# The autogenerated code in kernel.ml contains recursive types. -kernel.cmo: kernel.ml - $(OCAMLFIND) ocamlc -rectypes $(OCAMLCFLAGS) $(OCAMLCPACKAGES) -c $< - -kernel.cmx: kernel.ml - $(OCAMLFIND) ocamlopt -rectypes $(OCAMLOPTFLAGS) $(OCAMLOPTPACKAGES) -c $< - # Just for testing Virt_mem_mmap module: test_mmap: virt_mem_utils.cmx virt_mem_mmap_c.o virt_mem_mmap.cmx test_mmap.cmx ocamlfind ocamlopt \