2001-04-26 16:45:43 +00:00
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
|
|
|
|
noinst_PROGRAMS = \
|
2004-02-23 08:03:14 +00:00
|
|
|
testver testtypes testendian testcpuinfo \
|
|
|
|
testhread testlock testerror testsem testtimer \
|
2001-04-26 16:45:43 +00:00
|
|
|
loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
|
|
|
|
testsprite testbitmap testalpha testgamma testpalette testwm \
|
2004-02-17 18:16:49 +00:00
|
|
|
threadwin testoverlay testoverlay2 testgl testdyngl testjoystick
|
2001-04-26 16:45:43 +00:00
|
|
|
|
|
|
|
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@
|