view test/Makefile.am @ 1353:7ba544e2888d

Started the process of improving configure support, and merging C types and library support into a single header.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Feb 2006 09:07:13 +0000
parents 68f2b997758e
children
line wrap: on
line source

AUTOMAKE_OPTIONS = no-dependencies

noinst_PROGRAMS = \
	testver testtypes testendian testcpuinfo \
	testhread testlock testerror testsem testtimer \
	loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
	testsprite testbitmap testalpha testgamma testpalette testwm \
	threadwin testoverlay testoverlay2 testgl testdyngl testjoystick \
	testblitspeed

testalpha_SOURCES = testalpha.c
testalpha_LDADD = @MATHLIB@
testgamma_SOURCES = testgamma.c
testgamma_LDADD = @MATHLIB@
testpalette_SOURCES = testpalette.c
testpalette_LDADD = @MATHLIB@
testgl_SOURCES = testgl.c
testgl_LDADD = @GL_LIBS@ @MATHLIB@