]> granicus.if.org Git - apache/blob - support/httxt2dbm.mak
Add CHANGES' security entries for 2.4.27.
[apache] / support / httxt2dbm.mak
1 # Microsoft Developer Studio Generated NMAKE File, Based on httxt2dbm.dsp
2 !IF "$(CFG)" == ""
3 CFG=httxt2dbm - Win32 Debug
4 !MESSAGE No configuration specified. Defaulting to httxt2dbm - Win32 Debug.
5 !ENDIF 
6
7 !IF "$(CFG)" != "httxt2dbm - Win32 Release" && "$(CFG)" != "httxt2dbm - 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 "httxt2dbm.mak" CFG="httxt2dbm - Win32 Debug"
13 !MESSAGE 
14 !MESSAGE Possible choices for configuration are:
15 !MESSAGE 
16 !MESSAGE "httxt2dbm - Win32 Release" (based on "Win32 (x86) Console Application")
17 !MESSAGE "httxt2dbm - Win32 Debug" (based on "Win32 (x86) Console Application")
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 !IF  "$(CFG)" == "httxt2dbm - Win32 Release"
29
30 OUTDIR=.\Release
31 INTDIR=.\Release
32 DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
33 # Begin Custom Macros
34 OutDir=.\Release
35 # End Custom Macros
36
37 !IF "$(RECURSE)" == "0" 
38
39 ALL : "$(OUTDIR)\httxt2dbm.exe" "$(DS_POSTBUILD_DEP)"
40
41 !ELSE 
42
43 ALL : "aprutil - Win32 Release" "apr - Win32 Release" "$(OUTDIR)\httxt2dbm.exe" "$(DS_POSTBUILD_DEP)"
44
45 !ENDIF 
46
47 !IF "$(RECURSE)" == "1" 
48 CLEAN :"apr - Win32 ReleaseCLEAN" "aprutil - Win32 ReleaseCLEAN" 
49 !ELSE 
50 CLEAN :
51 !ENDIF 
52         -@erase "$(INTDIR)\httxt2dbm.obj"
53         -@erase "$(INTDIR)\httxt2dbm.res"
54         -@erase "$(INTDIR)\httxt2dbm_src.idb"
55         -@erase "$(INTDIR)\httxt2dbm_src.pdb"
56         -@erase "$(OUTDIR)\httxt2dbm.exe"
57         -@erase "$(OUTDIR)\httxt2dbm.pdb"
58
59 "$(OUTDIR)" :
60     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
61
62 CPP=cl.exe
63 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "../srclib/apr/include" /I "../srclib/apr-util/include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\httxt2dbm_src" /FD /c 
64
65 .c{$(INTDIR)}.obj::
66    $(CPP) @<<
67    $(CPP_PROJ) $< 
68 <<
69
70 .cpp{$(INTDIR)}.obj::
71    $(CPP) @<<
72    $(CPP_PROJ) $< 
73 <<
74
75 .cxx{$(INTDIR)}.obj::
76    $(CPP) @<<
77    $(CPP_PROJ) $< 
78 <<
79
80 .c{$(INTDIR)}.sbr::
81    $(CPP) @<<
82    $(CPP_PROJ) $< 
83 <<
84
85 .cpp{$(INTDIR)}.sbr::
86    $(CPP) @<<
87    $(CPP_PROJ) $< 
88 <<
89
90 .cxx{$(INTDIR)}.sbr::
91    $(CPP) @<<
92    $(CPP_PROJ) $< 
93 <<
94
95 RSC=rc.exe
96 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\httxt2dbm.res" /i "../include" /i "../srclib/apr/include" /d "NDEBUG" /d "APP_FILE" /d BIN_NAME="httxt2dbm.exe" /d LONG_NAME="Apache httxt2dbm command line utility" 
97 BSC32=bscmake.exe
98 BSC32_FLAGS=/nologo /o"$(OUTDIR)\httxt2dbm.bsc" 
99 BSC32_SBRS= \
100         
101 LINK32=link.exe
102 LINK32_FLAGS=kernel32.lib advapi32.lib wsock32.lib ws2_32.lib rpcrt4.lib shell32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\httxt2dbm.pdb" /debug /out:"$(OUTDIR)\httxt2dbm.exe" /opt:ref 
103 LINK32_OBJS= \
104         "$(INTDIR)\httxt2dbm.obj" \
105         "$(INTDIR)\httxt2dbm.res" \
106         "..\srclib\apr\LibR\apr-1.lib" \
107         "..\srclib\apr-util\LibR\aprutil-1.lib"
108
109 "$(OUTDIR)\httxt2dbm.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
110     $(LINK32) @<<
111   $(LINK32_FLAGS) $(LINK32_OBJS)
112 <<
113
114 TargetPath=.\Release\httxt2dbm.exe
115 SOURCE="$(InputPath)"
116 PostBuild_Desc=Embed .manifest
117 DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
118
119 # Begin Custom Macros
120 OutDir=.\Release
121 # End Custom Macros
122
123 "$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\httxt2dbm.exe"
124    if exist .\Release\httxt2dbm.exe.manifest mt.exe -manifest .\Release\httxt2dbm.exe.manifest -outputresource:.\Release\httxt2dbm.exe;1
125         echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
126
127 !ELSEIF  "$(CFG)" == "httxt2dbm - Win32 Debug"
128
129 OUTDIR=.\Debug
130 INTDIR=.\Debug
131 DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
132 # Begin Custom Macros
133 OutDir=.\Debug
134 # End Custom Macros
135
136 !IF "$(RECURSE)" == "0" 
137
138 ALL : "$(OUTDIR)\httxt2dbm.exe" "$(DS_POSTBUILD_DEP)"
139
140 !ELSE 
141
142 ALL : "aprutil - Win32 Debug" "apr - Win32 Debug" "$(OUTDIR)\httxt2dbm.exe" "$(DS_POSTBUILD_DEP)"
143
144 !ENDIF 
145
146 !IF "$(RECURSE)" == "1" 
147 CLEAN :"apr - Win32 DebugCLEAN" "aprutil - Win32 DebugCLEAN" 
148 !ELSE 
149 CLEAN :
150 !ENDIF 
151         -@erase "$(INTDIR)\httxt2dbm.obj"
152         -@erase "$(INTDIR)\httxt2dbm.res"
153         -@erase "$(INTDIR)\httxt2dbm_src.idb"
154         -@erase "$(INTDIR)\httxt2dbm_src.pdb"
155         -@erase "$(OUTDIR)\httxt2dbm.exe"
156         -@erase "$(OUTDIR)\httxt2dbm.pdb"
157
158 "$(OUTDIR)" :
159     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
160
161 CPP=cl.exe
162 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "../srclib/apr/include" /I "../srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\httxt2dbm_src" /FD /EHsc /c 
163
164 .c{$(INTDIR)}.obj::
165    $(CPP) @<<
166    $(CPP_PROJ) $< 
167 <<
168
169 .cpp{$(INTDIR)}.obj::
170    $(CPP) @<<
171    $(CPP_PROJ) $< 
172 <<
173
174 .cxx{$(INTDIR)}.obj::
175    $(CPP) @<<
176    $(CPP_PROJ) $< 
177 <<
178
179 .c{$(INTDIR)}.sbr::
180    $(CPP) @<<
181    $(CPP_PROJ) $< 
182 <<
183
184 .cpp{$(INTDIR)}.sbr::
185    $(CPP) @<<
186    $(CPP_PROJ) $< 
187 <<
188
189 .cxx{$(INTDIR)}.sbr::
190    $(CPP) @<<
191    $(CPP_PROJ) $< 
192 <<
193
194 RSC=rc.exe
195 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\httxt2dbm.res" /i "../include" /i "../srclib/apr/include" /d "_DEBUG" /d "APP_FILE" /d BIN_NAME="httxt2dbm.exe" /d LONG_NAME="Apache httxt2dbm command line utility" 
196 BSC32=bscmake.exe
197 BSC32_FLAGS=/nologo /o"$(OUTDIR)\httxt2dbm.bsc" 
198 BSC32_SBRS= \
199         
200 LINK32=link.exe
201 LINK32_FLAGS=kernel32.lib advapi32.lib wsock32.lib ws2_32.lib rpcrt4.lib shell32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\httxt2dbm.pdb" /debug /out:"$(OUTDIR)\httxt2dbm.exe" 
202 LINK32_OBJS= \
203         "$(INTDIR)\httxt2dbm.obj" \
204         "$(INTDIR)\httxt2dbm.res" \
205         "..\srclib\apr\LibD\apr-1.lib" \
206         "..\srclib\apr-util\LibD\aprutil-1.lib"
207
208 "$(OUTDIR)\httxt2dbm.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
209     $(LINK32) @<<
210   $(LINK32_FLAGS) $(LINK32_OBJS)
211 <<
212
213 TargetPath=.\Debug\httxt2dbm.exe
214 SOURCE="$(InputPath)"
215 PostBuild_Desc=Embed .manifest
216 DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
217
218 # Begin Custom Macros
219 OutDir=.\Debug
220 # End Custom Macros
221
222 "$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\httxt2dbm.exe"
223    if exist .\Debug\httxt2dbm.exe.manifest mt.exe -manifest .\Debug\httxt2dbm.exe.manifest -outputresource:.\Debug\httxt2dbm.exe;1
224         echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
225
226 !ENDIF 
227
228
229 !IF "$(NO_EXTERNAL_DEPS)" != "1"
230 !IF EXISTS("httxt2dbm.dep")
231 !INCLUDE "httxt2dbm.dep"
232 !ELSE 
233 !MESSAGE Warning: cannot find "httxt2dbm.dep"
234 !ENDIF 
235 !ENDIF 
236
237
238 !IF "$(CFG)" == "httxt2dbm - Win32 Release" || "$(CFG)" == "httxt2dbm - Win32 Debug"
239
240 !IF  "$(CFG)" == "httxt2dbm - Win32 Release"
241
242 "apr - Win32 Release" : 
243    cd ".\..\srclib\apr"
244    $(MAKE) /$(MAKEFLAGS) /F ".\apr.mak" CFG="apr - Win32 Release" 
245    cd "..\..\support"
246
247 "apr - Win32 ReleaseCLEAN" : 
248    cd ".\..\srclib\apr"
249    $(MAKE) /$(MAKEFLAGS) /F ".\apr.mak" CFG="apr - Win32 Release" RECURSE=1 CLEAN 
250    cd "..\..\support"
251
252 !ELSEIF  "$(CFG)" == "httxt2dbm - Win32 Debug"
253
254 "apr - Win32 Debug" : 
255    cd ".\..\srclib\apr"
256    $(MAKE) /$(MAKEFLAGS) /F ".\apr.mak" CFG="apr - Win32 Debug" 
257    cd "..\..\support"
258
259 "apr - Win32 DebugCLEAN" : 
260    cd ".\..\srclib\apr"
261    $(MAKE) /$(MAKEFLAGS) /F ".\apr.mak" CFG="apr - Win32 Debug" RECURSE=1 CLEAN 
262    cd "..\..\support"
263
264 !ENDIF 
265
266 !IF  "$(CFG)" == "httxt2dbm - Win32 Release"
267
268 "aprutil - Win32 Release" : 
269    cd ".\..\srclib\apr-util"
270    $(MAKE) /$(MAKEFLAGS) /F ".\aprutil.mak" CFG="aprutil - Win32 Release" 
271    cd "..\..\support"
272
273 "aprutil - Win32 ReleaseCLEAN" : 
274    cd ".\..\srclib\apr-util"
275    $(MAKE) /$(MAKEFLAGS) /F ".\aprutil.mak" CFG="aprutil - Win32 Release" RECURSE=1 CLEAN 
276    cd "..\..\support"
277
278 !ELSEIF  "$(CFG)" == "httxt2dbm - Win32 Debug"
279
280 "aprutil - Win32 Debug" : 
281    cd ".\..\srclib\apr-util"
282    $(MAKE) /$(MAKEFLAGS) /F ".\aprutil.mak" CFG="aprutil - Win32 Debug" 
283    cd "..\..\support"
284
285 "aprutil - Win32 DebugCLEAN" : 
286    cd ".\..\srclib\apr-util"
287    $(MAKE) /$(MAKEFLAGS) /F ".\aprutil.mak" CFG="aprutil - Win32 Debug" RECURSE=1 CLEAN 
288    cd "..\..\support"
289
290 !ENDIF 
291
292 SOURCE=..\build\win32\httpd.rc
293
294 !IF  "$(CFG)" == "httxt2dbm - Win32 Release"
295
296
297 "$(INTDIR)\httxt2dbm.res" : $(SOURCE) "$(INTDIR)"
298         $(RSC) /l 0x409 /fo"$(INTDIR)\httxt2dbm.res" /i "../include" /i "../srclib/apr/include" /i "../build\win32" /d "NDEBUG" /d "APP_FILE" /d BIN_NAME="httxt2dbm.exe" /d LONG_NAME="Apache httxt2dbm command line utility" $(SOURCE)
299
300
301 !ELSEIF  "$(CFG)" == "httxt2dbm - Win32 Debug"
302
303
304 "$(INTDIR)\httxt2dbm.res" : $(SOURCE) "$(INTDIR)"
305         $(RSC) /l 0x409 /fo"$(INTDIR)\httxt2dbm.res" /i "../include" /i "../srclib/apr/include" /i "../build\win32" /d "_DEBUG" /d "APP_FILE" /d BIN_NAME="httxt2dbm.exe" /d LONG_NAME="Apache httxt2dbm command line utility" $(SOURCE)
306
307
308 !ENDIF 
309
310 SOURCE=.\httxt2dbm.c
311
312 "$(INTDIR)\httxt2dbm.obj" : $(SOURCE) "$(INTDIR)"
313
314
315
316 !ENDIF 
317