'verbose' -> 'debug' in a few more places.
[virt-mem.git] / lib / Makefile.in
index 1a20d23..c520552 100644 (file)
@@ -44,13 +44,11 @@ OCAMLDEPFLAGS       = $(SYNTAX)
 TARGETS                = virt_mem.cma virt_mem.cmxa
 
 OBJS           = virt_mem_gettext.cmo \
+                 virt_mem_version.cmo \
                  virt_mem_utils.cmo \
                  virt_mem_mmap.cmo \
                  virt_mem.cmo
-XOBJS          = virt_mem_gettext.cmx \
-                 virt_mem_utils.cmx \
-                 virt_mem_mmap.cmx \
-                 virt_mem.cmx
+XOBJS          = $(OBJS:%.cmo=%.cmx)
 
 all:   $(TARGETS)
 
@@ -60,4 +58,6 @@ virt_mem.cma: $(OBJS)
 virt_mem.cmxa: $(XOBJS)
        ocamlfind ocamlopt $(OCAMLOPTFLAGS) $(OCAMLOPTPACKAGES) -a -o $@ $^
 
+install:
+
 include ../Make.rules
\ No newline at end of file