X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=Makefile.in;h=9810b0bc6f636095b989882fc83e56241bae3c6f;hp=489a5e92c48ef83f3affa66522abca95cb590d82;hb=2697bad472a9c1c852ed3ca26aa2084ea5b83072;hpb=5616e76a5a01656aa0dcc323fcd1fcd77764e638 diff --git a/Makefile.in b/Makefile.in index 489a5e9..9810b0b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,19 @@ -# $Id: Makefile.in,v 1.7 2007/08/23 09:36:04 rjones Exp $ +# ocaml-libvirt +# Copyright (C) 2007 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 +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA PACKAGE = @PACKAGE_NAME@ VERSION = @PACKAGE_VERSION@ @@ -40,10 +55,18 @@ clean: rm -f mlvirtmanager/mlvirtmanager rm -f virt-top/virt-top -distclean: - rm -f config.h config.log config.status configure META +distclean: clean + rm -f config.h config.log config.status configure rm -rf autom4te.cache + rm -f META + rm -f libvirt/libvirt_version.ml rm -f Makefile + rm -f libvirt/Makefile + rm -f examples/Makefile + rm -f mlvirsh/Makefile + rm -f mlvirtmanager/Makefile + rm -f virt-top/Makefile + rm -f virt-df/Makefile # Developer documentation (in html/ subdirectory).