OSDN Git Service

r600: split primitive draw into a separate function
[android-x86/external-mesa.git] / Makefile
index d134c4c..df0c2f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.5-rc2
+VERSION=7.6-devel
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 DEMO_NAME = MesaDemos-$(VERSION)
@@ -388,7 +388,17 @@ GLW_FILES = \
        $(DIRECTORY)/src/glw/glw.pc.in                  \
        $(DIRECTORY)/src/glw/depend
 
+GLEW_FILES = \
+       $(DIRECTORY)/include/GL/glew.h                  \
+       $(DIRECTORY)/include/GL/glxew.h                 \
+       $(DIRECTORY)/include/GL/wglew.h                 \
+       $(DIRECTORY)/src/glew/*.c                       \
+       $(DIRECTORY)/src/glew/Makefile                  \
+       $(DIRECTORY)/src/glew/SConscript                \
+       $(DIRECTORY)/src/glew/LICENSE.txt
+
 DEMO_FILES = \
+       $(GLEW_FILES)                                   \
        $(DIRECTORY)/progs/beos/*.cpp                   \
        $(DIRECTORY)/progs/beos/Makefile                \
        $(DIRECTORY)/progs/images/*.rgb                 \