Merge branch '7.8'
[mesa.git] / progs / redbook / Makefile.win
1 # Makefile for Win32
2
3 TOP = ..
4 INCDIR = ..\include
5 LIBDIR = ..\lib
6
7 !include <win32.mak>
8
9 SRCS= \
10 aaindex.c \
11 aapoly.c \
12 aargb.c \
13 accanti.c \
14 accpersp.c \
15 alpha.c \
16 alpha3D.c \
17 anti.c \
18 bezcurve.c \
19 bezmesh.c \
20 checker.c \
21 clip.c \
22 colormat.c \
23 cube.c \
24 depthcue.c \
25 dof.c \
26 double.c \
27 drawf.c \
28 feedback.c \
29 fog.c \
30 fogindex.c \
31 font.c \
32 hello.c \
33 image.c \
34 light.c \
35 lines.c \
36 list.c \
37 material.c \
38 mipmap.c \
39 model.c \
40 movelight.c \
41 nurbs.c \
42 pickdepth.c \
43 picksquare.c \
44 plane.c \
45 planet.c \
46 polyoff.c \
47 polys.c \
48 quadric.c \
49 robot.c \
50 sccolorlight.c \
51 scene.c \
52 scenebamb.c \
53 sceneflat.c \
54 select.c \
55 smooth.c \
56 stencil.c \
57 stroke.c \
58 surface.c \
59 teaambient.c \
60 teapots.c \
61 tess.c \
62 tesswind.c \
63 texbind.c \
64 texgen.c \
65 texprox.c \
66 texsub.c \
67 texturesurf.c \
68 torus.c \
69 trim.c \
70 unproject.c \
71 varray.c \
72 wrap.c
73
74 !include "$(TOP)/mesawin32.mak"
75
76 $(EXES) : $*.obj
77 @echo $@
78 $(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS)