summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.win
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2001-10-26 21:01:45 +0000
committerKarl Schultz <kschultz@freedesktop.org>2001-10-26 21:01:45 +0000
commitb10f995edfcecf59e116bf98e53cb1a6e5ca2f21 (patch)
treeebbef5526c169759f77a91fdf28ba63c18ce4ebd /progs/demos/Makefile.win
parenta4b42200e9f329ad31a322ef87d44a833964f437 (diff)
Copy the readtex.[ch] files from ../util
Diffstat (limited to 'progs/demos/Makefile.win')
-rw-r--r--progs/demos/Makefile.win18
1 files changed, 8 insertions, 10 deletions
diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win
index 1f828cf0c2..829d2eaf6a 100644
--- a/progs/demos/Makefile.win
+++ b/progs/demos/Makefile.win
@@ -1,4 +1,4 @@
-# $Id: Makefile.win,v 1.5 2001/10/04 19:13:36 kschultz Exp $
+# $Id: Makefile.win,v 1.6 2001/10/26 21:01:45 kschultz Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -79,22 +79,20 @@ OSMESASRCS = osdemo.c
clean::
-realclean::
+clobber::
+ @del readtex.c readtex.h
-targets: readtex.c readtex.h $(PROGS)
-
-# remove comments when we get non-osmesa pgm working
-$(EXES) : $*.obj
+$(EXES) : $*.obj readtex.c readtex.h
@echo $@
- $(link) -out:$@ $** /LIBPATH:$(LIBDIR) $(LIBS)
+ $(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS)
$(OSMESAEXES) : $*.obj
@echo $@
- $(link) $(lcommon) -out:$@ $** /LIBPATH:$(LIBDIR) $(LIBS) $(EXTRALIBS)
+ $(link) $(lcommon) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS) $(EXTRALIBS)
readtex.c:
- @copy ../util/readtex.c .
+ -copy ..\util\readtex.c .
readtex.h:
- @copy ../util/readtex.c .
+ -copy ..\util\readtex.h .