Updated ChangeLog for previous changes
[virt-top.git] / Makefile.in
index 789eaae..9810b0b 100644 (file)
@@ -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@
@@ -21,9 +36,9 @@ ifeq ($(pkg_curses),yes)
 SUBDIRS                += virt-top
 endif
 
-#ifeq ($(pkg_xml_light),yes)
-#SUBDIRS               += virt-df
-#endif
+ifeq ($(pkg_xml_light),yes)
+SUBDIRS                += virt-df
+endif
 
 all opt depend install:
        for d in $(SUBDIRS); do \
@@ -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).