summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-10-17 16:19:44 +0100
committerRichard W.M. Jones <rjones@redhat.com>2007-10-17 16:19:44 +0100
commit0e09861c06a0c274bcfdacceaee347f8aaa969cb (patch)
treea266a0716ebfb551b64328457a27e90f606c1e8c /Makefile.in
parent002d9558cf5986f14c475054b19da31713b7c8b3 (diff)
downloadvirt-top-0e09861c06a0c274bcfdacceaee347f8aaa969cb.tar.gz
virt-top-0e09861c06a0c274bcfdacceaee347f8aaa969cb.tar.xz
virt-top-0e09861c06a0c274bcfdacceaee347f8aaa969cb.zip
Removed $Id$ everywhere.
'make distclean' now cleans more files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 489a5e9..ce2e803 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,3 @@
-# $Id: Makefile.in,v 1.7 2007/08/23 09:36:04 rjones Exp $
-
PACKAGE = @PACKAGE_NAME@
VERSION = @PACKAGE_VERSION@
@@ -40,10 +38,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).