diff options
author | Karl Schultz <[email protected]> | 2001-09-18 16:39:38 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2001-09-18 16:39:38 +0000 |
commit | b14dcea4184f5b0a283e5a0d05ce203c9feee759 (patch) | |
tree | 09f91aca3217a1a879d666607d1d292b1a82b141 /progs | |
parent | 94a6ec8f0c8a25aeeb5880e2285ae6042cfb99db (diff) |
remove carriage return chars
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/Makefile.win | 172 |
1 files changed, 86 insertions, 86 deletions
diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win index 9cb089e6211..65cc44163e3 100644 --- a/progs/demos/Makefile.win +++ b/progs/demos/Makefile.win @@ -1,86 +1,86 @@ -# $Id: Makefile.win,v 1.1 2001/09/14 22:19:18 brianp Exp $
-
-# Mesa 3-D graphics library
-# Version: 3.5
-# Copyright (C) 1995-2001 Brian Paul
-
-# Makefile for GLUT-based demo programs for Windows
-
-!include <win32.mak>
-
-##### MACROS #####
-
-TOP = ..
-INCDIR = ..\include
-LIBDIR = ..\lib
-
-PROGS = anisotropic \
- bounce \
- clearspd \
- cubemap \
- drawpix \
- fire \
- gamma \
- gears \
- geartrain \
- glinfo \
- gloss \
- gltestperf \
- glutfx \
- isosurf \
- ipers \
- lodbias \
- morph3d \
- multiarb \
- occlude \
- osdemo \
- paltex \
- pixeltex \
- pointblast \
- ray \
- readpix \
- reflect \
- renormal \
- shadowtex \
- spectex \
- stex3d \
- teapot \
- terrain \
- tessdemo \
- texcyl \
- texdown \
- texenv \
- texobj \
- trispd \
- tunnel \
- tunnel2 \
- winpos
-
-SRCS =
-OSMESASRCS = osdemo.c
-
-!include "../mesawin32.mak"
-
-##### TARGETS #####
-
-clean::
-
-realclean::
-
-targets: readtex.c readtex.h $(PROGS)
-
-# remove comments when we get non-osmesa pgm working
-#$(EXES) : $*.obj $(DEPLIBS)
-# echo $@
-# $(link) -out:$@ $** $(LIBS)
-
-$(OSMESAEXES) : $*.obj $(DEPLIBS)
- echo $@
- $(link) -out:$@ $** $(LIBS) $(EXTRALIBS)
-
-readtex.c:
- @copy ../util/readtex.c .
-
-readtex.h:
- @copy ../util/readtex.c .
-
+# $Id: Makefile.win,v 1.2 2001/09/18 16:39:38 kschultz Exp $ + +# Mesa 3-D graphics library +# Version: 3.5 +# Copyright (C) 1995-2001 Brian Paul + +# Makefile for GLUT-based demo programs for Windows + +!include <win32.mak> + +##### MACROS ##### + +TOP = .. +INCDIR = ..\include +LIBDIR = ..\lib + +PROGS = anisotropic \ + bounce \ + clearspd \ + cubemap \ + drawpix \ + fire \ + gamma \ + gears \ + geartrain \ + glinfo \ + gloss \ + gltestperf \ + glutfx \ + isosurf \ + ipers \ + lodbias \ + morph3d \ + multiarb \ + occlude \ + osdemo \ + paltex \ + pixeltex \ + pointblast \ + ray \ + readpix \ + reflect \ + renormal \ + shadowtex \ + spectex \ + stex3d \ + teapot \ + terrain \ + tessdemo \ + texcyl \ + texdown \ + texenv \ + texobj \ + trispd \ + tunnel \ + tunnel2 \ + winpos + +SRCS = +OSMESASRCS = osdemo.c + +!include "../mesawin32.mak" + +##### TARGETS ##### + +clean:: + +realclean:: + +targets: readtex.c readtex.h $(PROGS) + +# remove comments when we get non-osmesa pgm working +#$(EXES) : $*.obj $(DEPLIBS) +# echo $@ +# $(link) -out:$@ $** $(LIBS) + +$(OSMESAEXES) : $*.obj $(DEPLIBS) + echo $@ + $(link) -out:$@ $** $(LIBS) $(EXTRALIBS) + +readtex.c: + @copy ../util/readtex.c . + +readtex.h: + @copy ../util/readtex.c . + |