comparison test/Makefile.in @ 4799:a0e096916474

Rewrote test program for shaped windows. It definitely displays recognizable pictures now, but the resizing and shaping functionality isn't behaving correctly, possibly due to a miscalculation of alpha values.
author Eli Gottlieb <eligottlieb@gmail.com>
date Sun, 18 Jul 2010 21:31:22 -0400
parents cf7976fd3258
children 7b1d35d98294
comparison
equal deleted inserted replaced
4798:980614a70cfc 4799:a0e096916474
5 CC = @CC@ 5 CC = @CC@
6 EXE = @EXE@ 6 EXE = @EXE@
7 CFLAGS = @CFLAGS@ 7 CFLAGS = @CFLAGS@
8 LIBS = @LIBS@ 8 LIBS = @LIBS@
9 9
10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testatomic$(EXE) testaudioinfo$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcursor$(EXE) testdraw2$(EXE) testdyngles$(EXE) testdyngl$(EXE) testerror$(EXE) testeyes$(EXE) testfile$(EXE) testfill$(EXE) testgamma$(EXE) testgl2$(EXE) testgles$(EXE) testgl$(EXE) testhaptic$(EXE) testhread$(EXE) testiconv$(EXE) testime$(EXE) testintersections$(EXE) testjoystick$(EXE) testkeys$(EXE) testloadso$(EXE) testlock$(EXE) testmmousetablet$(EXE) testmultiaudio$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testpower$(EXE) testresample$(EXE) testsem$(EXE) testsprite2$(EXE) testsprite$(EXE) testspriteminimal$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm2$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) 10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testatomic$(EXE) testaudioinfo$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcursor$(EXE) testdraw2$(EXE) testdyngles$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testfill$(EXE) testgamma$(EXE) testgl2$(EXE) testgles$(EXE) testgl$(EXE) testhaptic$(EXE) testhread$(EXE) testiconv$(EXE) testime$(EXE) testintersections$(EXE) testjoystick$(EXE) testkeys$(EXE) testloadso$(EXE) testlock$(EXE) testmmousetablet$(EXE) testmultiaudio$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testpower$(EXE) testresample$(EXE) testsem$(EXE) testshape$(EXE) testsprite2$(EXE) testsprite$(EXE) testspriteminimal$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm2$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE)
11 11
12 all: Makefile $(TARGETS) 12 all: Makefile $(TARGETS)
13 13
14 Makefile: $(srcdir)/Makefile.in 14 Makefile: $(srcdir)/Makefile.in
15 $(SHELL) config.status $@ 15 $(SHELL) config.status $@
60 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 60 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
61 61
62 testerror$(EXE): $(srcdir)/testerror.c 62 testerror$(EXE): $(srcdir)/testerror.c
63 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 63 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
64 64
65 testeyes$(EXE): $(srcdir)/testeyes.c
66 $(CC) -o $@ $? -std=c99 $(CFLAGS) $(LIBS)
67
68 testfile$(EXE): $(srcdir)/testfile.c 65 testfile$(EXE): $(srcdir)/testfile.c
69 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 66 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
70 67
71 testfill$(EXE): $(srcdir)/testfill.c 68 testfill$(EXE): $(srcdir)/testfill.c
72 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 69 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
110 testplatform$(EXE): $(srcdir)/testplatform.c 107 testplatform$(EXE): $(srcdir)/testplatform.c
111 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 108 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
112 109
113 testsem$(EXE): $(srcdir)/testsem.c 110 testsem$(EXE): $(srcdir)/testsem.c
114 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 111 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
112
113 testshape$(EXE): $(srcdir)/testshape.c
114 $(CC) -o $@ $? -std=c99 $(CFLAGS) $(LIBS)
115 115
116 testspriteminimal$(EXE): $(srcdir)/testspriteminimal.c 116 testspriteminimal$(EXE): $(srcdir)/testspriteminimal.c
117 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ 117 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
118 118
119 testsprite$(EXE): $(srcdir)/testsprite.c 119 testsprite$(EXE): $(srcdir)/testsprite.c