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