summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-06-07 19:35:09 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-06-07 23:06:36 -0700
commit3871e74733f47202372b34a0a8aa73a9d927ccd2 (patch)
tree7e3051a7213c961ba365e5371e560919c2dcaaa5 /Makefile
parente157f381f21a1d5307f64b6ec3cc1b26d4ddf576 (diff)
downloadexternal_mesa3d-3871e74733f47202372b34a0a8aa73a9d927ccd2.zip
external_mesa3d-3871e74733f47202372b34a0a8aa73a9d927ccd2.tar.gz
external_mesa3d-3871e74733f47202372b34a0a8aa73a9d927ccd2.tar.bz2
apple: Dead code removal
Now that we're using glapi, all of this is no longer needed. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index e77e649..2fc35b2 100644
--- a/Makefile
+++ b/Makefile
@@ -367,15 +367,7 @@ GALLIUM_FILES = \
APPLE_DRI_FILES = \
$(DIRECTORY)/src/glx/apple/Makefile \
- $(DIRECTORY)/src/glx/apple/*.[ch] \
- $(DIRECTORY)/src/glx/apple/*.tcl \
- $(DIRECTORY)/src/glx/apple/apple_exports.list \
- $(DIRECTORY)/src/glx/apple/GL_aliases \
- $(DIRECTORY)/src/glx/apple/GL_extensions \
- $(DIRECTORY)/src/glx/apple/GL_noop \
- $(DIRECTORY)/src/glx/apple/GL_promoted \
- $(DIRECTORY)/src/glx/apple/specs/*.spec \
- $(DIRECTORY)/src/glx/apple/specs/*.tm
+ $(DIRECTORY)/src/glx/apple/*.[ch]
DRI_FILES = \
$(DIRECTORY)/include/GL/internal/dri_interface.h \