Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 573 Bytes

Makefile.am

File metadata and controls

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