X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=6120fbe9f45af1c994c161f93306ee7742ef1d0c;hb=6512bc4e67f0f2b53805d050e11f6a336b505f40;hp=d65d4c4968e71596ca5d830e9696cac12f1b5c60;hpb=93db12a721ec2a68d99d68ea7fb9a471c2af23a0;p=mesa.git diff --git a/Makefile b/Makefile index d65d4c4968e..6120fbe9f45 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ doxygen: check: cd src/glsl/tests/ && ./optimization-test - @echo "All tests passed." + make -C tests check clean: -@touch $(TOP)/configs/current @@ -112,8 +112,6 @@ linux \ linux-i965 \ linux-alpha \ linux-alpha-static \ -linux-cell \ -linux-cell-debug \ linux-debug \ linux-dri \ linux-dri-debug \ @@ -186,13 +184,15 @@ ultrix-gcc: # Rules for making release tarballs -PACKAGE_VERSION=7.12-devel +PACKAGE_VERSION=8.1-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 \