From d2a6f43eaf0f50d7cc495ee32186429abad0e34f Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 12 Mar 2007 10:30:36 -0600 Subject: extra stuff for drawbuffers test --- progs/tests/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'progs') diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 482ae2c473..9edef74fb2 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -123,6 +123,12 @@ afsmultiarb: afsmultiarb.o readtex.o afsmultiarb.o: afsmultiarb.c readtex.h $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@ +drawbuffers: drawbuffers.o + $(CC) $(CFLAGS) drawbuffers.o $(LIBS) -o $@ + +drawbuffers.o: drawbuffers.c extfuncs.h + $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@ + texrect: texrect.o readtex.o $(CC) $(CFLAGS) texrect.o readtex.o $(LIBS) -o $@ @@ -151,6 +157,8 @@ readtex.h: $(TOP)/progs/util/readtex.h readtex.c: $(TOP)/progs/util/readtex.c ln -s $(TOP)/progs/util/readtex.c . +extfuncs.h: $(TOP)/progs/util/extfuncs.h + ln -s $(TOP)/progs/util/extfuncs.h . -- cgit v1.2.3