aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/Mesa_6.4.2/progs/redbook/Makefile.win
blob: 7e57b8e47f8f57c6be29718fb44d3dc5f0dac2c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Makefile for Win32

TOP    = ..
INCDIR = ..\include
LIBDIR = ..\lib

!include <win32.mak>

SRCS= \
   aaindex.c \
   aapoly.c \
   aargb.c \
   accanti.c \
   accpersp.c \
   alpha.c    \
   alpha3D.c  \
   anti.c     \
   bezcurve.c  \
   bezmesh.c   \
   checker.c   \
   clip.c      \
   colormat.c  \
   cube.c      \
   depthcue.c  \
   dof.c       \
   double.c    \
   drawf.c     \
   feedback.c  \
   fog.c       \
   fogindex.c  \
   font.c      \
   hello.c     \
   image.c     \
   light.c     \
   lines.c     \
   list.c      \
   material.c  \
   mipmap.c    \
   model.c     \
   movelight.c \
   nurbs.c     \
   pickdepth.c \
   picksquare.c \
   plane.c     \
   planet.c    \
   polyoff.c  \
   polys.c     \
   quadric.c   \
   robot.c     \
   sccolorlight.c \
   scene.c     \
   scenebamb.c \
   sceneflat.c \
   select.c    \
   smooth.c    \
   stencil.c   \
   stroke.c    \
   surface.c   \
   teaambient.c \
   teapots.c   \
   tess.c      \
   tesswind.c  \
   texbind.c   \
   texgen.c    \
   texprox.c   \
   texsub.c    \
   texturesurf.c \
   torus.c     \
   trim.c     \
   unproject.c \
   varray.c   \
   wrap.c

!include "$(TOP)/mesawin32.mak"

$(EXES) : $*.obj
	@echo $@
	$(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS)