diff options
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 768820cf3df..fc8476a27a7 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -98,6 +98,11 @@ getprocaddress: getprocaddress.c getproclist.h getproclist.h: $(TOP)/src/mesa/glapi/gl_API.xml getprocaddress.c getprocaddress.py python getprocaddress.py > getproclist.h +afsmultiarb: afsmultiarb.o readtex.o + $(CC) afsmultiarb.o readtex.o $(LIBS) -o $@ + +afsmultiarb.o: afsmultiarb.c readtex.h + $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@ texrect: texrect.o readtex.o $(CC) texrect.o readtex.o $(LIBS) -o $@ |