aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/Mesa_6.4.2/progs/samples/Makefile.win
blob: e74568f7c9608173ecc1a6dd12d14f3b4cbe31fc (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

# Mesa 3-D graphics library
# Version:  3.5
# Copyright (C) 1995-2001  Brian Paul

# Makefile for GLUT-based demo programs for Windows

!include <win32.mak>

##### MACROS #####

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

PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
	font line logo nurb oglinfo olympic overlay point prim quad select \
	shape sphere star stencil stretch texture tri wave

SRCS = \
    accum.c \
    bitmap1.c \
    bitmap2.c \
    blendeq.c \
    blendxor.c \
    copy.c \
    cursor.c depth.c eval.c fog.c \
	font.c line.c logo.c nurb.c olympic.c overlay.c point.c prim.c quad.c select.c \
	shape.c sphere.c star.c stencil.c stretch.c texture.c tri.c wave.c

!include "../mesawin32.mak"

##### TARGETS #####

clean::

clobber::

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