mesa/src/glsl/tests
Jon TURNEY a112ca5d5f automake: convert libmesa and libmesagallium
* "configure substitutions are not allowed in _SOURCES variables" in automake, so instead of
MESA_ASM_FILES, use some AM_CONDITIONALS to choose which architecture's asm sources are used
in libmesa_la_SOURCES. (Can't remove MESA_ASM_FILES autoconf variable as it's still used in
sources.mak)

* Update to link with the .la file in other Makefile.am files, and make a link to the
.a file for the convenience of other Makefiles which have not yet been converted to automake

v2: Remove stray -static from LDFLAGS
v3: Remove .a compatibility link on clean

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Matt Turner <mattst88@gmail.com>
2012-07-13 12:43:58 +01:00
..
lower_jumps glsl: Add unit tests for lower_jumps.cpp 2011-07-22 09:45:11 -07:00
.gitignore Fix .gitignore for ralloc-test 2012-06-04 18:11:43 -07:00
compare_ir glsl: Add unit tests for lower_jumps.cpp 2011-07-22 09:45:11 -07:00
copy_constant_to_storage_tests.cpp glsl/tests: Add test for uniform initialization by the linker 2012-05-23 11:42:08 -07:00
Makefile.am automake: convert libmesa and libmesagallium 2012-07-13 12:43:58 +01:00
optimization-test glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into optimization-test. 2012-05-30 21:49:41 -07:00
ralloc_test.cpp ralloc: Add some basic unit tests. 2012-05-30 21:49:41 -07:00
set_uniform_initializer_tests.cpp glsl/tests: Add test for uniform initialization by the linker 2012-05-23 11:42:08 -07:00
sexps.py glsl: Add unit tests for lower_jumps.cpp 2011-07-22 09:45:11 -07:00
uniform_initializer_utils.cpp glx/tests: Fix signed/unsigned comparison warnings. 2012-06-20 11:42:42 -07:00
uniform_initializer_utils.h glsl/tests: Add test for uniform initialization by the linker 2012-05-23 11:42:08 -07:00