Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 1915:a228436a2404
Implemented multi-window OpenGL program with test framework.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jul 2006 04:24:41 +0000 |
parents | 051df511279c |
children | 7ee5297340f7 |
comparison
equal
deleted
inserted
replaced
1914:051df511279c | 1915:a228436a2404 |
---|---|
51 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ | 51 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ |
52 | 52 |
53 testgl$(EXE): $(srcdir)/testgl.c | 53 testgl$(EXE): $(srcdir)/testgl.c |
54 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@ | 54 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@ |
55 | 55 |
56 testgl2$(EXE): $(srcdir)/testgl2.c | 56 testgl2$(EXE): $(srcdir)/testgl2.c $(srcdir)/common.c |
57 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@ | 57 $(CC) -o $@ $(srcdir)/testgl2.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@ |
58 | 58 |
59 testhread$(EXE): $(srcdir)/testhread.c | 59 testhread$(EXE): $(srcdir)/testhread.c |
60 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 60 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
61 | 61 |
62 testiconv$(EXE): $(srcdir)/testiconv.c | 62 testiconv$(EXE): $(srcdir)/testiconv.c |