summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-07-24 10:00:29 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-24 10:00:29 -0600
commit9110dbd9b2b598183815ed113dd690051d42e5f0 (patch)
tree18d5950d67015c06f7b5e6c0e949f7f5ccf2e7b9 /progs/trivial/Makefile
parent47fafcf06f04c0db2d9908f30cfce6cd564d8973 (diff)
simple fragment shader test
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index e1ce6b5a1e..2edf0ae008 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -12,6 +12,7 @@ LIBS = $(APP_LIB_DEPS)
SOURCES = \
clear.c \
+ fs-tri.c \
line-clip.c \
line-cull.c \
line-userclip-clip.c \
@@ -138,6 +139,11 @@ readtex.c: $(TOP)/progs/util/readtex.c
ln -s $(TOP)/progs/util/readtex.c .
+fs-tri: fs-tri.c extfuncs.h
+
+
+extfuncs.h: $(TOP)/progs/util/extfuncs.h
+ cp $< .
# Emacs tags