gallivm: Maximum loop iterations
[mesa.git] / Makefile
index e593e7f0e136349d68ffa8778e47598c550c4641..1368b44ea020a5d49c7e034aab40cd244745fb98 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@ doxygen:
        cd doxygen && $(MAKE)
 
 check:
-       cd src/glsl && $(MAKE) check
        cd src/glsl/tests/ && ./optimization-test
        make -C tests check
 
@@ -185,7 +184,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=8.0-devel
+PACKAGE_VERSION=8.1-devel
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 
@@ -200,6 +199,12 @@ EXTRA_FILES = \
        src/glsl/glcpp/glcpp-lex.c                      \
        src/glsl/glcpp/glcpp-parse.c                    \
        src/glsl/glcpp/glcpp-parse.h                    \
+       src/mesa/main/api_exec_es1.c                    \
+       src/mesa/main/api_exec_es1_dispatch.h           \
+       src/mesa/main/api_exec_es1_remap_helper.h       \
+       src/mesa/main/api_exec_es2.c                    \
+       src/mesa/main/api_exec_es2_dispatch.h           \
+       src/mesa/main/api_exec_es2_remap_helper.h       \
        src/mesa/program/lex.yy.c                       \
        src/mesa/program/program_parse.tab.c            \
        src/mesa/program/program_parse.tab.h
@@ -261,4 +266,6 @@ md5: $(ARCHIVES)
        @-md5sum $(PACKAGE_NAME).tar.bz2
        @-md5sum $(PACKAGE_NAME).zip
 
-.PHONY: tarballs md5
+am--refresh:
+
+.PHONY: tarballs md5 am--refresh