1# Microsoft Developer Studio Generated NMAKE File, Based on apr_ldap.dsp
2!IF "$(CFG)" == ""
3CFG=apr_ldap - Win32 Release
4!MESSAGE No configuration specified. Defaulting to apr_ldap - Win32 Release.
5!ENDIF 
6
7!IF "$(CFG)" != "apr_ldap - Win32 Release" && "$(CFG)" != "apr_ldap - Win32 Debug" && "$(CFG)" != "apr_ldap - x64 Release" && "$(CFG)" != "apr_ldap - x64 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 "apr_ldap.mak" CFG="apr_ldap - Win32 Release"
13!MESSAGE 
14!MESSAGE Possible choices for configuration are:
15!MESSAGE 
16!MESSAGE "apr_ldap - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
17!MESSAGE "apr_ldap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
18!MESSAGE "apr_ldap - x64 Release" (based on "Win32 (x86) Dynamic-Link Library")
19!MESSAGE "apr_ldap - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
20!MESSAGE 
21!ERROR An invalid configuration is specified.
22!ENDIF 
23
24!IF "$(OS)" == "Windows_NT"
25NULL=
26!ELSE 
27NULL=nul
28!ENDIF 
29
30!IF  "$(CFG)" == "apr_ldap - Win32 Release"
31
32OUTDIR=.\Release
33INTDIR=.\Release
34DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
35# Begin Custom Macros
36OutDir=.\Release
37# End Custom Macros
38
39!IF "$(RECURSE)" == "0" 
40
41ALL : "$(OUTDIR)\apr_ldap-1.dll" "$(DS_POSTBUILD_DEP)"
42
43!ELSE 
44
45ALL : "libaprutil - Win32 Release" "libapr - Win32 Release" "$(OUTDIR)\apr_ldap-1.dll" "$(DS_POSTBUILD_DEP)"
46
47!ENDIF 
48
49!IF "$(RECURSE)" == "1" 
50CLEAN :"libapr - Win32 ReleaseCLEAN" "libaprutil - Win32 ReleaseCLEAN" 
51!ELSE 
52CLEAN :
53!ENDIF 
54	-@erase "$(INTDIR)\apr_ldap-1.res"
55	-@erase "$(INTDIR)\apr_ldap_init.obj"
56	-@erase "$(INTDIR)\apr_ldap_option.obj"
57	-@erase "$(INTDIR)\apr_ldap_rebind.obj"
58	-@erase "$(INTDIR)\apr_ldap_src.idb"
59	-@erase "$(INTDIR)\apr_ldap_src.pdb"
60	-@erase "$(OUTDIR)\apr_ldap-1.dll"
61	-@erase "$(OUTDIR)\apr_ldap-1.exp"
62	-@erase "$(OUTDIR)\apr_ldap-1.lib"
63	-@erase "$(OUTDIR)\apr_ldap-1.pdb"
64
65"$(OUTDIR)" :
66    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
67
68CPP=cl.exe
69CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "../include" /I "../../apr/include" /I "../include/private" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\apr_ldap_src" /FD /c 
70
71.c{$(INTDIR)}.obj::
72   $(CPP) @<<
73   $(CPP_PROJ) $< 
74<<
75
76.cpp{$(INTDIR)}.obj::
77   $(CPP) @<<
78   $(CPP_PROJ) $< 
79<<
80
81.cxx{$(INTDIR)}.obj::
82   $(CPP) @<<
83   $(CPP_PROJ) $< 
84<<
85
86.c{$(INTDIR)}.sbr::
87   $(CPP) @<<
88   $(CPP_PROJ) $< 
89<<
90
91.cpp{$(INTDIR)}.sbr::
92   $(CPP) @<<
93   $(CPP_PROJ) $< 
94<<
95
96.cxx{$(INTDIR)}.sbr::
97   $(CPP) @<<
98   $(CPP_PROJ) $< 
99<<
100
101MTL=midl.exe
102MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL" 
103RSC=rc.exe
104RSC_PROJ=/l 0x409 /fo"$(INTDIR)\apr_ldap-1.res" /i "../include" /i "../../apr/include" /d DLL_NAME="apr_ldap" /d "NDEBUG" /d "APU_VERSION_ONLY" 
105BSC32=bscmake.exe
106BSC32_FLAGS=/nologo /o"$(OUTDIR)\apr_ldap.bsc" 
107BSC32_SBRS= \
108	
109LINK32=link.exe
110LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EEB0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\apr_ldap-1.pdb" /debug /out:"$(OUTDIR)\apr_ldap-1.dll" /implib:"$(OUTDIR)\apr_ldap-1.lib" /MACHINE:X86 /opt:ref 
111LINK32_OBJS= \
112	"$(INTDIR)\apr_ldap_init.obj" \
113	"$(INTDIR)\apr_ldap_option.obj" \
114	"$(INTDIR)\apr_ldap_rebind.obj" \
115	"$(INTDIR)\apr_ldap-1.res" \
116	"..\..\apr\Release\libapr-1.lib" \
117	"..\Release\libaprutil-1.lib"
118
119"$(OUTDIR)\apr_ldap-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
120    $(LINK32) @<<
121  $(LINK32_FLAGS) $(LINK32_OBJS)
122<<
123
124TargetPath=.\Release\apr_ldap-1.dll
125SOURCE="$(InputPath)"
126PostBuild_Desc=Embed .manifest
127DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
128
129# Begin Custom Macros
130OutDir=.\Release
131# End Custom Macros
132
133"$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\apr_ldap-1.dll"
134   if exist .\Release\apr_ldap-1.dll.manifest mt.exe -manifest .\Release\apr_ldap-1.dll.manifest -outputresource:.\Release\apr_ldap-1.dll;2
135	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
136
137!ELSEIF  "$(CFG)" == "apr_ldap - Win32 Debug"
138
139OUTDIR=.\Debug
140INTDIR=.\Debug
141DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
142# Begin Custom Macros
143OutDir=.\Debug
144# End Custom Macros
145
146!IF "$(RECURSE)" == "0" 
147
148ALL : "$(OUTDIR)\apr_ldap-1.dll" "$(DS_POSTBUILD_DEP)"
149
150!ELSE 
151
152ALL : "libaprutil - Win32 Debug" "libapr - Win32 Debug" "$(OUTDIR)\apr_ldap-1.dll" "$(DS_POSTBUILD_DEP)"
153
154!ENDIF 
155
156!IF "$(RECURSE)" == "1" 
157CLEAN :"libapr - Win32 DebugCLEAN" "libaprutil - Win32 DebugCLEAN" 
158!ELSE 
159CLEAN :
160!ENDIF 
161	-@erase "$(INTDIR)\apr_ldap-1.res"
162	-@erase "$(INTDIR)\apr_ldap_init.obj"
163	-@erase "$(INTDIR)\apr_ldap_option.obj"
164	-@erase "$(INTDIR)\apr_ldap_rebind.obj"
165	-@erase "$(INTDIR)\apr_ldap_src.idb"
166	-@erase "$(INTDIR)\apr_ldap_src.pdb"
167	-@erase "$(OUTDIR)\apr_ldap-1.dll"
168	-@erase "$(OUTDIR)\apr_ldap-1.exp"
169	-@erase "$(OUTDIR)\apr_ldap-1.lib"
170	-@erase "$(OUTDIR)\apr_ldap-1.pdb"
171
172"$(OUTDIR)" :
173    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
174
175CPP=cl.exe
176CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "../include" /I "../../apr/include" /I "../include/private" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\apr_ldap_src" /FD /EHsc /c 
177
178.c{$(INTDIR)}.obj::
179   $(CPP) @<<
180   $(CPP_PROJ) $< 
181<<
182
183.cpp{$(INTDIR)}.obj::
184   $(CPP) @<<
185   $(CPP_PROJ) $< 
186<<
187
188.cxx{$(INTDIR)}.obj::
189   $(CPP) @<<
190   $(CPP_PROJ) $< 
191<<
192
193.c{$(INTDIR)}.sbr::
194   $(CPP) @<<
195   $(CPP_PROJ) $< 
196<<
197
198.cpp{$(INTDIR)}.sbr::
199   $(CPP) @<<
200   $(CPP_PROJ) $< 
201<<
202
203.cxx{$(INTDIR)}.sbr::
204   $(CPP) @<<
205   $(CPP_PROJ) $< 
206<<
207
208MTL=midl.exe
209MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" 
210RSC=rc.exe
211RSC_PROJ=/l 0x409 /fo"$(INTDIR)\apr_ldap-1.res" /i "../include" /i "../../apr/include" /d DLL_NAME="apr_ldap" /d "_DEBUG" /d "APU_VERSION_ONLY" 
212BSC32=bscmake.exe
213BSC32_FLAGS=/nologo /o"$(OUTDIR)\apr_ldap.bsc" 
214BSC32_SBRS= \
215	
216LINK32=link.exe
217LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EEB0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\apr_ldap-1.pdb" /debug /out:"$(OUTDIR)\apr_ldap-1.dll" /implib:"$(OUTDIR)\apr_ldap-1.lib" /MACHINE:X86 
218LINK32_OBJS= \
219	"$(INTDIR)\apr_ldap_init.obj" \
220	"$(INTDIR)\apr_ldap_option.obj" \
221	"$(INTDIR)\apr_ldap_rebind.obj" \
222	"$(INTDIR)\apr_ldap-1.res" \
223	"..\..\apr\Debug\libapr-1.lib" \
224	"..\Debug\libaprutil-1.lib"
225
226"$(OUTDIR)\apr_ldap-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
227    $(LINK32) @<<
228  $(LINK32_FLAGS) $(LINK32_OBJS)
229<<
230
231TargetPath=.\Debug\apr_ldap-1.dll
232SOURCE="$(InputPath)"
233PostBuild_Desc=Embed .manifest
234DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
235
236# Begin Custom Macros
237OutDir=.\Debug
238# End Custom Macros
239
240"$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\apr_ldap-1.dll"
241   if exist .\Debug\apr_ldap-1.dll.manifest mt.exe -manifest .\Debug\apr_ldap-1.dll.manifest -outputresource:.\Debug\apr_ldap-1.dll;2
242	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
243
244!ELSEIF  "$(CFG)" == "apr_ldap - x64 Release"
245
246OUTDIR=.\x64\Release
247INTDIR=.\x64\Release
248DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
249# Begin Custom Macros
250OutDir=.\x64\Release
251# End Custom Macros
252
253!IF "$(RECURSE)" == "0" 
254
255ALL : "$(OUTDIR)\apr_ldap-1.dll" "$(DS_POSTBUILD_DEP)"
256
257!ELSE 
258
259ALL : "libaprutil - x64 Release" "libapr - x64 Release" "$(OUTDIR)\apr_ldap-1.dll" "$(DS_POSTBUILD_DEP)"
260
261!ENDIF 
262
263!IF "$(RECURSE)" == "1" 
264CLEAN :"libapr - x64 ReleaseCLEAN" "libaprutil - x64 ReleaseCLEAN" 
265!ELSE 
266CLEAN :
267!ENDIF 
268	-@erase "$(INTDIR)\apr_ldap-1.res"
269	-@erase "$(INTDIR)\apr_ldap_init.obj"
270	-@erase "$(INTDIR)\apr_ldap_option.obj"
271	-@erase "$(INTDIR)\apr_ldap_rebind.obj"
272	-@erase "$(INTDIR)\apr_ldap_src.idb"
273	-@erase "$(INTDIR)\apr_ldap_src.pdb"
274	-@erase "$(OUTDIR)\apr_ldap-1.dll"
275	-@erase "$(OUTDIR)\apr_ldap-1.exp"
276	-@erase "$(OUTDIR)\apr_ldap-1.lib"
277	-@erase "$(OUTDIR)\apr_ldap-1.pdb"
278
279"$(OUTDIR)" :
280    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
281
282CPP=cl.exe
283CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "../include" /I "../../apr/include" /I "../include/private" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\apr_ldap_src" /FD /c 
284
285.c{$(INTDIR)}.obj::
286   $(CPP) @<<
287   $(CPP_PROJ) $< 
288<<
289
290.cpp{$(INTDIR)}.obj::
291   $(CPP) @<<
292   $(CPP_PROJ) $< 
293<<
294
295.cxx{$(INTDIR)}.obj::
296   $(CPP) @<<
297   $(CPP_PROJ) $< 
298<<
299
300.c{$(INTDIR)}.sbr::
301   $(CPP) @<<
302   $(CPP_PROJ) $< 
303<<
304
305.cpp{$(INTDIR)}.sbr::
306   $(CPP) @<<
307   $(CPP_PROJ) $< 
308<<
309
310.cxx{$(INTDIR)}.sbr::
311   $(CPP) @<<
312   $(CPP_PROJ) $< 
313<<
314
315MTL=midl.exe
316MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL" 
317RSC=rc.exe
318RSC_PROJ=/l 0x409 /fo"$(INTDIR)\apr_ldap-1.res" /i "../include" /i "../../apr/include" /d DLL_NAME="apr_ldap" /d "NDEBUG" /d "APU_VERSION_ONLY" 
319BSC32=bscmake.exe
320BSC32_FLAGS=/nologo /o"$(OUTDIR)\apr_ldap.bsc" 
321BSC32_SBRS= \
322	
323LINK32=link.exe
324LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EEB0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\apr_ldap-1.pdb" /debug /out:"$(OUTDIR)\apr_ldap-1.dll" /implib:"$(OUTDIR)\apr_ldap-1.lib" /MACHINE:X64 /opt:ref 
325LINK32_OBJS= \
326	"$(INTDIR)\apr_ldap_init.obj" \
327	"$(INTDIR)\apr_ldap_option.obj" \
328	"$(INTDIR)\apr_ldap_rebind.obj" \
329	"$(INTDIR)\apr_ldap-1.res" \
330	"..\..\apr\x64\Release\libapr-1.lib" \
331	"..\x64\Release\libaprutil-1.lib"
332
333"$(OUTDIR)\apr_ldap-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
334    $(LINK32) @<<
335  $(LINK32_FLAGS) $(LINK32_OBJS)
336<<
337
338TargetPath=.\x64\Release\apr_ldap-1.dll
339SOURCE="$(InputPath)"
340PostBuild_Desc=Embed .manifest
341DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
342
343# Begin Custom Macros
344OutDir=.\x64\Release
345# End Custom Macros
346
347"$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\apr_ldap-1.dll"
348   if exist .\x64\Release\apr_ldap-1.dll.manifest mt.exe -manifest .\x64\Release\apr_ldap-1.dll.manifest -outputresource:.\x64\Release\apr_ldap-1.dll;2
349	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
350
351!ELSEIF  "$(CFG)" == "apr_ldap - x64 Debug"
352
353OUTDIR=.\x64\Debug
354INTDIR=.\x64\Debug
355DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
356# Begin Custom Macros
357OutDir=.\x64\Debug
358# End Custom Macros
359
360!IF "$(RECURSE)" == "0" 
361
362ALL : "$(OUTDIR)\apr_ldap-1.dll" "$(DS_POSTBUILD_DEP)"
363
364!ELSE 
365
366ALL : "libaprutil - x64 Debug" "libapr - x64 Debug" "$(OUTDIR)\apr_ldap-1.dll" "$(DS_POSTBUILD_DEP)"
367
368!ENDIF 
369
370!IF "$(RECURSE)" == "1" 
371CLEAN :"libapr - x64 DebugCLEAN" "libaprutil - x64 DebugCLEAN" 
372!ELSE 
373CLEAN :
374!ENDIF 
375	-@erase "$(INTDIR)\apr_ldap-1.res"
376	-@erase "$(INTDIR)\apr_ldap_init.obj"
377	-@erase "$(INTDIR)\apr_ldap_option.obj"
378	-@erase "$(INTDIR)\apr_ldap_rebind.obj"
379	-@erase "$(INTDIR)\apr_ldap_src.idb"
380	-@erase "$(INTDIR)\apr_ldap_src.pdb"
381	-@erase "$(OUTDIR)\apr_ldap-1.dll"
382	-@erase "$(OUTDIR)\apr_ldap-1.exp"
383	-@erase "$(OUTDIR)\apr_ldap-1.lib"
384	-@erase "$(OUTDIR)\apr_ldap-1.pdb"
385
386"$(OUTDIR)" :
387    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
388
389CPP=cl.exe
390CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "../include" /I "../../apr/include" /I "../include/private" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\apr_ldap_src" /FD /EHsc /c 
391
392.c{$(INTDIR)}.obj::
393   $(CPP) @<<
394   $(CPP_PROJ) $< 
395<<
396
397.cpp{$(INTDIR)}.obj::
398   $(CPP) @<<
399   $(CPP_PROJ) $< 
400<<
401
402.cxx{$(INTDIR)}.obj::
403   $(CPP) @<<
404   $(CPP_PROJ) $< 
405<<
406
407.c{$(INTDIR)}.sbr::
408   $(CPP) @<<
409   $(CPP_PROJ) $< 
410<<
411
412.cpp{$(INTDIR)}.sbr::
413   $(CPP) @<<
414   $(CPP_PROJ) $< 
415<<
416
417.cxx{$(INTDIR)}.sbr::
418   $(CPP) @<<
419   $(CPP_PROJ) $< 
420<<
421
422MTL=midl.exe
423MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" 
424RSC=rc.exe
425RSC_PROJ=/l 0x409 /fo"$(INTDIR)\apr_ldap-1.res" /i "../include" /i "../../apr/include" /d DLL_NAME="apr_ldap" /d "_DEBUG" /d "APU_VERSION_ONLY" 
426BSC32=bscmake.exe
427BSC32_FLAGS=/nologo /o"$(OUTDIR)\apr_ldap.bsc" 
428BSC32_SBRS= \
429	
430LINK32=link.exe
431LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib wldap32.lib ole32.lib /nologo /base:"0x6EEB0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\apr_ldap-1.pdb" /debug /out:"$(OUTDIR)\apr_ldap-1.dll" /implib:"$(OUTDIR)\apr_ldap-1.lib" /MACHINE:X64 
432LINK32_OBJS= \
433	"$(INTDIR)\apr_ldap_init.obj" \
434	"$(INTDIR)\apr_ldap_option.obj" \
435	"$(INTDIR)\apr_ldap_rebind.obj" \
436	"$(INTDIR)\apr_ldap-1.res" \
437	"..\..\apr\x64\Debug\libapr-1.lib" \
438	"..\x64\Debug\libaprutil-1.lib"
439
440"$(OUTDIR)\apr_ldap-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
441    $(LINK32) @<<
442  $(LINK32_FLAGS) $(LINK32_OBJS)
443<<
444
445TargetPath=.\x64\Debug\apr_ldap-1.dll
446SOURCE="$(InputPath)"
447PostBuild_Desc=Embed .manifest
448DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
449
450# Begin Custom Macros
451OutDir=.\x64\Debug
452# End Custom Macros
453
454"$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\apr_ldap-1.dll"
455   if exist .\x64\Debug\apr_ldap-1.dll.manifest mt.exe -manifest .\x64\Debug\apr_ldap-1.dll.manifest -outputresource:.\x64\Debug\apr_ldap-1.dll;2
456	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
457
458!ENDIF 
459
460
461!IF "$(NO_EXTERNAL_DEPS)" != "1"
462!IF EXISTS("apr_ldap.dep")
463!INCLUDE "apr_ldap.dep"
464!ELSE 
465!MESSAGE Warning: cannot find "apr_ldap.dep"
466!ENDIF 
467!ENDIF 
468
469
470!IF "$(CFG)" == "apr_ldap - Win32 Release" || "$(CFG)" == "apr_ldap - Win32 Debug" || "$(CFG)" == "apr_ldap - x64 Release" || "$(CFG)" == "apr_ldap - x64 Debug"
471SOURCE=.\apr_ldap_init.c
472
473"$(INTDIR)\apr_ldap_init.obj" : $(SOURCE) "$(INTDIR)"
474
475
476SOURCE=.\apr_ldap_option.c
477
478"$(INTDIR)\apr_ldap_option.obj" : $(SOURCE) "$(INTDIR)"
479
480
481SOURCE=.\apr_ldap_rebind.c
482
483"$(INTDIR)\apr_ldap_rebind.obj" : $(SOURCE) "$(INTDIR)"
484
485
486!IF  "$(CFG)" == "apr_ldap - Win32 Release"
487
488"libapr - Win32 Release" : 
489   cd ".\..\..\apr"
490   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - Win32 Release" 
491   cd "..\apr-util\ldap"
492
493"libapr - Win32 ReleaseCLEAN" : 
494   cd ".\..\..\apr"
495   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - Win32 Release" RECURSE=1 CLEAN 
496   cd "..\apr-util\ldap"
497
498!ELSEIF  "$(CFG)" == "apr_ldap - Win32 Debug"
499
500"libapr - Win32 Debug" : 
501   cd ".\..\..\apr"
502   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - Win32 Debug" 
503   cd "..\apr-util\ldap"
504
505"libapr - Win32 DebugCLEAN" : 
506   cd ".\..\..\apr"
507   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - Win32 Debug" RECURSE=1 CLEAN 
508   cd "..\apr-util\ldap"
509
510!ELSEIF  "$(CFG)" == "apr_ldap - x64 Release"
511
512"libapr - x64 Release" : 
513   cd ".\..\..\apr"
514   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - x64 Release" 
515   cd "..\apr-util\ldap"
516
517"libapr - x64 ReleaseCLEAN" : 
518   cd ".\..\..\apr"
519   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - x64 Release" RECURSE=1 CLEAN 
520   cd "..\apr-util\ldap"
521
522!ELSEIF  "$(CFG)" == "apr_ldap - x64 Debug"
523
524"libapr - x64 Debug" : 
525   cd ".\..\..\apr"
526   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - x64 Debug" 
527   cd "..\apr-util\ldap"
528
529"libapr - x64 DebugCLEAN" : 
530   cd ".\..\..\apr"
531   $(MAKE) /$(MAKEFLAGS) /F ".\libapr.mak" CFG="libapr - x64 Debug" RECURSE=1 CLEAN 
532   cd "..\apr-util\ldap"
533
534!ENDIF 
535
536!IF  "$(CFG)" == "apr_ldap - Win32 Release"
537
538"libaprutil - Win32 Release" : 
539   cd ".\.."
540   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - Win32 Release" 
541   cd ".\ldap"
542
543"libaprutil - Win32 ReleaseCLEAN" : 
544   cd ".\.."
545   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - Win32 Release" RECURSE=1 CLEAN 
546   cd ".\ldap"
547
548!ELSEIF  "$(CFG)" == "apr_ldap - Win32 Debug"
549
550"libaprutil - Win32 Debug" : 
551   cd ".\.."
552   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - Win32 Debug" 
553   cd ".\ldap"
554
555"libaprutil - Win32 DebugCLEAN" : 
556   cd ".\.."
557   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - Win32 Debug" RECURSE=1 CLEAN 
558   cd ".\ldap"
559
560!ELSEIF  "$(CFG)" == "apr_ldap - x64 Release"
561
562"libaprutil - x64 Release" : 
563   cd ".\.."
564   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - x64 Release" 
565   cd ".\ldap"
566
567"libaprutil - x64 ReleaseCLEAN" : 
568   cd ".\.."
569   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - x64 Release" RECURSE=1 CLEAN 
570   cd ".\ldap"
571
572!ELSEIF  "$(CFG)" == "apr_ldap - x64 Debug"
573
574"libaprutil - x64 Debug" : 
575   cd ".\.."
576   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - x64 Debug" 
577   cd ".\ldap"
578
579"libaprutil - x64 DebugCLEAN" : 
580   cd ".\.."
581   $(MAKE) /$(MAKEFLAGS) /F ".\libaprutil.mak" CFG="libaprutil - x64 Debug" RECURSE=1 CLEAN 
582   cd ".\ldap"
583
584!ENDIF 
585
586SOURCE=..\libaprutil.rc
587
588!IF  "$(CFG)" == "apr_ldap - Win32 Release"
589
590
591"$(INTDIR)\apr_ldap-1.res" : $(SOURCE) "$(INTDIR)"
592	$(RSC) /l 0x409 /fo"$(INTDIR)\apr_ldap-1.res" /i "../include" /i "../../apr/include" /i "\httpd-2.4.4\srclib\apr-util" /d DLL_NAME="apr_ldap" /d "NDEBUG" /d "APU_VERSION_ONLY" $(SOURCE)
593
594
595!ELSEIF  "$(CFG)" == "apr_ldap - Win32 Debug"
596
597
598"$(INTDIR)\apr_ldap-1.res" : $(SOURCE) "$(INTDIR)"
599	$(RSC) /l 0x409 /fo"$(INTDIR)\apr_ldap-1.res" /i "../include" /i "../../apr/include" /i "\httpd-2.4.4\srclib\apr-util" /d DLL_NAME="apr_ldap" /d "_DEBUG" /d "APU_VERSION_ONLY" $(SOURCE)
600
601
602!ELSEIF  "$(CFG)" == "apr_ldap - x64 Release"
603
604
605"$(INTDIR)\apr_ldap-1.res" : $(SOURCE) "$(INTDIR)"
606	$(RSC) /l 0x409 /fo"$(INTDIR)\apr_ldap-1.res" /i "../include" /i "../../apr/include" /i "\httpd-2.4.4\srclib\apr-util" /d DLL_NAME="apr_ldap" /d "NDEBUG" /d "APU_VERSION_ONLY" $(SOURCE)
607
608
609!ELSEIF  "$(CFG)" == "apr_ldap - x64 Debug"
610
611
612"$(INTDIR)\apr_ldap-1.res" : $(SOURCE) "$(INTDIR)"
613	$(RSC) /l 0x409 /fo"$(INTDIR)\apr_ldap-1.res" /i "../include" /i "../../apr/include" /i "\httpd-2.4.4\srclib\apr-util" /d DLL_NAME="apr_ldap" /d "_DEBUG" /d "APU_VERSION_ONLY" $(SOURCE)
614
615
616!ENDIF 
617
618
619!ENDIF 
620
621