Mercurial > sdl-ios-xcode
comparison test/Makefile.am @ 277:255c7ee077cb
Added a YUV overlay test program (thanks Jon!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 14 Feb 2002 00:47:46 +0000 |
parents | 74212992fb08 |
children | 5955fa16d4b8 |
comparison
equal
deleted
inserted
replaced
276:8af85680ca0a | 277:255c7ee077cb |
---|---|
2 | 2 |
3 noinst_PROGRAMS = \ | 3 noinst_PROGRAMS = \ |
4 testver testtypes testhread testlock testerror testsem testtimer \ | 4 testver testtypes testhread testlock testerror testsem testtimer \ |
5 loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ | 5 loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ |
6 testsprite testbitmap testalpha testgamma testpalette testwm \ | 6 testsprite testbitmap testalpha testgamma testpalette testwm \ |
7 threadwin testgl testjoystick | 7 threadwin testoverlay testgl testjoystick |
8 | 8 |
9 testalpha_SOURCES = testalpha.c | 9 testalpha_SOURCES = testalpha.c |
10 testalpha_LDADD = @MATHLIB@ | 10 testalpha_LDADD = @MATHLIB@ |
11 testgamma_SOURCES = testgamma.c | 11 testgamma_SOURCES = testgamma.c |
12 testgamma_LDADD = @MATHLIB@ | 12 testgamma_LDADD = @MATHLIB@ |