summaryrefslogtreecommitdiff
path: root/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-02-08 16:23:44 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-02-08 16:23:44 +0000
commitb6b39455e3ed2872081741d5dc94f68ea3ac009a (patch)
tree4ee8734628316cd0c328c4de040d2244af86a86b /Makefile.X11
parent92d79350743d6f8d52bf78f866d9ffe69da70d02 (diff)
added cvsclean target
Diffstat (limited to 'Makefile.X11')
-rw-r--r--Makefile.X1111
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.X11 b/Makefile.X11
index 5dbcca12e4..b67f34fec3 100644
--- a/Makefile.X11
+++ b/Makefile.X11
@@ -1,9 +1,9 @@
-# $Id: Makefile.X11,v 1.71 2002/12/19 15:18:22 brianp Exp $
+# $Id: Makefile.X11,v 1.72 2003/02/08 16:23:44 brianp Exp $
# Mesa 3-D graphics library
# Version: 5.1
#
-# Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
+# Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@@ -328,6 +328,13 @@ realclean: clean
cd book && $(MAKE) -f Makefile.X11 realclean || true
cd samples && $(MAKE) -f Makefile.X11 realclean || true
+# Remove everything not in CVS
+cvsclean: realclean
+ -rm -f acinclude.m4 aclocal.m4
+ -rm -f conf.h conf.h.in config.guess config.log config.status
+ -rm -f config.sub configure
+ -rm -f install-sh libtool ltmain.sh Makefile.in
+ -rm -f missing mkinstalldirs stamp-h stamp-h.in
DIRECTORY = Mesa-5.1
LIB_NAME = MesaLib-5.1