summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-16 15:49:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-16 15:49:12 +0000
commit80e872df2b1ed10751a99e56f8f2f342be1438e7 (patch)
treebef80b91acadc9c2bb04b4d434563c3ba7778e2c /src
parentece75acd6b35db24c102f2b40ffc30234210f1fa (diff)
make clean removes .lo .la and .libs/
Diffstat (limited to 'src')
-rw-r--r--src/mesa/Makefile.X1113
-rw-r--r--src/mesa/main/Makefile.X1113
2 files changed, 6 insertions, 20 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index d026075c8e..f5e73514d3 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.7 1999/11/11 01:22:28 brianp Exp $
+# $Id: Makefile.X11,v 1.8 1999/11/16 15:49:12 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -133,14 +133,6 @@ OBJECTS = $(ASM_SOURCES:.S=.o) \
$(ADDITIONAL_OBJ)
-#who put these here!?!
-#GL_LIB = libMesaGL.so
-#GLU_LIB = libMesaGLU.so
-#GLUT_LIB = libglut.so
-#CC = gcc
-#INCLUDES=-I. -I../include -I/usr/X11R6/include -I/usr/include/glide -I/usr/local/glide/include
-
-
##### RULES #####
.c.o:
@@ -222,7 +214,8 @@ X86/3dnow.o: X86/3dnow.c
# @echo "Specify a target configuration"
clean:
- -rm *.o *~ */*.o */*~
+ -rm *.o *~ */*.o */*~ *.lo *.la
+ -rm -rf .libs
targets: $(LIBDIR)/$(GL_LIB)
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11
index d026075c8e..f5e73514d3 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.7 1999/11/11 01:22:28 brianp Exp $
+# $Id: Makefile.X11,v 1.8 1999/11/16 15:49:12 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -133,14 +133,6 @@ OBJECTS = $(ASM_SOURCES:.S=.o) \
$(ADDITIONAL_OBJ)
-#who put these here!?!
-#GL_LIB = libMesaGL.so
-#GLU_LIB = libMesaGLU.so
-#GLUT_LIB = libglut.so
-#CC = gcc
-#INCLUDES=-I. -I../include -I/usr/X11R6/include -I/usr/include/glide -I/usr/local/glide/include
-
-
##### RULES #####
.c.o:
@@ -222,7 +214,8 @@ X86/3dnow.o: X86/3dnow.c
# @echo "Specify a target configuration"
clean:
- -rm *.o *~ */*.o */*~
+ -rm *.o *~ */*.o */*~ *.lo *.la
+ -rm -rf .libs
targets: $(LIBDIR)/$(GL_LIB)