Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 548 Bytes

Makefile.am

File metadata and controls

16 lines (14 loc) · 548 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
AUTOMAKE_OPTIONS = no-dependencies
noinst_PROGRAMS = \
testver testtypes testhread testlock testerror testsem testtimer \
loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
testsprite testbitmap testalpha testgamma testpalette testwm \
Feb 14, 2002
Feb 14, 2002
7
threadwin testoverlay 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@