summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index efa4ad03ec0..f67a7c76cb1 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -11,6 +11,7 @@ LIBS = -L../lib -lglut -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXext -lm
PROGS = cva \
dinoshade \
fogcoord \
+ getprocaddress \
manytex \
multipal \
projtex \
@@ -42,3 +43,11 @@ default: $(PROGS)
clean:
rm -f $(PROGS)
rm -f *.o
+
+
+# auto code generation
+getprocaddress: getprocaddress.c getproclist.h
+
+getproclist.h: ../bin/APIspec getprocaddress.c getprocaddress.py
+ python getprocaddress.py > getproclist.h
+