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.40;	author riastradh;	state dead;
branches;
next	1.1;
commitid	Rf5Rc1yRWh6FMCHx;

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

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


desc
@@


1.2
log
@merge mesa-demos 8.1.0
@
text
@# Makefile for Win32

TOP    = ..
INCDIR = ..\include
LIBDIR = ..\lib

!include <win32.mak>

SRCS= \
   aaindex.c \
   aapoly.c \
   aargb.c \
   accanti.c \
   accpersp.c \
   alpha.c    \
   alpha3D.c  \
   anti.c     \
   bezcurve.c  \
   bezmesh.c   \
   checker.c   \
   clip.c      \
   colormat.c  \
   cube.c      \
   depthcue.c  \
   dof.c       \
   double.c    \
   drawf.c     \
   feedback.c  \
   fog.c       \
   fogindex.c  \
   font.c      \
   hello.c     \
   image.c     \
   light.c     \
   lines.c     \
   list.c      \
   material.c  \
   mipmap.c    \
   model.c     \
   movelight.c \
   nurbs.c     \
   pickdepth.c \
   picksquare.c \
   plane.c     \
   planet.c    \
   polyoff.c  \
   polys.c     \
   quadric.c   \
   robot.c     \
   sccolorlight.c \
   scene.c     \
   scenebamb.c \
   sceneflat.c \
   select.c    \
   smooth.c    \
   stencil.c   \
   stroke.c    \
   surface.c   \
   teaambient.c \
   teapots.c   \
   tess.c      \
   tesswind.c  \
   texbind.c   \
   texgen.c    \
   texprox.c   \
   texsub.c    \
   texturesurf.c \
   torus.c     \
   trim.c     \
   unproject.c \
   varray.c   \
   wrap.c

!include "$(TOP)/mesawin32.mak"

$(EXES) : $*.obj
	@@echo $@@
	$(link) -out:$@@ $* /LIBPATH:$(LIBDIR) $(LIBS)@


1.1
log
@Initial revision
@
text
@@


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