summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-16 17:57:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-16 17:57:03 +0000
commite32b9090541f0e8e44d10953017617621edb5635 (patch)
tree5e248b43b59d2b9d6c14ad923383c054e43f7045 /src/mesa
parent2efb3029f0fb9431742cd6ed6c7726679d102076 (diff)
remove some crud
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/Makefile.X1127
-rw-r--r--src/mesa/main/Makefile.X1127
2 files changed, 2 insertions, 52 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 378df24eb8..2d714c20c8 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 378df24eb8..2d714c20c8 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
-