2 # Mesa 3-D graphics library
4 # Copyright (C) 1995-2001 Brian Paul
6 # Makefile for GLUT-based demo programs for Windows
16 PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
17 font line logo nurb oglinfo olympic overlay point prim quad select \
18 shape sphere star stencil stretch texture tri wave
27 cursor.c depth.c eval.c fog.c \
28 font.c line.c logo.c nurb.c olympic.c overlay.c point.c prim.c quad.c select.c \
29 shape.c sphere.c star.c stencil.c stretch.c texture.c tri.c wave.c
31 !include "../mesawin32.mak"
41 $(link) -out:$@ $* /LIBPATH:$(LIBDIR) $(LIBS)