projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5479e93
)
added rules for readtex.c and readtex.h
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Mar 2001 17:44:35 +0000
(17:44 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Mar 2001 17:44:35 +0000
(17:44 +0000)
progs/demos/Makefile.X11
patch
|
blob
|
history
diff --git
a/progs/demos/Makefile.X11
b/progs/demos/Makefile.X11
index 351abf51925ac60aded1724d01cd7962bf6b0003..13c71a0b5514760c3d839ec5c299a72c7827dbf1 100644
(file)
--- a/
progs/demos/Makefile.X11
+++ b/
progs/demos/Makefile.X11
@@
-1,4
+1,4
@@
-# $Id: Makefile.X11,v 1.1
8 2001/03/22 15:24:15 gareth
Exp $
+# $Id: Makefile.X11,v 1.1
9 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)