From e32b9090541f0e8e44d10953017617621edb5635 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 16 Oct 2002 17:57:03 +0000 Subject: [PATCH] remove some crud --- src/mesa/Makefile.X11 | 27 +-------------------------- src/mesa/main/Makefile.X11 | 27 +-------------------------- 2 files changed, 2 insertions(+), 52 deletions(-) diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 378df24..2d714c2 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.69 2002/09/27 02:45:37 brianp Exp $ +# $Id: Makefile.X11,v 1.70 2002/10/16 17:57:03 brianp Exp $ # Mesa 3-D graphics library # Version: 4.1 @@ -253,28 +253,3 @@ dep: $(CORE_SOURCES) $(DRIVER_SOURCES) $(OSMESA_SOURCES) tags: etags `find . -name \*.[ch]` `find ../include` - - - -# XXX temporary for NV_vertex_program -VPFILES = \ - include/GL/glext.h \ - src/Makefile.X11 \ - src/vpparse.[ch] \ - src/vpexec.[ch] \ - src/vpstate.[ch] \ - src/attrib.c \ - src/context.c \ - src/enable.c \ - src/extensions.c \ - src/get.c \ - src/matrix.c \ - src/mtypes.h \ - src/varray.c \ - src/tnl/t_vb_program.c \ - tests/vptest1.c \ - tests/vptest2.c - -vptar: - cd .. ; tar cvf vpfiles.tar $(VPFILES) ; gzip vpfiles.tar - diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 378df24..2d714c2 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.69 2002/09/27 02:45:37 brianp Exp $ +# $Id: Makefile.X11,v 1.70 2002/10/16 17:57:03 brianp Exp $ # Mesa 3-D graphics library # Version: 4.1 @@ -253,28 +253,3 @@ dep: $(CORE_SOURCES) $(DRIVER_SOURCES) $(OSMESA_SOURCES) tags: etags `find . -name \*.[ch]` `find ../include` - - - -# XXX temporary for NV_vertex_program -VPFILES = \ - include/GL/glext.h \ - src/Makefile.X11 \ - src/vpparse.[ch] \ - src/vpexec.[ch] \ - src/vpstate.[ch] \ - src/attrib.c \ - src/context.c \ - src/enable.c \ - src/extensions.c \ - src/get.c \ - src/matrix.c \ - src/mtypes.h \ - src/varray.c \ - src/tnl/t_vb_program.c \ - tests/vptest1.c \ - tests/vptest2.c - -vptar: - cd .. ; tar cvf vpfiles.tar $(VPFILES) ; gzip vpfiles.tar - -- 2.7.4