~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/TeX/libs/freetype/lib/arch/win32/freetype.mak

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
2
 
# ** DO NOT EDIT **
3
 
#
4
 
#
5
 
# Copyright 1996-2001 by
6
 
# David Turner, Robert Wilhelm, and Werner Lemberg.
7
 
#
8
 
# This file is part of the FreeType project, and may only be used, modified,
9
 
# and distributed under the terms of the FreeType project license,
10
 
# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
11
 
# indicate that you have read the license and understand and accept it
12
 
# fully.
13
 
 
14
 
# TARGTYPE "Win32 (x86) Static Library" 0x0104
15
 
 
16
 
!IF "$(CFG)" == ""
17
 
CFG=freetype - Win32 Debug
18
 
!MESSAGE No configuration specified.  Defaulting to freetype - Win32 Debug.
19
 
!ENDIF 
20
 
 
21
 
!IF "$(CFG)" != "freetype - Win32 Release" && "$(CFG)" !=\
22
 
 "freetype - Win32 Debug"
23
 
!MESSAGE Invalid configuration "$(CFG)" specified.
24
 
!MESSAGE You can specify a configuration when running NMAKE on this makefile
25
 
!MESSAGE by defining the macro CFG on the command line.  For example:
26
 
!MESSAGE 
27
 
!MESSAGE NMAKE /f "freetype.mak" CFG="freetype - Win32 Debug"
28
 
!MESSAGE 
29
 
!MESSAGE Possible choices for configuration are:
30
 
!MESSAGE 
31
 
!MESSAGE "freetype - Win32 Release" (based on "Win32 (x86) Static Library")
32
 
!MESSAGE "freetype - Win32 Debug" (based on "Win32 (x86) Static Library")
33
 
!MESSAGE 
34
 
!ERROR An invalid configuration is specified.
35
 
!ENDIF 
36
 
 
37
 
!IF "$(OS)" == "Windows_NT"
38
 
NULL=
39
 
!ELSE 
40
 
NULL=nul
41
 
!ENDIF 
42
 
################################################################################
43
 
# Begin Project
44
 
# PROP Target_Last_Scanned "freetype - Win32 Debug"
45
 
CPP=cl.exe
46
 
 
47
 
!IF  "$(CFG)" == "freetype - Win32 Release"
48
 
 
49
 
# PROP BASE Use_MFC 0
50
 
# PROP BASE Use_Debug_Libraries 0
51
 
# PROP BASE Output_Dir "Release"
52
 
# PROP BASE Intermediate_Dir "Release"
53
 
# PROP BASE Target_Dir ""
54
 
# PROP Use_MFC 0
55
 
# PROP Use_Debug_Libraries 0
56
 
# PROP Output_Dir "Release"
57
 
# PROP Intermediate_Dir "Release"
58
 
# PROP Target_Dir ""
59
 
OUTDIR=.\Release
60
 
INTDIR=.\Release
61
 
 
62
 
ALL : "$(OUTDIR)\freetype.lib"
63
 
 
64
 
CLEAN : 
65
 
        -@erase ".\Release\freetype.lib"
66
 
        -@erase ".\Release\Ftxkern.obj"
67
 
        -@erase ".\Release\ftxpost.obj"
68
 
        -@erase ".\Release\ftxerr18.obj"
69
 
        -@erase ".\Release\Ftxcmap.obj"
70
 
        -@erase ".\Release\Freetype.obj"
71
 
        -@erase ".\Release\Ftxgasp.obj"
72
 
 
73
 
"$(OUTDIR)" :
74
 
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
75
 
 
76
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
77
 
# ADD CPP /nologo /W3 /GX /O2 /I "." /I "..\.." /I "..\..\extend" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
78
 
CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "." /I "..\.." /I "..\..\extend" /D "WIN32"\
79
 
 /D "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/freetype.pch" /YX /Fo"$(INTDIR)/" /c 
80
 
CPP_OBJS=.\Release/
81
 
CPP_SBRS=
82
 
BSC32=bscmake.exe
83
 
# ADD BASE BSC32 /nologo
84
 
# ADD BSC32 /nologo
85
 
BSC32_FLAGS=/nologo /o"$(OUTDIR)/freetype.bsc" 
86
 
BSC32_SBRS=
87
 
LIB32=link.exe -lib
88
 
# ADD BASE LIB32 /nologo
89
 
# ADD LIB32 /nologo
90
 
LIB32_FLAGS=/nologo /out:"$(OUTDIR)/freetype.lib" 
91
 
LIB32_OBJS= \
92
 
        "$(INTDIR)/Ftxkern.obj" \
93
 
        "$(INTDIR)/ftxpost.obj" \
94
 
        "$(INTDIR)/ftxerr18.obj" \
95
 
        "$(INTDIR)/Ftxcmap.obj" \
96
 
        "$(INTDIR)/Freetype.obj" \
97
 
        "$(INTDIR)/Ftxgasp.obj"
98
 
 
99
 
"$(OUTDIR)\freetype.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
100
 
    $(LIB32) @<<
101
 
  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
102
 
<<
103
 
 
104
 
!ELSEIF  "$(CFG)" == "freetype - Win32 Debug"
105
 
 
106
 
# PROP BASE Use_MFC 0
107
 
# PROP BASE Use_Debug_Libraries 1
108
 
# PROP BASE Output_Dir "Debug"
109
 
# PROP BASE Intermediate_Dir "Debug"
110
 
# PROP BASE Target_Dir ""
111
 
# PROP Use_MFC 0
112
 
# PROP Use_Debug_Libraries 1
113
 
# PROP Output_Dir "Debug"
114
 
# PROP Intermediate_Dir "Debug"
115
 
# PROP Target_Dir ""
116
 
OUTDIR=.\Debug
117
 
INTDIR=.\Debug
118
 
 
119
 
ALL : "$(OUTDIR)\freetype.lib"
120
 
 
121
 
CLEAN : 
122
 
        -@erase ".\Debug\freetype.lib"
123
 
        -@erase ".\Debug\Freetype.obj"
124
 
        -@erase ".\Debug\Ftxkern.obj"
125
 
        -@erase ".\Debug\ftxpost.obj"
126
 
        -@erase ".\Debug\Ftxcmap.obj"
127
 
        -@erase ".\Debug\Ftxgasp.obj"
128
 
        -@erase ".\Debug\ftxerr18.obj"
129
 
 
130
 
"$(OUTDIR)" :
131
 
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
132
 
 
133
 
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
134
 
# ADD CPP /nologo /W3 /GX /Z7 /Od /I "." /I "..\.." /I "..\..\extend" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
135
 
CPP_PROJ=/nologo /MLd /W3 /GX /Z7 /Od /I "." /I "..\.." /I "..\..\extend" /D\
136
 
 "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/freetype.pch" /YX\
137
 
 /Fo"$(INTDIR)/" /c 
138
 
CPP_OBJS=.\Debug/
139
 
CPP_SBRS=
140
 
BSC32=bscmake.exe
141
 
# ADD BASE BSC32 /nologo
142
 
# ADD BSC32 /nologo
143
 
BSC32_FLAGS=/nologo /o"$(OUTDIR)/freetype.bsc" 
144
 
BSC32_SBRS=
145
 
LIB32=link.exe -lib
146
 
# ADD BASE LIB32 /nologo
147
 
# ADD LIB32 /nologo
148
 
LIB32_FLAGS=/nologo /out:"$(OUTDIR)/freetype.lib" 
149
 
LIB32_OBJS= \
150
 
        "$(INTDIR)/Freetype.obj" \
151
 
        "$(INTDIR)/Ftxkern.obj" \
152
 
        "$(INTDIR)/ftxpost.obj" \
153
 
        "$(INTDIR)/Ftxcmap.obj" \
154
 
        "$(INTDIR)/Ftxgasp.obj" \
155
 
        "$(INTDIR)/ftxerr18.obj"
156
 
 
157
 
"$(OUTDIR)\freetype.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
158
 
    $(LIB32) @<<
159
 
  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
160
 
<<
161
 
 
162
 
!ENDIF 
163
 
 
164
 
.c{$(CPP_OBJS)}.obj:
165
 
   $(CPP) $(CPP_PROJ) $<  
166
 
 
167
 
.cpp{$(CPP_OBJS)}.obj:
168
 
   $(CPP) $(CPP_PROJ) $<  
169
 
 
170
 
.cxx{$(CPP_OBJS)}.obj:
171
 
   $(CPP) $(CPP_PROJ) $<  
172
 
 
173
 
.c{$(CPP_SBRS)}.sbr:
174
 
   $(CPP) $(CPP_PROJ) $<  
175
 
 
176
 
.cpp{$(CPP_SBRS)}.sbr:
177
 
   $(CPP) $(CPP_PROJ) $<  
178
 
 
179
 
.cxx{$(CPP_SBRS)}.sbr:
180
 
   $(CPP) $(CPP_PROJ) $<  
181
 
 
182
 
################################################################################
183
 
# Begin Target
184
 
 
185
 
# Name "freetype - Win32 Release"
186
 
# Name "freetype - Win32 Debug"
187
 
 
188
 
!IF  "$(CFG)" == "freetype - Win32 Release"
189
 
 
190
 
!ELSEIF  "$(CFG)" == "freetype - Win32 Debug"
191
 
 
192
 
!ENDIF 
193
 
 
194
 
################################################################################
195
 
# Begin Source File
196
 
 
197
 
SOURCE=\Freetype\Lib\Extend\ftxpost.c
198
 
DEP_CPP_FTXPO=\
199
 
        ".\..\..\Extend\ftxpost.h"\
200
 
        ".\..\..\tttypes.h"\
201
 
        ".\..\..\ttobjs.h"\
202
 
        ".\..\..\tttables.h"\
203
 
        ".\..\..\ttload.h"\
204
 
        ".\..\..\ttfile.h"\
205
 
        ".\..\..\tttags.h"\
206
 
        ".\..\..\ttmemory.h"\
207
 
        ".\..\..\ttextend.h"\
208
 
        ".\..\..\freetype.h"\
209
 
        "..\..\ttconfig.h"\
210
 
        ".\ft_conf.h"\
211
 
        "..\..\ttengine.h"\
212
 
        "..\..\ttmutex.h"\
213
 
        "..\..\ttcache.h"\
214
 
        "..\..\ttcmap.h"\
215
 
        ".\..\..\ttdebug.h"\
216
 
        
217
 
 
218
 
"$(INTDIR)\ftxpost.obj" : $(SOURCE) $(DEP_CPP_FTXPO) "$(INTDIR)"
219
 
   $(CPP) $(CPP_PROJ) $(SOURCE)
220
 
 
221
 
 
222
 
# End Source File
223
 
################################################################################
224
 
# Begin Source File
225
 
 
226
 
SOURCE=\Freetype\Lib\Extend\ftxerr18.c
227
 
DEP_CPP_FTXER=\
228
 
        ".\..\..\Extend\ftxerr18.h"\
229
 
        ".\..\..\Extend\ftxkern.h"\
230
 
        ".\..\..\Extend\ftxpost.h"\
231
 
        ".\..\..\freetype.h"\
232
 
        "..\..\ttconfig.h"\
233
 
        ".\ft_conf.h"\
234
 
        
235
 
 
236
 
"$(INTDIR)\ftxerr18.obj" : $(SOURCE) $(DEP_CPP_FTXER) "$(INTDIR)"
237
 
   $(CPP) $(CPP_PROJ) $(SOURCE)
238
 
 
239
 
 
240
 
# End Source File
241
 
################################################################################
242
 
# Begin Source File
243
 
 
244
 
SOURCE=\Freetype\Lib\Extend\Ftxgasp.c
245
 
DEP_CPP_FTXGA=\
246
 
        ".\..\..\Extend\ftxgasp.h"\
247
 
        ".\..\..\tttypes.h"\
248
 
        ".\..\..\ttobjs.h"\
249
 
        ".\..\..\tttables.h"\
250
 
        ".\..\..\freetype.h"\
251
 
        "..\..\ttconfig.h"\
252
 
        ".\ft_conf.h"\
253
 
        "..\..\ttengine.h"\
254
 
        "..\..\ttmutex.h"\
255
 
        "..\..\ttcache.h"\
256
 
        "..\..\ttcmap.h"\
257
 
        
258
 
 
259
 
"$(INTDIR)\Ftxgasp.obj" : $(SOURCE) $(DEP_CPP_FTXGA) "$(INTDIR)"
260
 
   $(CPP) $(CPP_PROJ) $(SOURCE)
261
 
 
262
 
 
263
 
# End Source File
264
 
################################################################################
265
 
# Begin Source File
266
 
 
267
 
SOURCE=\Freetype\Lib\Extend\Ftxkern.c
268
 
DEP_CPP_FTXKE=\
269
 
        ".\..\..\Extend\ftxkern.h"\
270
 
        ".\..\..\ttextend.h"\
271
 
        ".\..\..\tttypes.h"\
272
 
        ".\..\..\ttdebug.h"\
273
 
        ".\..\..\ttmemory.h"\
274
 
        ".\..\..\ttfile.h"\
275
 
        ".\..\..\ttobjs.h"\
276
 
        ".\..\..\ttload.h"\
277
 
        ".\..\..\tttags.h"\
278
 
        ".\..\..\freetype.h"\
279
 
        "..\..\ttconfig.h"\
280
 
        ".\ft_conf.h"\
281
 
        "..\..\ttengine.h"\
282
 
        "..\..\ttmutex.h"\
283
 
        "..\..\ttcache.h"\
284
 
        ".\..\..\tttables.h"\
285
 
        "..\..\ttcmap.h"\
286
 
        
287
 
 
288
 
"$(INTDIR)\Ftxkern.obj" : $(SOURCE) $(DEP_CPP_FTXKE) "$(INTDIR)"
289
 
   $(CPP) $(CPP_PROJ) $(SOURCE)
290
 
 
291
 
 
292
 
# End Source File
293
 
################################################################################
294
 
# Begin Source File
295
 
 
296
 
SOURCE=\Freetype\Lib\Extend\Ftxcmap.c
297
 
DEP_CPP_FTXCM=\
298
 
        ".\..\..\Extend\ftxcmap.h"\
299
 
        ".\..\..\tttypes.h"\
300
 
        ".\..\..\ttobjs.h"\
301
 
        ".\..\..\tttables.h"\
302
 
        ".\..\..\freetype.h"\
303
 
        "..\..\ttconfig.h"\
304
 
        ".\ft_conf.h"\
305
 
        "..\..\ttengine.h"\
306
 
        "..\..\ttmutex.h"\
307
 
        "..\..\ttcache.h"\
308
 
        "..\..\ttcmap.h"\
309
 
        
310
 
 
311
 
"$(INTDIR)\Ftxcmap.obj" : $(SOURCE) $(DEP_CPP_FTXCM) "$(INTDIR)"
312
 
   $(CPP) $(CPP_PROJ) $(SOURCE)
313
 
 
314
 
 
315
 
# End Source File
316
 
################################################################################
317
 
# Begin Source File
318
 
 
319
 
SOURCE=.\Freetype.c
320
 
DEP_CPP_FREET=\
321
 
        ".\..\..\ttapi.c"\
322
 
        ".\..\..\ttcache.c"\
323
 
        ".\..\..\ttcalc.c"\
324
 
        ".\..\..\ttcmap.c"\
325
 
        ".\..\..\ttgload.c"\
326
 
        ".\..\..\ttinterp.c"\
327
 
        ".\..\..\ttload.c"\
328
 
        ".\..\..\ttobjs.c"\
329
 
        ".\..\..\ttraster.c"\
330
 
        ".\..\..\ttfile.c"\
331
 
        ".\..\..\ttmemory.c"\
332
 
        ".\..\..\ttmutex.c"\
333
 
        ".\..\..\ttextend.c"\
334
 
        ".\..\..\freetype.h"\
335
 
        "..\..\ttengine.h"\
336
 
        "..\..\ttcalc.h"\
337
 
        ".\..\..\ttmemory.h"\
338
 
        "..\..\ttcache.h"\
339
 
        ".\..\..\ttfile.h"\
340
 
        ".\..\..\ttobjs.h"\
341
 
        ".\..\..\ttload.h"\
342
 
        "..\..\ttgload.h"\
343
 
        "..\..\ttraster.h"\
344
 
        ".\..\..\ttextend.h"\
345
 
        "..\..\ttconfig.h"\
346
 
        ".\ft_conf.h"\
347
 
        "..\..\ttmutex.h"\
348
 
        ".\..\..\tttypes.h"\
349
 
        ".\..\..\ttdebug.h"\
350
 
        ".\..\..\tttables.h"\
351
 
        "..\..\ttcmap.h"\
352
 
        ".\..\..\tttags.h"\
353
 
        "..\..\ttinterp.h"\
354
 
        {$(INCLUDE)}"\unistd.h"\
355
 
        
356
 
 
357
 
"$(INTDIR)\Freetype.obj" : $(SOURCE) $(DEP_CPP_FREET) "$(INTDIR)"
358
 
 
359
 
 
360
 
# End Source File
361
 
# End Target
362
 
# End Project
363
 
################################################################################