Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / progs / tests / Makefile.win
1 # $Id: Makefile.win,v 1.1 2002/01/16 01:03:25 kschultz Exp $
2
3 # Mesa 3-D graphics library
4 # Version: 3.5
5 # Copyright (C) 1995-2001 Brian Paul
6
7 # Makefile for GLUT-based demo programs for Windows
8
9 !include <win32.mak>
10
11 ##### MACROS #####
12
13 TOP = ..
14 INCDIR = ..\include
15 LIBDIR = ..\lib
16
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"
34
35 ##### TARGETS #####
36
37 clean::
38
39 clobber::
40 @del readtex.c readtex.h
41
42 $(EXES) :$*.obj
43 @echo $@
44 $(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS)