summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-27 17:44:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-27 17:44:35 +0000
commita767bff929b6c6e9e525402c522972aa0b05d065 (patch)
treec1a4aa651e74f77881b5a58eb9605d1f2d677875 /progs/demos/Makefile.X11
parent5479e9303126490a6638eb0f68f3cc7e6bd1a9d2 (diff)
added rules for readtex.c and readtex.h
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r--progs/demos/Makefile.X1113
1 files changed, 11 insertions, 2 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11
index 351abf5192..13c71a0b55 100644
--- a/progs/demos/Makefile.X11
+++ b/progs/demos/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.18 2001/03/22 15:24:15 gareth Exp $
+# $Id: Makefile.X11,v 1.19 2001/03/27 17:44:35 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -87,8 +87,17 @@ clean:
realclean:
-rm $(PROGS)
-rm *.o *~
+ -rm readtex.[ch]
+
+targets: readtex.c readtex.h $(PROGS)
+
+
+readtex.c:
+ cp ../util/readtex.c .
+
+readtex.h:
+ cp ../util/readtex.c .
-targets: $(PROGS)
# execute all programs
exec: $(PROGS)