summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/PEX5/ddpex/mi/level2/Imakefile
blob: 94b280491382645479e8a2c055625bcc9e1da70d (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
XCOMM
XCOMM $XConsortium: Imakefile,v 5.6 94/04/17 20:36:57 rws Exp kaleb $
XCOMM
XCOMM 
XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium
XCOMM 
XCOMM			 All Rights Reserved
XCOMM 
XCOMM Permission to use, copy, modify, and distribute this software and its 
XCOMM documentation for any purpose and without fee is hereby granted, 
XCOMM provided that the above copyright notice appear in all copies and that
XCOMM both that copyright notice and this permission notice appear in 
XCOMM supporting documentation, and that the names of Sun Microsystems
XCOMM and the X Consortium not be used in advertising or publicity 
XCOMM pertaining to distribution of the software without specific, written 
XCOMM prior permission.  
XCOMM 
XCOMM SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
XCOMM INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
XCOMM EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
XCOMM CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
XCOMM USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
XCOMM OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
XCOMM PERFORMANCE OF THIS SOFTWARE.

#include <Server.tmpl>

#ifndef PexDdpexCDebugFlags
#define PexDdpexCDebugFlags ServerCDebugFlags
#endif

XCOMM -D defines for ddpex:
XCOMM	DDTEST turns on some fprintf(stderr...)s for debugging

    DEFINES = PexDdpexDefines
CDEBUGFLAGS = PexDdpexCDebugFlags

  PEXSERVINC = ../../../include
DDPEXINCLUDE = ../include

INCLUDES = -I. \
	-I$(DDPEXINCLUDE) \
	-I$(INCLUDESRC) \
	-I$(PEXSERVINC) \
	-I$(SERVERSRC)/include

SRCS = ddContext.c \
	miBldXform.c \
	miClip.c \
	miCellArray.c \
	miConvert.c \
	miDestroy.c \
	miFillArea.c \
	miLight.c \
	miLvl2Tab.c \
	miMarkers.c \
	miNCurve.c \
	miNSurf.c \
	miNSTrim.c \
	miNurbs.c \
	miOCs.c \
	miPolyLine.c \
	miQuadMesh.c \
	miSOFAS.c \
	miTestOCs.c \
	miText.c \
	miTrans.c \
	miTriStrip.c \
	miCopy.c \
	miInquire.c \
	miReplace.c \
	miPickPrim.c \
	miSearch.c \
	pexOCParse.c

OBJS = ddContext.o \
	miBldXform.o \
	miClip.o \
	miConvert.o \
	miCellArray.o \
	miDestroy.o \
	miFillArea.o \
	miLight.o \
	miLvl2Tab.o \
	miMarkers.o \
	miNCurve.o \
	miNSurf.o \
	miNSTrim.o \
	miNurbs.o \
	miOCs.o \
	miPolyLine.o \
	miQuadMesh.o \
	miSOFAS.o \
	miTestOCs.o \
	miText.o \
	miTrans.o \
	miTriStrip.o \
	miCopy.o \
	miInquire.o \
	miReplace.o \
	miPickPrim.o \
	miSearch.o \
	pexOCParse.o

NormalLibraryObjectRule()

NormalLibraryTarget(ddpex2,$(OBJS))

LintLibraryTarget(dp2, $(SRCS))
NormalLintTarget($(SRCS))

InstallLinkKitLibrary(ddpex2,$(LINKKITDIR)/lib)

DependTarget()