view test/Makefile.am @ 943:715c32d8f26c

Date: Sun, 18 Jul 2004 00:22:07 -0400 From: "Philippe Anctil" Subject: [SDL] odd mouse event generated on init The mouse relative and absolute coordinates appear to be always equal for the first mouse event.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Aug 2004 12:38:50 +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@