source: trunk/src/opengl/glu/makefile@ 4672

Last change on this file since 4672 was 4624, checked in by bird, 25 years ago

New makefile style.

File size: 1.1 KB
Line 
1# $Id: makefile,v 1.14 2000-11-19 08:58:13 bird Exp $
2
3#
4# Odin32 API
5#
6# Top-level makefile for glu32
7#
8
9
10#
11# Directory macros.
12#
13PDWIN32_INCLUDE = ..\..\..\include
14PDWIN32_LIB = ..\..\..\lib
15PDWIN32_BIN = ..\..\..\$(OBJDIR)
16PDWIN32_TOOLS = ..\..\..\tools\bin
17
18#
19# Compiler, tools, and interference rules.
20#
21!include $(PDWIN32_INCLUDE)/pdwin32.mk
22
23
24#
25# Overrides.
26#
27CINCLUDES = $(CINCLUDES) -I..\mesa\GL
28
29
30#
31# Subdirectories to travers.
32#
33SUBDIRS = \
34.\util \
35.\tess \
36.\nurbs \
37
38
39#
40# Object files. Prefix with OBJDIR and one space before the '\'.
41#
42OBJS = \
43$(OBJDIR)\initterm.obj \
44$(OBJDIR)\glu32rsrc.obj
45
46
47#
48# Libraries. One space before the '\'.
49#
50LIBS = \
51nurbs\interface\$(OBJDIR)\interface.lib \
52nurbs\internals\$(OBJDIR)\internals.lib \
53nurbs\nurbtess\$(OBJDIR)\nurbtess.lib \
54tess\$(OBJDIR)\tess.lib \
55util\$(OBJDIR)\util.lib \
56$(PDWIN32_LIB)/$(ODINCRT).lib \
57$(PDWIN32_LIB)\kernel32.lib \
58$(PDWIN32_LIB)\opengl32.lib \
59$(RTLLIB_O) \
60os2386.lib
61
62
63#
64# Target name - name of the dll without extention and path.
65#
66TARGET = glu32
67
68
69#
70# Includes the common rules.
71#
72!include $(PDWIN32_INCLUDE)/pdwin32.post
73
Note: See TracBrowser for help on using the repository browser.