X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=caf777550bd10fbd812a22aba84510cd8318bd96;hb=71536ae75dceb08e0f3c3403033fb2eb25a08883;hp=2211d32768e8428b7351e1059446480b79471914;hpb=9611aba66734efe3e2f1e0792a90003b657a89f5;p=virt-df.git diff --git a/Makefile.in b/Makefile.in index 2211d32..caf7775 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 @@ -20,9 +21,9 @@ VERSION = @PACKAGE_VERSION@ INSTALL = @INSTALL@ -SUBDIRS = lib virt-df +SUBDIRS = lib virt-df diskzip -all opt depend install: +all opt depend install doc: for d in $(SUBDIRS); do \ $(MAKE) -C $$d $@; \ if [ $$? -ne 0 ]; then exit 1; fi; \ @@ -31,9 +32,10 @@ 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 + rm -f diskzip/diskzip distclean: clean rm -f config.h config.log config.status configure