meta: Add GL_RED/GL_RG support to meta CopyTexImage.
[mesa.git] / Makefile
index 817f3d3706a48a6242efffdb2dbbcee419b41057..1fa369a96c7cd9d3212606fb513c068c917c0876 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,10 @@ all: default
 doxygen:
        cd doxygen && $(MAKE)
 
+check:
+       cd src/glsl/tests/ && ./optimization-test
+       make -C tests check
+
 clean:
        -@touch $(TOP)/configs/current
        -@for dir in $(SUBDIRS) ; do \
@@ -51,7 +55,7 @@ install:
        done
 
 
-.PHONY: default doxygen clean realclean distclean install
+.PHONY: default doxygen clean realclean distclean install check
 
 # If there's no current configuration file
 $(TOP)/configs/current:
@@ -78,7 +82,6 @@ aix-static \
 autoconf \
 bluegene-osmesa \
 bluegene-xlc-osmesa \
-beos \
 catamount-osmesa-pgi \
 darwin \
 darwin-fat-32bit \
@@ -109,8 +112,6 @@ linux \
 linux-i965 \
 linux-alpha \
 linux-alpha-static \
-linux-cell \
-linux-cell-debug \
 linux-debug \
 linux-dri \
 linux-dri-debug \
@@ -183,13 +184,15 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=7.12-devel
+PACKAGE_VERSION=8.0-devel
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 
 EXTRA_FILES = \
        aclocal.m4                                      \
        configure                                       \
+       tests/Makefile.in                               \
+       tests/glx/Makefile.in                           \
        src/glsl/glsl_parser.cpp                        \
        src/glsl/glsl_parser.h                          \
        src/glsl/glsl_lexer.cpp                         \