view test/Makefile.am @ 863:a4853bc3b4f8

Date: Tue, 2 Mar 2004 08:52:20 +0200 From: "Mike Gorchak" Subject: Just a misc. fixes 1) I've added a small fix to the .qpg file - SDLqpg.diff. Added autoconf variables like the @SDL_BINARY_AGE@ instead of directly using "...so.7".
author Sam Lantinga <slouken@libsdl.org>
date Tue, 02 Mar 2004 12:38:27 +0000
parents c203b4a42701
children 68f2b997758e
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

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@