Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 614 Bytes

Makefile.am

File metadata and controls

18 lines (16 loc) · 614 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
AUTOMAKE_OPTIONS = no-dependencies
noinst_PROGRAMS = \
Feb 23, 2004
Feb 23, 2004
4
5
testver testtypes testendian testcpuinfo \
testhread testlock testerror testsem testtimer \
Apr 26, 2001
Apr 26, 2001
6
7
loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
testsprite testbitmap testalpha testgamma testpalette testwm \
Feb 15, 2005
Feb 15, 2005
8
9
threadwin testoverlay testoverlay2 testgl testdyngl testjoystick \
testblitspeed
Apr 26, 2001
Apr 26, 2001
10
11
12
13
14
15
16
17
18
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@