added cvsclean target
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 8 Feb 2003 16:23:44 +0000 (16:23 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 8 Feb 2003 16:23:44 +0000 (16:23 +0000)
Makefile.X11

index 5dbcca12e4d0a7cd2ba559a1b0a289e36071d4f9..b67f34fec345ffb7c2b0b2e211ed8936b1f140b7 100644 (file)
@@ -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