Added META file.
[virt-df.git] / Makefile.in
index 1efa3fb..1ebe823 100644 (file)
@@ -1,5 +1,6 @@
-# ocaml-libvirt
-# Copyright (C) 2007 Red Hat Inc., Richard W.M. Jones
+# virt-df
+# @configure_input@
+# Copyright (C) 2007-2008 Red Hat Inc., Richard W.M. Jones
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -23,7 +24,7 @@ INSTALL               = @INSTALL@
 OCAMLDOC        = @OCAMLDOC@
 OCAMLDOCFLAGS  := -html -sort
 
-SUBDIRS                = lib virt-df
+SUBDIRS                = lib virt-df diskzip
 
 all opt depend install:
        for d in $(SUBDIRS); do \
@@ -34,7 +35,7 @@ all opt depend install:
 clean:
        for d in . $(SUBDIRS); do \
          (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a \
-           *.so *.opt *~ *.dll *.exe core); \
+           *.so *.opt *~ *.dll *.exe *.annot core); \
        done
        rm -f virt-df/virt-df
 
@@ -53,7 +54,7 @@ doc:
        -cd lib; \
        $(OCAMLDOC) $(OCAMLDOCFLAGS) -d ../html \
          -I +extlib -I +bitmatch \
-         diskimage.mli diskimage.ml
+         int63.mli diskimage.mli diskimage.ml
 endif
 
 # Distribution.