Clarify which version of Mesa we're talking about
[mesa-demos.git] / src / tests / Makefile.win
blob0de6c42e398be4104351d4fe2c532c287ecdb1a9
1 # $Id: Makefile.win,v 1.1 2002/01/16 01:03:25 kschultz Exp $
3 # Mesa 3-D graphics library
4 # Version:  3.5
5 # Copyright (C) 1995-2001  Brian Paul
7 # Makefile for GLUT-based demo programs for Windows
9 !include <win32.mak>
11 ##### MACROS #####
13 TOP    = ..
14 INCDIR = ..\include
15 LIBDIR = ..\lib
17 SRCS = cva.c \
18         dinoshade.c \
19         fogcoord.c \
20         manytex.c \
21         multipal.c \
22         projtex.c \
23         seccolor.c \
24 #       sharedtex.c \
25         texline.c \
26         texwrap.c \
27         vptest1.c \
28         vptest2.c \
29         vptest3.c \
30         vptorus.c \
31         vpwarpmesh.c
32         
33 !include "../mesawin32.mak"
35 ##### TARGETS #####
37 clean::
39 clobber::
40         @del readtex.c readtex.h
42 $(EXES) :$*.obj
43         @echo $@
44         $(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS)