view test/Makefile.am @ 776:18922ae3ee07

Added support for /dev/joy* on Free/Net/OpenBSD (thanks Christian!)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 06 Jan 2004 04:07:12 +0000
parents e70f80e98f60
children 7b255f0290da
line wrap: on
line source

AUTOMAKE_OPTIONS = no-dependencies

noinst_PROGRAMS = \
	testver testtypes testcpuinfo testhread testlock testerror testsem testtimer \
	loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
	testsprite testbitmap testalpha testgamma testpalette testwm \
	threadwin testoverlay testoverlay2 testgl 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@