X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=6120fbe9f45af1c994c161f93306ee7742ef1d0c;hb=92c42d8170711d76568cd8caeaeacb2442814f49;hp=916c498416da51ad1bbc8b8978c2b99923fbcc84;hpb=659cdedb532e675da5676d40ee39278aadd8f0a1;p=mesa.git diff --git a/Makefile b/Makefile index 916c498416d..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 @@ -82,7 +82,6 @@ aix-static \ autoconf \ bluegene-osmesa \ bluegene-xlc-osmesa \ -beos \ catamount-osmesa-pgi \ darwin \ darwin-fat-32bit \ @@ -113,8 +112,6 @@ linux \ linux-i965 \ linux-alpha \ linux-alpha-static \ -linux-cell \ -linux-cell-debug \ linux-debug \ linux-dri \ linux-dri-debug \ @@ -187,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 \