gallium: change remaining util functions to use cso sampler views
[mesa/mesa-lb.git] / progs / tests / Makefile.win
blobd42e3cb6549bc9043f9cd3e9516c643dee931076
2 # Mesa 3-D graphics library
3 # Version:  3.5
4 # Copyright (C) 1995-2001  Brian Paul
6 # Makefile for GLUT-based demo programs for Windows
8 !include <win32.mak>
10 ##### MACROS #####
12 TOP    = ..
13 INCDIR = ..\include
14 LIBDIR = ..\lib
16 SRCS = cva.c \
17         dinoshade.c \
18         fogcoord.c \
19         manytex.c \
20         multipal.c \
21         projtex.c \
22         seccolor.c \
23 #       sharedtex.c \
24         texline.c \
25         texwrap.c \
26         vptest1.c \
27         vptest2.c \
28         vptest3.c \
29         vptorus.c \
30         vpwarpmesh.c
31         
32 !include "../mesawin32.mak"
34 ##### TARGETS #####
36 clean::
38 clobber::
39         @del readtex.c readtex.h
41 $(EXES) :$*.obj
42         @echo $@
43         $(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS)