From 6bf6cd34182d38d45a7c35976de0e7294d437a31 Mon Sep 17 00:00:00 2001
From: Brian Paul <brian.paul@tungstengraphics.com>
Date: Sat, 17 Aug 2002 00:20:48 +0000
Subject: bump lib version to 3.7.1, more make clean commands

---
 src/glut/glx/Makefile.X11 | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

(limited to 'src')

diff --git a/src/glut/glx/Makefile.X11 b/src/glut/glx/Makefile.X11
index bcd7155..c448b64 100644
--- a/src/glut/glx/Makefile.X11
+++ b/src/glut/glx/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.2 1999/09/15 15:11:24 brianp Exp $
+# $Id: Makefile.X11,v 1.3 2002/08/17 00:20:48 brianp Exp $
 
 # Makefile for GLUT
 #
@@ -15,20 +15,11 @@
 # GLUT source included with Mesa with permission from Mark Kilgard.
 
 
-# $Log: Makefile.X11,v $
-# Revision 1.2  1999/09/15 15:11:24  brianp
-# added third, tiny version number to mklib scripts
-#
-# Revision 1.1  1999/08/19 14:00:01  brianp
-# initial check-in (post crash)
-#
-
-
 ##### MACROS #####
 
 GLUT_MAJOR = 3
 GLUT_MINOR = 7
-GLUT_TINY = 0
+GLUT_TINY = 1
 
 VPATH = RCS
 
@@ -102,7 +93,10 @@ default:
 	@echo "Specify a target configuration"
 
 clean:
-	-rm *.o *~
+	-rm -f *.o *~
+	-rm -f *.lo
+	-rm -f *.la
+	-rm -rf .libs
 
 targets: $(LIBDIR)/$(GLUT_LIB)
 
-- 
cgit v1.1