X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=caf777550bd10fbd812a22aba84510cd8318bd96;hb=dfe6b5dddb13624323c5883381dedd34ad4a4663;hp=1eda991deaf9681b680d6284b822c70ea0bf54db;hpb=8c2be1f021e65637f24b0ecd1907f7a069e347a2;p=virt-df.git diff --git a/Makefile.in b/Makefile.in index 1eda991..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,12 +21,9 @@ VERSION = @PACKAGE_VERSION@ INSTALL = @INSTALL@ -OCAMLDOC = @OCAMLDOC@ -OCAMLDOCFLAGS := -html -sort - 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; \ @@ -34,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 @@ -44,18 +43,6 @@ distclean: clean rm -f Makefile rm -f virt-df/Makefile -# Developer documentation (in html/ subdirectory). - -ifneq ($(OCAMLDOC),) -doc: - rm -rf html - mkdir html - -cd lib; \ - $(OCAMLDOC) $(OCAMLDOCFLAGS) -d ../html \ - -I +extlib -I +bitmatch \ - int63.mli diskimage.mli diskimage.ml -endif - # Distribution. dist: