Mercurial > sdl-ios-xcode
comparison test/Makefile.am @ 740:e70f80e98f60
Actually hook the cpuinfo module into the library. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 18 Nov 2003 02:16:57 +0000 |
parents | 5955fa16d4b8 |
children | 7b255f0290da |
comparison
equal
deleted
inserted
replaced
739:22dbf364c017 | 740:e70f80e98f60 |
---|---|
1 AUTOMAKE_OPTIONS = no-dependencies | 1 AUTOMAKE_OPTIONS = no-dependencies |
2 | 2 |
3 noinst_PROGRAMS = \ | 3 noinst_PROGRAMS = \ |
4 testver testtypes testhread testlock testerror testsem testtimer \ | 4 testver testtypes testcpuinfo 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 testoverlay testoverlay2 testgl testjoystick | 7 threadwin testoverlay testoverlay2 testgl testjoystick |
8 | 8 |
9 testalpha_SOURCES = testalpha.c | 9 testalpha_SOURCES = testalpha.c |