projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74339bf
)
removed non-existant arbfpwpos.c, added UTIL_FILES target
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 20 Apr 2004 23:25:47 +0000
(23:25 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 20 Apr 2004 23:25:47 +0000
(23:25 +0000)
progs/tests/Makefile
patch
|
blob
|
history
diff --git
a/progs/tests/Makefile
b/progs/tests/Makefile
index ac354aeeb69a88f287166bfa207a4fafe66f3539..6a8d51112a4579a335093ed91531f7b88b215c5d 100644
(file)
--- a/
progs/tests/Makefile
+++ b/
progs/tests/Makefile
@@
-15,7
+15,6
@@
SOURCES = antialias.c \
arbfptest1.c \
arbfptexture.c \
arbfptrig.c \
- arbfpwpos.c \
arbvptest1.c \
arbvptest3.c \
arbvptorus.c \
@@
-52,6
+51,8
@@
PROGS = $(SOURCES:%.c=%)
INCLUDES = -I. -I$(TOP)/include
+UTIL_FILES = readtex.h readtex.c
+
##### RULES #####
@@
-70,7
+71,7
@@
INCLUDES = -I. -I$(TOP)/include
##### TARGETS #####
-default: $(PROGS)
+default: $(
UTIL_FILES) $(
PROGS)
clean:
rm -f $(PROGS)