Browse Source

make clean removes .lo .la and .libs/

tags/mesa_3_3
Brian Paul 26 years ago
parent
commit
80e872df2b
2 changed files with 6 additions and 20 deletions
  1. 3
    10
      src/mesa/Makefile.X11
  2. 3
    10
      src/mesa/main/Makefile.X11

+ 3
- 10
src/mesa/Makefile.X11 View File

# $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 # Mesa 3-D graphics library
# Version: 3.3 # Version: 3.3
$(ADDITIONAL_OBJ) $(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 ##### ##### RULES #####


.c.o: .c.o:
# @echo "Specify a target configuration" # @echo "Specify a target configuration"


clean: clean:
-rm *.o *~ */*.o */*~
-rm *.o *~ */*.o */*~ *.lo *.la
-rm -rf .libs


targets: $(LIBDIR)/$(GL_LIB) targets: $(LIBDIR)/$(GL_LIB)



+ 3
- 10
src/mesa/main/Makefile.X11 View File

# $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 # Mesa 3-D graphics library
# Version: 3.3 # Version: 3.3
$(ADDITIONAL_OBJ) $(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 ##### ##### RULES #####


.c.o: .c.o:
# @echo "Specify a target configuration" # @echo "Specify a target configuration"


clean: clean:
-rm *.o *~ */*.o */*~
-rm *.o *~ */*.o */*~ *.lo *.la
-rm -rf .libs


targets: $(LIBDIR)/$(GL_LIB) targets: $(LIBDIR)/$(GL_LIB)



Loading…
Cancel
Save