Change __signed to signed.
[dragonfly.git] / crypto / kerberosIV / lib / roken / roken.mak
1 # Microsoft Developer Studio Generated NMAKE File, Based on roken.dsp
2 !IF "$(CFG)" == ""
3 CFG=roken - Win32 Release
4 !MESSAGE No configuration specified. Defaulting to roken - Win32 Release.
5 !ENDIF 
6
7 !IF "$(CFG)" != "roken - Win32 Release" && "$(CFG)" != "roken - Win32 Debug"
8 !MESSAGE Invalid configuration "$(CFG)" specified.
9 !MESSAGE You can specify a configuration when running NMAKE
10 !MESSAGE by defining the macro CFG on the command line.  For example:
11 !MESSAGE 
12 !MESSAGE NMAKE /f "roken.mak" CFG="roken - Win32 Release"
13 !MESSAGE 
14 !MESSAGE Possible choices for configuration are:
15 !MESSAGE 
16 !MESSAGE "roken - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
17 !MESSAGE "roken - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
18 !MESSAGE 
19 !ERROR An invalid configuration is specified.
20 !ENDIF 
21
22 !IF "$(OS)" == "Windows_NT"
23 NULL=
24 !ELSE 
25 NULL=nul
26 !ENDIF 
27
28 CPP=cl.exe
29 MTL=midl.exe
30 RSC=rc.exe
31
32 !IF  "$(CFG)" == "roken - Win32 Release"
33
34 OUTDIR=.\Release
35 INTDIR=.\Release
36 # Begin Custom Macros
37 OutDir=.\.\Release
38 # End Custom Macros
39
40 !IF "$(RECURSE)" == "0" 
41
42 ALL : "$(OUTDIR)\roken.dll"
43
44 !ELSE 
45
46 ALL : "$(OUTDIR)\roken.dll"
47
48 !ENDIF 
49
50 CLEAN : 
51         -@erase "$(INTDIR)\base64.obj"
52         -@erase "$(INTDIR)\concat.obj"
53         -@erase "$(INTDIR)\gettimeofday.obj"
54         -@erase "$(INTDIR)\getuid.obj"
55         -@erase "$(INTDIR)\resolve.obj"
56         -@erase "$(INTDIR)\roken.res"
57         -@erase "$(INTDIR)\snprintf.obj"
58         -@erase "$(INTDIR)\strcasecmp.obj"
59         -@erase "$(INTDIR)\strtok_r.obj"
60         -@erase "$(INTDIR)\vc50.idb"
61         -@erase "$(OUTDIR)\roken.dll"
62         -@erase "$(OUTDIR)\roken.exp"
63         -@erase "$(OUTDIR)\roken.lib"
64
65 "$(OUTDIR)" :
66     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
67
68 CPP_PROJ=/nologo /MT /GX /O2 /I "..\krb" /I "..\des" /I "..\..\include" /I\
69  "..\..\include\win32" /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
70  "HAVE_CONFIG_H" /Fp"$(INTDIR)\roken.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\"\
71  /FD /c 
72 CPP_OBJS=.\Release/
73 CPP_SBRS=.
74 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
75 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\roken.res" /d "NDEBUG" 
76 BSC32=bscmake.exe
77 BSC32_FLAGS=/nologo /o"$(OUTDIR)\roken.bsc" 
78 BSC32_SBRS= \
79         
80 LINK32=link.exe
81 LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
82  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
83  /base:"0x68e7780" /subsystem:windows /dll /incremental:no\
84  /pdb:"$(OUTDIR)\roken.pdb" /machine:I386 /def:".\roken.def"\
85  /out:"$(OUTDIR)\roken.dll" /implib:"$(OUTDIR)\roken.lib" 
86 DEF_FILE= \
87         ".\roken.def"
88 LINK32_OBJS= \
89         "$(INTDIR)\base64.obj" \
90         "$(INTDIR)\concat.obj" \
91         "$(INTDIR)\gettimeofday.obj" \
92         "$(INTDIR)\getuid.obj" \
93         "$(INTDIR)\resolve.obj" \
94         "$(INTDIR)\roken.res" \
95         "$(INTDIR)\snprintf.obj" \
96         "$(INTDIR)\strcasecmp.obj" \
97         "$(INTDIR)\strtok_r.obj"
98
99 "$(OUTDIR)\roken.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
100     $(LINK32) @<<
101   $(LINK32_FLAGS) $(LINK32_OBJS)
102 <<
103
104 !ELSEIF  "$(CFG)" == "roken - Win32 Debug"
105
106 OUTDIR=.\Debug
107 INTDIR=.\Debug
108 # Begin Custom Macros
109 OutDir=.\.\Debug
110 # End Custom Macros
111
112 !IF "$(RECURSE)" == "0" 
113
114 ALL : "$(OUTDIR)\roken.dll"
115
116 !ELSE 
117
118 ALL : "$(OUTDIR)\roken.dll"
119
120 !ENDIF 
121
122 CLEAN : 
123         -@erase "$(INTDIR)\base64.obj"
124         -@erase "$(INTDIR)\concat.obj"
125         -@erase "$(INTDIR)\gettimeofday.obj"
126         -@erase "$(INTDIR)\getuid.obj"
127         -@erase "$(INTDIR)\resolve.obj"
128         -@erase "$(INTDIR)\roken.res"
129         -@erase "$(INTDIR)\snprintf.obj"
130         -@erase "$(INTDIR)\strcasecmp.obj"
131         -@erase "$(INTDIR)\strtok_r.obj"
132         -@erase "$(INTDIR)\vc50.idb"
133         -@erase "$(INTDIR)\vc50.pdb"
134         -@erase "$(OUTDIR)\roken.dll"
135         -@erase "$(OUTDIR)\roken.exp"
136         -@erase "$(OUTDIR)\roken.ilk"
137         -@erase "$(OUTDIR)\roken.lib"
138         -@erase "$(OUTDIR)\roken.pdb"
139
140 "$(OUTDIR)" :
141     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
142
143 CPP_PROJ=/nologo /MDd /Gm /GX /Zi /Od /I "..\krb" /I "..\des" /I\
144  "..\..\include" /I "..\..\include\win32" /I "." /D "_DEBUG" /D "WIN32" /D\
145  "_WINDOWS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\roken.pch" /YX /Fo"$(INTDIR)\\"\
146  /Fd"$(INTDIR)\\" /FD /c 
147 CPP_OBJS=.\Debug/
148 CPP_SBRS=.
149 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
150 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\roken.res" /d "_DEBUG" 
151 BSC32=bscmake.exe
152 BSC32_FLAGS=/nologo /o"$(OUTDIR)\roken.bsc" 
153 BSC32_SBRS= \
154         
155 LINK32=link.exe
156 LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
157  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
158  /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\roken.pdb" /debug\
159  /machine:I386 /def:".\roken.def" /out:"$(OUTDIR)\roken.dll"\
160  /implib:"$(OUTDIR)\roken.lib" 
161 LINK32_OBJS= \
162         "$(INTDIR)\base64.obj" \
163         "$(INTDIR)\concat.obj" \
164         "$(INTDIR)\gettimeofday.obj" \
165         "$(INTDIR)\getuid.obj" \
166         "$(INTDIR)\resolve.obj" \
167         "$(INTDIR)\roken.res" \
168         "$(INTDIR)\snprintf.obj" \
169         "$(INTDIR)\strcasecmp.obj" \
170         "$(INTDIR)\strtok_r.obj"
171
172 "$(OUTDIR)\roken.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
173     $(LINK32) @<<
174   $(LINK32_FLAGS) $(LINK32_OBJS)
175 <<
176
177 !ENDIF 
178
179 .c{$(CPP_OBJS)}.obj::
180    $(CPP) @<<
181    $(CPP_PROJ) $< 
182 <<
183
184 .cpp{$(CPP_OBJS)}.obj::
185    $(CPP) @<<
186    $(CPP_PROJ) $< 
187 <<
188
189 .cxx{$(CPP_OBJS)}.obj::
190    $(CPP) @<<
191    $(CPP_PROJ) $< 
192 <<
193
194 .c{$(CPP_SBRS)}.sbr::
195    $(CPP) @<<
196    $(CPP_PROJ) $< 
197 <<
198
199 .cpp{$(CPP_SBRS)}.sbr::
200    $(CPP) @<<
201    $(CPP_PROJ) $< 
202 <<
203
204 .cxx{$(CPP_SBRS)}.sbr::
205    $(CPP) @<<
206    $(CPP_PROJ) $< 
207 <<
208
209
210 !IF "$(CFG)" == "roken - Win32 Release" || "$(CFG)" == "roken - Win32 Debug"
211 SOURCE=.\base64.c
212 DEP_CPP_BASE6=\
213         "..\..\include\win32\config.h"\
214         ".\base64.h"\
215
216
217 "$(INTDIR)\base64.obj" : $(SOURCE) $(DEP_CPP_BASE6) "$(INTDIR)"
218
219
220 SOURCE=.\concat.c
221 DEP_CPP_CONCA=\
222         "..\..\include\win32\config.h"\
223         "..\..\include\win32\roken.h"\
224         ".\err.h"\
225         ".\roken-common.h"\
226         {$(INCLUDE)}"sys\stat.h"\
227         {$(INCLUDE)}"sys\types.h"\
228         
229
230 "$(INTDIR)\concat.obj" : $(SOURCE) $(DEP_CPP_CONCA) "$(INTDIR)"
231
232
233 SOURCE=.\gettimeofday.c
234 DEP_CPP_GETTI=\
235         "..\..\include\win32\config.h"\
236         "..\..\include\win32\roken.h"\
237         ".\err.h"\
238         ".\roken-common.h"\
239         {$(INCLUDE)}"sys\stat.h"\
240         {$(INCLUDE)}"sys\types.h"\
241         
242
243 "$(INTDIR)\gettimeofday.obj" : $(SOURCE) $(DEP_CPP_GETTI) "$(INTDIR)"
244
245
246 SOURCE=.\getuid.c
247 DEP_CPP_GETUI=\
248         "..\..\include\win32\config.h"\
249         "..\..\include\win32\roken.h"\
250         ".\err.h"\
251         ".\roken-common.h"\
252         {$(INCLUDE)}"sys\stat.h"\
253         {$(INCLUDE)}"sys\types.h"\
254         
255
256 "$(INTDIR)\getuid.obj" : $(SOURCE) $(DEP_CPP_GETUI) "$(INTDIR)"
257
258
259 SOURCE=.\resolve.c
260 DEP_CPP_RESOL=\
261         "..\..\include\win32\config.h"\
262         "..\..\include\win32\roken.h"\
263         ".\err.h"\
264         ".\resolve.h"\
265         ".\roken-common.h"\
266         {$(INCLUDE)}"sys\stat.h"\
267         {$(INCLUDE)}"sys\types.h"\
268         
269
270 "$(INTDIR)\resolve.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"
271
272
273 SOURCE=.\snprintf.c
274 DEP_CPP_SNPRI=\
275         "..\..\include\win32\config.h"\
276         "..\..\include\win32\roken.h"\
277         ".\err.h"\
278         ".\roken-common.h"\
279         {$(INCLUDE)}"sys\stat.h"\
280         {$(INCLUDE)}"sys\types.h"\
281         
282
283 "$(INTDIR)\snprintf.obj" : $(SOURCE) $(DEP_CPP_SNPRI) "$(INTDIR)"
284
285
286 SOURCE=.\strcasecmp.c
287 DEP_CPP_STRCA=\
288         "..\..\include\win32\config.h"\
289         {$(INCLUDE)}"sys\types.h"\
290         
291
292 "$(INTDIR)\strcasecmp.obj" : $(SOURCE) $(DEP_CPP_STRCA) "$(INTDIR)"
293
294
295 SOURCE=.\strtok_r.c
296 DEP_CPP_STRTO=\
297         "..\..\include\win32\config.h"\
298         "..\..\include\win32\roken.h"\
299         ".\err.h"\
300         ".\roken-common.h"\
301         {$(INCLUDE)}"sys\stat.h"\
302         {$(INCLUDE)}"sys\types.h"\
303         
304
305 "$(INTDIR)\strtok_r.obj" : $(SOURCE) $(DEP_CPP_STRTO) "$(INTDIR)"
306
307
308 SOURCE=.\roken.rc
309
310 "$(INTDIR)\roken.res" : $(SOURCE) "$(INTDIR)"
311         $(RSC) $(RSC_PROJ) $(SOURCE)
312         
313
314
315 !ENDIF 
316