summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-08-17 00:20:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-08-17 00:20:48 +0000
commit6bf6cd34182d38d45a7c35976de0e7294d437a31 (patch)
tree04b6848f73a45797796b7d8fb60a786fdb9bbe38
parent7ae671446a64fde913474de4e3c6314b5ecd195f (diff)
bump lib version to 3.7.1, more make clean commands
-rw-r--r--src/glut/glx/Makefile.X1118
1 files changed, 6 insertions, 12 deletions
diff --git a/src/glut/glx/Makefile.X11 b/src/glut/glx/Makefile.X11
index bcd7155e87..c448b64b6a 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)