head	1.2;
access;
symbols
	netbsd-5-2-3-RELEASE:1.1.1.1
	netbsd-5-1-5-RELEASE:1.1.1.1
	netbsd-6-0-6-RELEASE:1.1.1.1
	netbsd-6-1-5-RELEASE:1.1.1.1
	netbsd-6-1-4-RELEASE:1.1.1.1
	netbsd-6-0-5-RELEASE:1.1.1.1
	riastradh-xf86-video-intel-2-7-1-pre-2-21-15:1.1.1.1
	riastradh-drm2:1.1.1.1.0.16
	riastradh-drm2-base:1.1.1.1
	netbsd-6-1-3-RELEASE:1.1.1.1
	netbsd-6-0-4-RELEASE:1.1.1.1
	netbsd-5-2-2-RELEASE:1.1.1.1
	netbsd-5-1-4-RELEASE:1.1.1.1
	netbsd-6-1-2-RELEASE:1.1.1.1
	netbsd-6-0-3-RELEASE:1.1.1.1
	netbsd-5-2-1-RELEASE:1.1.1.1
	netbsd-5-1-3-RELEASE:1.1.1.1
	netbsd-6-1-1-RELEASE:1.1.1.1
	netbsd-6-1:1.1.1.1.0.14
	netbsd-6-0-2-RELEASE:1.1.1.1
	netbsd-6-1-RELEASE:1.1.1.1
	netbsd-6-1-RC4:1.1.1.1
	netbsd-6-1-RC3:1.1.1.1
	netbsd-6-1-RC2:1.1.1.1
	netbsd-6-1-RC1:1.1.1.1
	netbsd-5-2:1.1.1.1.0.12
	netbsd-6-0-1-RELEASE:1.1.1.1
	netbsd-5-2-RELEASE:1.1.1.1
	netbsd-5-2-RC1:1.1.1.1
	netbsd-6-0:1.1.1.1.0.10
	netbsd-6-0-RELEASE:1.1.1.1
	netbsd-6-0-RC2:1.1.1.1
	netbsd-6-0-RC1:1.1.1.1
	netbsd-6:1.1.1.1.0.8
	netbsd-6-base:1.1.1.1
	netbsd-5-1-2-RELEASE:1.1.1.1
	netbsd-5-1-1-RELEASE:1.1.1.1
	netbsd-5-1:1.1.1.1.0.6
	netbsd-5-1-RELEASE:1.1.1.1
	netbsd-5-1-RC4:1.1.1.1
	MesaDemos-7-8-2:1.1.1.1
	netbsd-5-1-RC3:1.1.1.1
	MesaDemos-7-7-1:1.1.1.1
	netbsd-5-1-RC2:1.1.1.1
	netbsd-5-1-RC1:1.1.1.1
	netbsd-5-0-2-RELEASE:1.1.1.1
	MesaDemos-7-4-4:1.1.1.1
	netbsd-5-0-1-RELEASE:1.1.1.1
	MesaDemos-7-4-2:1.1.1.1
	netbsd-5-0:1.1.1.1.0.4
	netbsd-5-0-RELEASE:1.1.1.1
	netbsd-5-0-RC4:1.1.1.1
	netbsd-5-0-RC3:1.1.1.1
	netbsd-5-0-RC2:1.1.1.1
	netbsd-5-0-RC1:1.1.1.1
	netbsd-5:1.1.1.1.0.2
	netbsd-5-base:1.1.1.1
	MesaDemos-7-0-3:1.1.1.1
	xorg:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2014.07.08.22.18.38;	author riastradh;	state dead;
branches;
next	1.1;
commitid	Rf5Rc1yRWh6FMCHx;

1.1
date	2008.07.29.05.07.01;	author mrg;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2008.07.29.05.07.01;	author mrg;	state Exp;
branches;
next	;


desc
@@


1.2
log
@merge mesa-demos 8.1.0
@
text
@
# Mesa 3-D graphics library
# Version:  6.5
# Copyright (C) 1995-2006  Brian Paul

# Makefile for GLUT-based demo programs for Windows

# Build the Mesa and GLUT libraries by using the Visual Studio
# Workspaces in this distribution before running this Makefile.

# Invocation:  nmake -f Makefile.win

NODEBUG=1
!include <win32.mak>

##### MACROS #####

TOP    = ..\..
INCDIR = ..\..\include
LIBDIR = ..\..\lib
LIBS   = GLUT32.LIB OPENGL32.LIB

all:	OPENGL32.DLL GLU32.DLL GLUT32.DLL \
	readtex.h readtex.c showbuffer.h showbuffer.c \
	extfuncs.h trackball.h trackball.c \
	arbfplight.exe arbfslight.exe arbocclude.exe bounce.exe \
	clearspd.exe cubemap.exe drawpix.exe engine.exe \
	fire.exe fogcoord.exe \
	fplight.exe fslight.exe gamma.exe gearbox.exe \
	gears.exe geartrain.exe gloss.exe \
	glinfo.exe glslnoise.exe \
	gltestperf.exe glutfx.exe ipers.exe isosurf.exe lodbias.exe \
	morph3d.exe multiarb.exe occlude.exe paltex.exe pointblast.exe \
	ray.exe readpix.exe reflect.exe renormal.exe \
	shadowtex.exe singlebuffer.exe spectex.exe spriteblast.exe \
	stex3d.exe teapot.exe terrain.exe tessdemo.exe texcyl.exe \
	texdown.exe texenv.exe texobj.exe trispd.exe tunnel.exe tunnel2.exe \
	winpos.exe

arbfplight.exe: arbfplight.obj
arbfslight.exe: arbfslight.obj
arbocclude.exe: arbocclude.obj
bounce.exe: bounce.obj
clearspd.exe: clearspd.obj
cubemap.exe: cubemap.obj readtex.obj
drawpix.exe: drawpix.obj readtex.obj
engine.exe: engine.obj readtex.obj trackball.obj
fire.exe: fire.obj readtex.obj
fogcoord.exe: fogcoord.obj readtex.obj
fplight.exe: fplight.obj
fslight.exe: fslight.obj
gamma.exe: gamma.obj
gearbox.exe: gearbox.obj
gears.exe: gears.obj
geartrain.exe: geartrain.obj
gloss.exe: gloss.obj readtex.obj trackball.obj
glinfo.exe: glinfo.obj
glslnoise.exe: glslnoise.obj
gltestperf.exe: gltestperf.obj
glutfx.exe: glutfx.obj
ipers.exe: ipers.obj readtex.obj
isosurf.exe: isosurf.obj readtex.obj
lodbias.exe: lodbias.obj readtex.obj
morph3d.exe: morph3d.obj
multiarb.exe: multiarb.obj readtex.obj
occlude.exe: occlude.obj
paltex.exe: paltex.obj
pointblast.exe: pointblast.obj
ray.exe: ray.obj
readpix.exe: readpix.obj readtex.obj
reflect.exe: reflect.obj readtex.obj showbuffer.obj
renormal.exe: renormal.obj
shadowtex.exe: shadowtex.obj showbuffer.obj
singlebuffer.exe: singlebuffer.obj
spectex.exe: spectex.obj
spriteblast.exe: spriteblast.obj
stex3d.exe: stex3d.obj
teapot.exe: teapot.obj readtex.obj
terrain.exe: terrain.obj
tessdemo.exe: tessdemo.obj
texcyl.exe: texcyl.obj readtex.obj
texdown.exe: texdown.obj
texenv.exe: texenv.obj
texobj.exe: texobj.obj
trispd.exe: trispd.obj
tunnel.exe: tunnel.obj readtex.obj
tunnel2.exe: tunnel2.obj readtex.obj
winpos.exe: winpos.obj readtex.obj


OPENGL32.DLL: $(LIBDIR)\OPENGL32.DLL
	copy $? .

GLU32.DLL: $(LIBDIR)\GLU32.DLL
	copy $? .

GLUT32.DLL: $(LIBDIR)\GLUT32.DLL
	copy $? .

readtex.c: $(TOP)\progs\util\readtex.c
	copy $** .

readtex.h: $(TOP)\progs\util\readtex.h
	copy $** .

showbuffer.c: $(TOP)\progs\util\showbuffer.c
	copy $** .

showbuffer.h: $(TOP)\progs\util\showbuffer.h
	copy $** .

trackball.c: $(TOP)\progs\util\trackball.c
	copy $** .

trackball.h: $(TOP)\progs\util\trackball.h
	copy $** .

extfuncs.h: $(TOP)\progs\util\extfuncs.h
	copy $** .

.obj.exe:
	$(link) $(ldebug) -out:$@@ $** /LIBPATH:$(LIBDIR) $(LIBS)

.c.obj:
	$(cc) $(cdebug) $(cflags) $(cvars) -D_USE_MATH_DEFINES /I$(INCDIR) $*.c

clean::
	del *.obj *.exe readtex.* showbuffer.* trackball.*

clobber::

@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@initial import of MesaDemos-7.0.3
@
text
@@
