home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / apach134.arj / APACH134.ZIP / src / ApacheCore.mak < prev    next >
Encoding:
NMAKE  |  1999-01-05  |  62.2 KB  |  2,867 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on ApacheCore.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=ApacheCore - Win32 Release
  4. !MESSAGE No configuration specified. Defaulting to ApacheCore - Win32 Release.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "ApacheCore - Win32 Release" && "$(CFG)" !=\
  8.  "ApacheCore - Win32 Debug"
  9. !MESSAGE Invalid configuration "$(CFG)" specified.
  10. !MESSAGE You can specify a configuration when running NMAKE
  11. !MESSAGE by defining the macro CFG on the command line. For example:
  12. !MESSAGE 
  13. !MESSAGE NMAKE /f "ApacheCore.mak" CFG="ApacheCore - Win32 Release"
  14. !MESSAGE 
  15. !MESSAGE Possible choices for configuration are:
  16. !MESSAGE 
  17. !MESSAGE "ApacheCore - Win32 Release" (based on\
  18.  "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "ApacheCore - Win32 Debug" (based on\
  20.  "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE 
  22. !ERROR An invalid configuration is specified.
  23. !ENDIF 
  24.  
  25. !IF "$(OS)" == "Windows_NT"
  26. NULL=
  27. !ELSE 
  28. NULL=nul
  29. !ENDIF 
  30.  
  31. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  32.  
  33. OUTDIR=.\CoreR
  34. INTDIR=.\CoreR
  35. # Begin Custom Macros
  36. OutDir=.\.\CoreR
  37. # End Custom Macros
  38.  
  39. !IF "$(RECURSE)" == "0" 
  40.  
  41. ALL : "$(OUTDIR)\ApacheCore.dll"
  42.  
  43. !ELSE 
  44.  
  45. ALL : "$(OUTDIR)\ApacheCore.dll"
  46.  
  47. !ENDIF 
  48.  
  49. CLEAN :
  50.     -@erase "$(INTDIR)\alloc.obj"
  51.     -@erase "$(INTDIR)\buff.obj"
  52.     -@erase "$(INTDIR)\buildmark.obj"
  53.     -@erase "$(INTDIR)\getopt.obj"
  54.     -@erase "$(INTDIR)\http_config.obj"
  55.     -@erase "$(INTDIR)\http_core.obj"
  56.     -@erase "$(INTDIR)\http_log.obj"
  57.     -@erase "$(INTDIR)\http_main.obj"
  58.     -@erase "$(INTDIR)\http_protocol.obj"
  59.     -@erase "$(INTDIR)\http_request.obj"
  60.     -@erase "$(INTDIR)\http_vhost.obj"
  61.     -@erase "$(INTDIR)\md5c.obj"
  62.     -@erase "$(INTDIR)\mod_access.obj"
  63.     -@erase "$(INTDIR)\mod_actions.obj"
  64.     -@erase "$(INTDIR)\mod_alias.obj"
  65.     -@erase "$(INTDIR)\mod_asis.obj"
  66.     -@erase "$(INTDIR)\mod_auth.obj"
  67.     -@erase "$(INTDIR)\mod_autoindex.obj"
  68.     -@erase "$(INTDIR)\mod_cgi.obj"
  69.     -@erase "$(INTDIR)\mod_dir.obj"
  70.     -@erase "$(INTDIR)\mod_env.obj"
  71.     -@erase "$(INTDIR)\mod_imap.obj"
  72.     -@erase "$(INTDIR)\mod_include.obj"
  73.     -@erase "$(INTDIR)\mod_isapi.obj"
  74.     -@erase "$(INTDIR)\mod_log_config.obj"
  75.     -@erase "$(INTDIR)\mod_mime.obj"
  76.     -@erase "$(INTDIR)\mod_negotiation.obj"
  77.     -@erase "$(INTDIR)\mod_setenvif.obj"
  78.     -@erase "$(INTDIR)\mod_so.obj"
  79.     -@erase "$(INTDIR)\mod_userdir.obj"
  80.     -@erase "$(INTDIR)\modules.obj"
  81.     -@erase "$(INTDIR)\multithread.obj"
  82.     -@erase "$(INTDIR)\readdir.obj"
  83.     -@erase "$(INTDIR)\registry.obj"
  84.     -@erase "$(INTDIR)\rfc1413.obj"
  85.     -@erase "$(INTDIR)\service.obj"
  86.     -@erase "$(INTDIR)\util.obj"
  87.     -@erase "$(INTDIR)\util_date.obj"
  88.     -@erase "$(INTDIR)\util_md5.obj"
  89.     -@erase "$(INTDIR)\util_script.obj"
  90.     -@erase "$(INTDIR)\util_uri.obj"
  91.     -@erase "$(INTDIR)\util_win32.obj"
  92.     -@erase "$(INTDIR)\vc50.idb"
  93.     -@erase "$(INTDIR)\ApacheCore.pch"
  94.     -@erase "$(OUTDIR)\ApacheCore.pch"
  95.     -@erase "$(OUTDIR)\ApacheCore.dll"
  96.     -@erase "$(OUTDIR)\ApacheCore.exp"
  97.     -@erase "$(OUTDIR)\ApacheCore.lib"
  98.  
  99. "$(OUTDIR)" :
  100.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  101.  
  102. CPP=cl.exe
  103. CPP_PROJ=/nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D\
  104.  "_WINDOWS" /Fp"$(INTDIR)\ApacheCore.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\"\
  105.  /FD /c 
  106. CPP_OBJS=.\CoreR/
  107. CPP_SBRS=.
  108.  
  109. .c{$(CPP_OBJS)}.obj::
  110.    $(CPP) @<<
  111.    $(CPP_PROJ) $< 
  112. <<
  113.  
  114. .cpp{$(CPP_OBJS)}.obj::
  115.    $(CPP) @<<
  116.    $(CPP_PROJ) $< 
  117. <<
  118.  
  119. .cxx{$(CPP_OBJS)}.obj::
  120.    $(CPP) @<<
  121.    $(CPP_PROJ) $< 
  122. <<
  123.  
  124. .c{$(CPP_SBRS)}.sbr::
  125.    $(CPP) @<<
  126.    $(CPP_PROJ) $< 
  127. <<
  128.  
  129. .cpp{$(CPP_SBRS)}.sbr::
  130.    $(CPP) @<<
  131.    $(CPP_PROJ) $< 
  132. <<
  133.  
  134. .cxx{$(CPP_SBRS)}.sbr::
  135.    $(CPP) @<<
  136.    $(CPP_PROJ) $< 
  137. <<
  138.  
  139. MTL=midl.exe
  140. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  141. RSC=rc.exe
  142. BSC32=bscmake.exe
  143. BSC32_FLAGS=/nologo /o"$(OUTDIR)\ApacheCore.bsc" 
  144. BSC32_SBRS= \
  145.     
  146. LINK32=link.exe
  147. LINK32_FLAGS=os\win32\ApacheOSR\ApacheOS.lib regex\release\regex.lib\
  148.  ap\Release\ap.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  149.  advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:windows /dll\
  150.  /incremental:no /pdb:"$(OUTDIR)\ApacheCore.pdb" /machine:I386\
  151.  /def:".\ApacheCore.def" /out:"$(OUTDIR)\ApacheCore.dll"\
  152.  /implib:"$(OUTDIR)\ApacheCore.lib" 
  153. DEF_FILE= \
  154.     ".\ApacheCore.def"
  155. LINK32_OBJS= \
  156.     "$(INTDIR)\alloc.obj" \
  157.     "$(INTDIR)\buff.obj" \
  158.     "$(INTDIR)\buildmark.obj" \
  159.     "$(INTDIR)\getopt.obj" \
  160.     "$(INTDIR)\http_config.obj" \
  161.     "$(INTDIR)\http_core.obj" \
  162.     "$(INTDIR)\http_log.obj" \
  163.     "$(INTDIR)\http_main.obj" \
  164.     "$(INTDIR)\http_protocol.obj" \
  165.     "$(INTDIR)\http_request.obj" \
  166.     "$(INTDIR)\http_vhost.obj" \
  167.     "$(INTDIR)\md5c.obj" \
  168.     "$(INTDIR)\mod_access.obj" \
  169.     "$(INTDIR)\mod_actions.obj" \
  170.     "$(INTDIR)\mod_alias.obj" \
  171.     "$(INTDIR)\mod_asis.obj" \
  172.     "$(INTDIR)\mod_auth.obj" \
  173.     "$(INTDIR)\mod_autoindex.obj" \
  174.     "$(INTDIR)\mod_cgi.obj" \
  175.     "$(INTDIR)\mod_dir.obj" \
  176.     "$(INTDIR)\mod_env.obj" \
  177.     "$(INTDIR)\mod_imap.obj" \
  178.     "$(INTDIR)\mod_include.obj" \
  179.     "$(INTDIR)\mod_isapi.obj" \
  180.     "$(INTDIR)\mod_log_config.obj" \
  181.     "$(INTDIR)\mod_mime.obj" \
  182.     "$(INTDIR)\mod_negotiation.obj" \
  183.     "$(INTDIR)\mod_setenvif.obj" \
  184.     "$(INTDIR)\mod_so.obj" \
  185.     "$(INTDIR)\mod_userdir.obj" \
  186.     "$(INTDIR)\modules.obj" \
  187.     "$(INTDIR)\multithread.obj" \
  188.     "$(INTDIR)\readdir.obj" \
  189.     "$(INTDIR)\registry.obj" \
  190.     "$(INTDIR)\rfc1413.obj" \
  191.     "$(INTDIR)\service.obj" \
  192.     "$(INTDIR)\util.obj" \
  193.     "$(INTDIR)\util_date.obj" \
  194.     "$(INTDIR)\util_md5.obj" \
  195.     "$(INTDIR)\util_script.obj" \
  196.     "$(INTDIR)\util_uri.obj" \
  197.     "$(INTDIR)\util_win32.obj"
  198.  
  199. "$(OUTDIR)\ApacheCore.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  200.     $(LINK32) @<<
  201.   $(LINK32_FLAGS) $(LINK32_OBJS)
  202. <<
  203.  
  204. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  205.  
  206. OUTDIR=.\CoreD
  207. INTDIR=.\CoreD
  208. # Begin Custom Macros
  209. OutDir=.\.\CoreD
  210. # End Custom Macros
  211.  
  212. !IF "$(RECURSE)" == "0" 
  213.  
  214. ALL : "$(OUTDIR)\ApacheCore.dll" "$(OUTDIR)\ApacheCore.bsc"
  215.  
  216. !ELSE 
  217.  
  218. ALL : "$(OUTDIR)\ApacheCore.dll" "$(OUTDIR)\ApacheCore.bsc"
  219.  
  220. !ENDIF 
  221.  
  222. CLEAN :
  223.     -@erase "$(INTDIR)\alloc.obj"
  224.     -@erase "$(INTDIR)\alloc.sbr"
  225.     -@erase "$(INTDIR)\buff.obj"
  226.     -@erase "$(INTDIR)\buff.sbr"
  227.     -@erase "$(INTDIR)\buildmark.obj"
  228.     -@erase "$(INTDIR)\buildmark.sbr"
  229.     -@erase "$(INTDIR)\getopt.obj"
  230.     -@erase "$(INTDIR)\getopt.sbr"
  231.     -@erase "$(INTDIR)\http_config.obj"
  232.     -@erase "$(INTDIR)\http_config.sbr"
  233.     -@erase "$(INTDIR)\http_core.obj"
  234.     -@erase "$(INTDIR)\http_core.sbr"
  235.     -@erase "$(INTDIR)\http_log.obj"
  236.     -@erase "$(INTDIR)\http_log.sbr"
  237.     -@erase "$(INTDIR)\http_main.obj"
  238.     -@erase "$(INTDIR)\http_main.sbr"
  239.     -@erase "$(INTDIR)\http_protocol.obj"
  240.     -@erase "$(INTDIR)\http_protocol.sbr"
  241.     -@erase "$(INTDIR)\http_request.obj"
  242.     -@erase "$(INTDIR)\http_request.sbr"
  243.     -@erase "$(INTDIR)\http_vhost.obj"
  244.     -@erase "$(INTDIR)\http_vhost.sbr"
  245.     -@erase "$(INTDIR)\md5c.obj"
  246.     -@erase "$(INTDIR)\md5c.sbr"
  247.     -@erase "$(INTDIR)\mod_access.obj"
  248.     -@erase "$(INTDIR)\mod_access.sbr"
  249.     -@erase "$(INTDIR)\mod_actions.obj"
  250.     -@erase "$(INTDIR)\mod_actions.sbr"
  251.     -@erase "$(INTDIR)\mod_alias.obj"
  252.     -@erase "$(INTDIR)\mod_alias.sbr"
  253.     -@erase "$(INTDIR)\mod_asis.obj"
  254.     -@erase "$(INTDIR)\mod_asis.sbr"
  255.     -@erase "$(INTDIR)\mod_auth.obj"
  256.     -@erase "$(INTDIR)\mod_auth.sbr"
  257.     -@erase "$(INTDIR)\mod_autoindex.obj"
  258.     -@erase "$(INTDIR)\mod_autoindex.sbr"
  259.     -@erase "$(INTDIR)\mod_cgi.obj"
  260.     -@erase "$(INTDIR)\mod_cgi.sbr"
  261.     -@erase "$(INTDIR)\mod_dir.obj"
  262.     -@erase "$(INTDIR)\mod_dir.sbr"
  263.     -@erase "$(INTDIR)\mod_env.obj"
  264.     -@erase "$(INTDIR)\mod_env.sbr"
  265.     -@erase "$(INTDIR)\mod_imap.obj"
  266.     -@erase "$(INTDIR)\mod_imap.sbr"
  267.     -@erase "$(INTDIR)\mod_include.obj"
  268.     -@erase "$(INTDIR)\mod_include.sbr"
  269.     -@erase "$(INTDIR)\mod_isapi.obj"
  270.     -@erase "$(INTDIR)\mod_isapi.sbr"
  271.     -@erase "$(INTDIR)\mod_log_config.obj"
  272.     -@erase "$(INTDIR)\mod_log_config.sbr"
  273.     -@erase "$(INTDIR)\mod_mime.obj"
  274.     -@erase "$(INTDIR)\mod_mime.sbr"
  275.     -@erase "$(INTDIR)\mod_negotiation.obj"
  276.     -@erase "$(INTDIR)\mod_negotiation.sbr"
  277.     -@erase "$(INTDIR)\mod_setenvif.obj"
  278.     -@erase "$(INTDIR)\mod_setenvif.sbr"
  279.     -@erase "$(INTDIR)\mod_so.obj"
  280.     -@erase "$(INTDIR)\mod_so.sbr"
  281.     -@erase "$(INTDIR)\mod_userdir.obj"
  282.     -@erase "$(INTDIR)\mod_userdir.sbr"
  283.     -@erase "$(INTDIR)\modules.obj"
  284.     -@erase "$(INTDIR)\modules.sbr"
  285.     -@erase "$(INTDIR)\multithread.obj"
  286.     -@erase "$(INTDIR)\multithread.sbr"
  287.     -@erase "$(INTDIR)\readdir.obj"
  288.     -@erase "$(INTDIR)\readdir.sbr"
  289.     -@erase "$(INTDIR)\registry.obj"
  290.     -@erase "$(INTDIR)\registry.sbr"
  291.     -@erase "$(INTDIR)\rfc1413.obj"
  292.     -@erase "$(INTDIR)\rfc1413.sbr"
  293.     -@erase "$(INTDIR)\service.obj"
  294.     -@erase "$(INTDIR)\service.sbr"
  295.     -@erase "$(INTDIR)\util.obj"
  296.     -@erase "$(INTDIR)\util.sbr"
  297.     -@erase "$(INTDIR)\util_date.obj"
  298.     -@erase "$(INTDIR)\util_date.sbr"
  299.     -@erase "$(INTDIR)\util_md5.obj"
  300.     -@erase "$(INTDIR)\util_md5.sbr"
  301.     -@erase "$(INTDIR)\util_script.obj"
  302.     -@erase "$(INTDIR)\util_script.sbr"
  303.     -@erase "$(INTDIR)\util_uri.obj"
  304.     -@erase "$(INTDIR)\util_uri.sbr"
  305.     -@erase "$(INTDIR)\util_win32.obj"
  306.     -@erase "$(INTDIR)\util_win32.sbr"
  307.     -@erase "$(INTDIR)\vc50.idb"
  308.     -@erase "$(INTDIR)\vc50.pdb"
  309.     -@erase "$(INTDIR)\ApacheCore.pch"
  310.     -@erase "$(OUTDIR)\ApacheCore.pch"
  311.     -@erase "$(OUTDIR)\ApacheCore.bsc"
  312.     -@erase "$(OUTDIR)\ApacheCore.dll"
  313.     -@erase "$(OUTDIR)\ApacheCore.exp"
  314.     -@erase "$(OUTDIR)\ApacheCore.ilk"
  315.     -@erase "$(OUTDIR)\ApacheCore.lib"
  316.     -@erase "$(OUTDIR)\ApacheCore.pdb"
  317.  
  318. "$(OUTDIR)" :
  319.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  320.  
  321. CPP=cl.exe
  322. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".\include" /D "WIN32" /D "_DEBUG"\
  323.  /D "_WINDOWS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\ApacheCore.pch" /YX\
  324.  /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  325. CPP_OBJS=.\CoreD/
  326. CPP_SBRS=.\CoreD/
  327.  
  328. .c{$(CPP_OBJS)}.obj::
  329.    $(CPP) @<<
  330.    $(CPP_PROJ) $< 
  331. <<
  332.  
  333. .cpp{$(CPP_OBJS)}.obj::
  334.    $(CPP) @<<
  335.    $(CPP_PROJ) $< 
  336. <<
  337.  
  338. .cxx{$(CPP_OBJS)}.obj::
  339.    $(CPP) @<<
  340.    $(CPP_PROJ) $< 
  341. <<
  342.  
  343. .c{$(CPP_SBRS)}.sbr::
  344.    $(CPP) @<<
  345.    $(CPP_PROJ) $< 
  346. <<
  347.  
  348. .cpp{$(CPP_SBRS)}.sbr::
  349.    $(CPP) @<<
  350.    $(CPP_PROJ) $< 
  351. <<
  352.  
  353. .cxx{$(CPP_SBRS)}.sbr::
  354.    $(CPP) @<<
  355.    $(CPP_PROJ) $< 
  356. <<
  357.  
  358. MTL=midl.exe
  359. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  360. RSC=rc.exe
  361. BSC32=bscmake.exe
  362. BSC32_FLAGS=/nologo /o"$(OUTDIR)\ApacheCore.bsc" 
  363. BSC32_SBRS= \
  364.     "$(INTDIR)\alloc.sbr" \
  365.     "$(INTDIR)\buff.sbr" \
  366.     "$(INTDIR)\buildmark.sbr" \
  367.     "$(INTDIR)\getopt.sbr" \
  368.     "$(INTDIR)\http_config.sbr" \
  369.     "$(INTDIR)\http_core.sbr" \
  370.     "$(INTDIR)\http_log.sbr" \
  371.     "$(INTDIR)\http_main.sbr" \
  372.     "$(INTDIR)\http_protocol.sbr" \
  373.     "$(INTDIR)\http_request.sbr" \
  374.     "$(INTDIR)\http_vhost.sbr" \
  375.     "$(INTDIR)\md5c.sbr" \
  376.     "$(INTDIR)\mod_access.sbr" \
  377.     "$(INTDIR)\mod_actions.sbr" \
  378.     "$(INTDIR)\mod_alias.sbr" \
  379.     "$(INTDIR)\mod_asis.sbr" \
  380.     "$(INTDIR)\mod_auth.sbr" \
  381.     "$(INTDIR)\mod_autoindex.sbr" \
  382.     "$(INTDIR)\mod_cgi.sbr" \
  383.     "$(INTDIR)\mod_dir.sbr" \
  384.     "$(INTDIR)\mod_env.sbr" \
  385.     "$(INTDIR)\mod_imap.sbr" \
  386.     "$(INTDIR)\mod_include.sbr" \
  387.     "$(INTDIR)\mod_isapi.sbr" \
  388.     "$(INTDIR)\mod_log_config.sbr" \
  389.     "$(INTDIR)\mod_mime.sbr" \
  390.     "$(INTDIR)\mod_negotiation.sbr" \
  391.     "$(INTDIR)\mod_setenvif.sbr" \
  392.     "$(INTDIR)\mod_so.sbr" \
  393.     "$(INTDIR)\mod_userdir.sbr" \
  394.     "$(INTDIR)\modules.sbr" \
  395.     "$(INTDIR)\multithread.sbr" \
  396.     "$(INTDIR)\readdir.sbr" \
  397.     "$(INTDIR)\registry.sbr" \
  398.     "$(INTDIR)\rfc1413.sbr" \
  399.     "$(INTDIR)\service.sbr" \
  400.     "$(INTDIR)\util.sbr" \
  401.     "$(INTDIR)\util_date.sbr" \
  402.     "$(INTDIR)\util_md5.sbr" \
  403.     "$(INTDIR)\util_script.sbr" \
  404.     "$(INTDIR)\util_uri.sbr" \
  405.     "$(INTDIR)\util_win32.sbr"
  406.  
  407. "$(OUTDIR)\ApacheCore.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  408.     $(BSC32) @<<
  409.   $(BSC32_FLAGS) $(BSC32_SBRS)
  410. <<
  411.  
  412. LINK32=link.exe
  413. LINK32_FLAGS=os\win32\ApacheOSD\ApacheOS.lib regex\debug\regex.lib\
  414.  ap\Debug\ap.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  415.  advapi32.lib shell32.lib wsock32.lib /nologo /subsystem:windows /dll\
  416.  /incremental:yes /pdb:"$(OUTDIR)\ApacheCore.pdb" /debug /machine:I386\
  417.  /def:".\ApacheCore.def" /out:"$(OUTDIR)\ApacheCore.dll"\
  418.  /implib:"$(OUTDIR)\ApacheCore.lib" 
  419. DEF_FILE= \
  420.     ".\ApacheCore.def"
  421. LINK32_OBJS= \
  422.     "$(INTDIR)\alloc.obj" \
  423.     "$(INTDIR)\buff.obj" \
  424.     "$(INTDIR)\buildmark.obj" \
  425.     "$(INTDIR)\getopt.obj" \
  426.     "$(INTDIR)\http_config.obj" \
  427.     "$(INTDIR)\http_core.obj" \
  428.     "$(INTDIR)\http_log.obj" \
  429.     "$(INTDIR)\http_main.obj" \
  430.     "$(INTDIR)\http_protocol.obj" \
  431.     "$(INTDIR)\http_request.obj" \
  432.     "$(INTDIR)\http_vhost.obj" \
  433.     "$(INTDIR)\md5c.obj" \
  434.     "$(INTDIR)\mod_access.obj" \
  435.     "$(INTDIR)\mod_actions.obj" \
  436.     "$(INTDIR)\mod_alias.obj" \
  437.     "$(INTDIR)\mod_asis.obj" \
  438.     "$(INTDIR)\mod_auth.obj" \
  439.     "$(INTDIR)\mod_autoindex.obj" \
  440.     "$(INTDIR)\mod_cgi.obj" \
  441.     "$(INTDIR)\mod_dir.obj" \
  442.     "$(INTDIR)\mod_env.obj" \
  443.     "$(INTDIR)\mod_imap.obj" \
  444.     "$(INTDIR)\mod_include.obj" \
  445.     "$(INTDIR)\mod_isapi.obj" \
  446.     "$(INTDIR)\mod_log_config.obj" \
  447.     "$(INTDIR)\mod_mime.obj" \
  448.     "$(INTDIR)\mod_negotiation.obj" \
  449.     "$(INTDIR)\mod_setenvif.obj" \
  450.     "$(INTDIR)\mod_so.obj" \
  451.     "$(INTDIR)\mod_userdir.obj" \
  452.     "$(INTDIR)\modules.obj" \
  453.     "$(INTDIR)\multithread.obj" \
  454.     "$(INTDIR)\readdir.obj" \
  455.     "$(INTDIR)\registry.obj" \
  456.     "$(INTDIR)\rfc1413.obj" \
  457.     "$(INTDIR)\service.obj" \
  458.     "$(INTDIR)\util.obj" \
  459.     "$(INTDIR)\util_date.obj" \
  460.     "$(INTDIR)\util_md5.obj" \
  461.     "$(INTDIR)\util_script.obj" \
  462.     "$(INTDIR)\util_uri.obj" \
  463.     "$(INTDIR)\util_win32.obj"
  464.  
  465. "$(OUTDIR)\ApacheCore.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  466.     $(LINK32) @<<
  467.   $(LINK32_FLAGS) $(LINK32_OBJS)
  468. <<
  469.  
  470. !ENDIF 
  471.  
  472.  
  473. !IF "$(CFG)" == "ApacheCore - Win32 Release" || "$(CFG)" ==\
  474.  "ApacheCore - Win32 Debug"
  475. SOURCE=.\main\alloc.c
  476.  
  477. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  478.  
  479. DEP_CPP_ALLOC=\
  480.     ".\include\alloc.h"\
  481.     ".\include\ap.h"\
  482.     ".\include\ap_config.h"\
  483.     ".\include\ap_ctype.h"\
  484.     ".\include\buff.h"\
  485.     ".\include\hsregex.h"\
  486.     ".\include\http_log.h"\
  487.     ".\include\httpd.h"\
  488.     ".\include\multithread.h"\
  489.     ".\include\util_uri.h"\
  490.     ".\os\win32\os.h"\
  491.     ".\os\win32\readdir.h"\
  492.     
  493.  
  494. "$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
  495.     $(CPP) $(CPP_PROJ) $(SOURCE)
  496.  
  497.  
  498. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  499.  
  500. DEP_CPP_ALLOC=\
  501.     ".\include\alloc.h"\
  502.     ".\include\ap.h"\
  503.     ".\include\ap_config.h"\
  504.     ".\include\ap_ctype.h"\
  505.     ".\include\buff.h"\
  506.     ".\include\hsregex.h"\
  507.     ".\include\http_log.h"\
  508.     ".\include\httpd.h"\
  509.     ".\include\multithread.h"\
  510.     ".\include\util_uri.h"\
  511.     ".\os\win32\os.h"\
  512.     ".\os\win32\readdir.h"\
  513.     {$(INCLUDE)}"sys\stat.h"\
  514.     {$(INCLUDE)}"sys\types.h"\
  515.     
  516. NODEP_CPP_ALLOC=\
  517.     ".\include\ap_config_auto.h"\
  518.     ".\include\ebcdic.h"\
  519.     ".\include\os.h"\
  520.     ".\include\sfio.h"\
  521.     
  522.  
  523. "$(INTDIR)\alloc.obj"    "$(INTDIR)\alloc.sbr" : $(SOURCE) $(DEP_CPP_ALLOC)\
  524.  "$(INTDIR)"
  525.     $(CPP) $(CPP_PROJ) $(SOURCE)
  526.  
  527.  
  528. !ENDIF 
  529.  
  530. SOURCE=.\main\buff.c
  531.  
  532. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  533.  
  534. DEP_CPP_BUFF_=\
  535.     ".\include\alloc.h"\
  536.     ".\include\ap.h"\
  537.     ".\include\ap_config.h"\
  538.     ".\include\ap_ctype.h"\
  539.     ".\include\buff.h"\
  540.     ".\include\hsregex.h"\
  541.     ".\include\http_log.h"\
  542.     ".\include\http_main.h"\
  543.     ".\include\httpd.h"\
  544.     ".\include\util_uri.h"\
  545.     ".\os\win32\os.h"\
  546.     ".\os\win32\readdir.h"\
  547.     
  548.  
  549. "$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
  550.     $(CPP) $(CPP_PROJ) $(SOURCE)
  551.  
  552.  
  553. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  554.  
  555. DEP_CPP_BUFF_=\
  556.     ".\include\alloc.h"\
  557.     ".\include\ap.h"\
  558.     ".\include\ap_config.h"\
  559.     ".\include\ap_ctype.h"\
  560.     ".\include\buff.h"\
  561.     ".\include\hsregex.h"\
  562.     ".\include\http_log.h"\
  563.     ".\include\http_main.h"\
  564.     ".\include\httpd.h"\
  565.     ".\include\util_uri.h"\
  566.     ".\os\win32\os.h"\
  567.     ".\os\win32\readdir.h"\
  568.     {$(INCLUDE)}"sys\stat.h"\
  569.     {$(INCLUDE)}"sys\types.h"\
  570.     
  571. NODEP_CPP_BUFF_=\
  572.     ".\include\ap_config_auto.h"\
  573.     ".\include\ebcdic.h"\
  574.     ".\include\os.h"\
  575.     ".\include\sfio.h"\
  576.     
  577.  
  578. "$(INTDIR)\buff.obj"    "$(INTDIR)\buff.sbr" : $(SOURCE) $(DEP_CPP_BUFF_)\
  579.  "$(INTDIR)"
  580.     $(CPP) $(CPP_PROJ) $(SOURCE)
  581.  
  582.  
  583. !ENDIF 
  584.  
  585. SOURCE=.\buildmark.c
  586.  
  587. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  588.  
  589. DEP_CPP_BUILD=\
  590.     ".\include\alloc.h"\
  591.     ".\include\ap.h"\
  592.     ".\include\ap_config.h"\
  593.     ".\include\ap_ctype.h"\
  594.     ".\include\buff.h"\
  595.     ".\include\hsregex.h"\
  596.     ".\include\httpd.h"\
  597.     ".\include\util_uri.h"\
  598.     ".\os\win32\os.h"\
  599.     ".\os\win32\readdir.h"\
  600.     
  601.  
  602. "$(INTDIR)\buildmark.obj" : $(SOURCE) $(DEP_CPP_BUILD) "$(INTDIR)"
  603.  
  604.  
  605. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  606.  
  607. DEP_CPP_BUILD=\
  608.     ".\include\alloc.h"\
  609.     ".\include\ap.h"\
  610.     ".\include\ap_config.h"\
  611.     ".\include\ap_ctype.h"\
  612.     ".\include\buff.h"\
  613.     ".\include\hsregex.h"\
  614.     ".\include\httpd.h"\
  615.     ".\include\util_uri.h"\
  616.     ".\os\win32\os.h"\
  617.     ".\os\win32\readdir.h"\
  618.     {$(INCLUDE)}"sys\stat.h"\
  619.     {$(INCLUDE)}"sys\types.h"\
  620.     
  621. NODEP_CPP_BUILD=\
  622.     ".\include\ap_config_auto.h"\
  623.     ".\include\ebcdic.h"\
  624.     ".\include\os.h"\
  625.     ".\include\sfio.h"\
  626.     
  627.  
  628. "$(INTDIR)\buildmark.obj"    "$(INTDIR)\buildmark.sbr" : $(SOURCE)\
  629.  $(DEP_CPP_BUILD) "$(INTDIR)"
  630.  
  631.  
  632. !ENDIF 
  633.  
  634. SOURCE=.\os\win32\getopt.c
  635.  
  636. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  637.  
  638.  
  639. "$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)"
  640.     $(CPP) $(CPP_PROJ) $(SOURCE)
  641.  
  642.  
  643. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  644.  
  645.  
  646. "$(INTDIR)\getopt.obj"    "$(INTDIR)\getopt.sbr" : $(SOURCE) "$(INTDIR)"
  647.     $(CPP) $(CPP_PROJ) $(SOURCE)
  648.  
  649.  
  650. !ENDIF 
  651.  
  652. SOURCE=.\main\http_config.c
  653.  
  654. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  655.  
  656. DEP_CPP_HTTP_=\
  657.     ".\include\alloc.h"\
  658.     ".\include\ap.h"\
  659.     ".\include\ap_config.h"\
  660.     ".\include\ap_ctype.h"\
  661.     ".\include\buff.h"\
  662.     ".\include\explain.h"\
  663.     ".\include\hsregex.h"\
  664.     ".\include\http_conf_globals.h"\
  665.     ".\include\http_config.h"\
  666.     ".\include\http_core.h"\
  667.     ".\include\http_log.h"\
  668.     ".\include\http_request.h"\
  669.     ".\include\http_vhost.h"\
  670.     ".\include\httpd.h"\
  671.     ".\include\util_uri.h"\
  672.     ".\os\win32\os.h"\
  673.     ".\os\win32\readdir.h"\
  674.     
  675.  
  676. "$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
  677.     $(CPP) $(CPP_PROJ) $(SOURCE)
  678.  
  679.  
  680. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  681.  
  682. DEP_CPP_HTTP_=\
  683.     ".\include\alloc.h"\
  684.     ".\include\ap.h"\
  685.     ".\include\ap_config.h"\
  686.     ".\include\ap_ctype.h"\
  687.     ".\include\buff.h"\
  688.     ".\include\explain.h"\
  689.     ".\include\hsregex.h"\
  690.     ".\include\http_conf_globals.h"\
  691.     ".\include\http_config.h"\
  692.     ".\include\http_core.h"\
  693.     ".\include\http_log.h"\
  694.     ".\include\http_request.h"\
  695.     ".\include\http_vhost.h"\
  696.     ".\include\httpd.h"\
  697.     ".\include\util_uri.h"\
  698.     ".\os\win32\os.h"\
  699.     ".\os\win32\readdir.h"\
  700.     {$(INCLUDE)}"sys\stat.h"\
  701.     {$(INCLUDE)}"sys\types.h"\
  702.     
  703. NODEP_CPP_HTTP_=\
  704.     ".\include\ap_config_auto.h"\
  705.     ".\include\ebcdic.h"\
  706.     ".\include\os.h"\
  707.     ".\include\sfio.h"\
  708.     
  709.  
  710. "$(INTDIR)\http_config.obj"    "$(INTDIR)\http_config.sbr" : $(SOURCE)\
  711.  $(DEP_CPP_HTTP_) "$(INTDIR)"
  712.     $(CPP) $(CPP_PROJ) $(SOURCE)
  713.  
  714.  
  715. !ENDIF 
  716.  
  717. SOURCE=.\main\http_core.c
  718.  
  719. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  720.  
  721. DEP_CPP_HTTP_C=\
  722.     ".\include\alloc.h"\
  723.     ".\include\ap.h"\
  724.     ".\include\ap_config.h"\
  725.     ".\include\ap_ctype.h"\
  726.     ".\include\ap_md5.h"\
  727.     ".\include\buff.h"\
  728.     ".\include\fnmatch.h"\
  729.     ".\include\hsregex.h"\
  730.     ".\include\http_conf_globals.h"\
  731.     ".\include\http_config.h"\
  732.     ".\include\http_core.h"\
  733.     ".\include\http_log.h"\
  734.     ".\include\http_main.h"\
  735.     ".\include\http_protocol.h"\
  736.     ".\include\http_request.h"\
  737.     ".\include\http_vhost.h"\
  738.     ".\include\httpd.h"\
  739.     ".\include\rfc1413.h"\
  740.     ".\include\scoreboard.h"\
  741.     ".\include\util_md5.h"\
  742.     ".\include\util_uri.h"\
  743.     ".\os\win32\os.h"\
  744.     ".\os\win32\readdir.h"\
  745.     
  746.  
  747. "$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
  748.     $(CPP) $(CPP_PROJ) $(SOURCE)
  749.  
  750.  
  751. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  752.  
  753. DEP_CPP_HTTP_C=\
  754.     ".\include\alloc.h"\
  755.     ".\include\ap.h"\
  756.     ".\include\ap_config.h"\
  757.     ".\include\ap_ctype.h"\
  758.     ".\include\ap_md5.h"\
  759.     ".\include\buff.h"\
  760.     ".\include\fnmatch.h"\
  761.     ".\include\hsregex.h"\
  762.     ".\include\http_conf_globals.h"\
  763.     ".\include\http_config.h"\
  764.     ".\include\http_core.h"\
  765.     ".\include\http_log.h"\
  766.     ".\include\http_main.h"\
  767.     ".\include\http_protocol.h"\
  768.     ".\include\http_request.h"\
  769.     ".\include\http_vhost.h"\
  770.     ".\include\httpd.h"\
  771.     ".\include\rfc1413.h"\
  772.     ".\include\scoreboard.h"\
  773.     ".\include\util_md5.h"\
  774.     ".\include\util_uri.h"\
  775.     ".\os\win32\os.h"\
  776.     ".\os\win32\readdir.h"\
  777.     {$(INCLUDE)}"sys\stat.h"\
  778.     {$(INCLUDE)}"sys\types.h"\
  779.     
  780. NODEP_CPP_HTTP_C=\
  781.     ".\include\ap_config_auto.h"\
  782.     ".\include\ebcdic.h"\
  783.     ".\include\os.h"\
  784.     ".\include\sfio.h"\
  785.     
  786.  
  787. "$(INTDIR)\http_core.obj"    "$(INTDIR)\http_core.sbr" : $(SOURCE)\
  788.  $(DEP_CPP_HTTP_C) "$(INTDIR)"
  789.     $(CPP) $(CPP_PROJ) $(SOURCE)
  790.  
  791.  
  792. !ENDIF 
  793.  
  794. SOURCE=.\main\http_log.c
  795.  
  796. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  797.  
  798. DEP_CPP_HTTP_L=\
  799.     ".\include\alloc.h"\
  800.     ".\include\ap.h"\
  801.     ".\include\ap_config.h"\
  802.     ".\include\ap_ctype.h"\
  803.     ".\include\buff.h"\
  804.     ".\include\hsregex.h"\
  805.     ".\include\http_config.h"\
  806.     ".\include\http_core.h"\
  807.     ".\include\http_log.h"\
  808.     ".\include\http_main.h"\
  809.     ".\include\httpd.h"\
  810.     ".\include\util_uri.h"\
  811.     ".\os\win32\os.h"\
  812.     ".\os\win32\readdir.h"\
  813.     
  814.  
  815. "$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
  816.     $(CPP) $(CPP_PROJ) $(SOURCE)
  817.  
  818.  
  819. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  820.  
  821. DEP_CPP_HTTP_L=\
  822.     ".\include\alloc.h"\
  823.     ".\include\ap.h"\
  824.     ".\include\ap_config.h"\
  825.     ".\include\ap_ctype.h"\
  826.     ".\include\buff.h"\
  827.     ".\include\hsregex.h"\
  828.     ".\include\http_config.h"\
  829.     ".\include\http_core.h"\
  830.     ".\include\http_log.h"\
  831.     ".\include\http_main.h"\
  832.     ".\include\httpd.h"\
  833.     ".\include\util_uri.h"\
  834.     ".\os\win32\os.h"\
  835.     ".\os\win32\readdir.h"\
  836.     {$(INCLUDE)}"sys\stat.h"\
  837.     {$(INCLUDE)}"sys\types.h"\
  838.     
  839. NODEP_CPP_HTTP_L=\
  840.     ".\include\ap_config_auto.h"\
  841.     ".\include\ebcdic.h"\
  842.     ".\include\os.h"\
  843.     ".\include\sfio.h"\
  844.     
  845.  
  846. "$(INTDIR)\http_log.obj"    "$(INTDIR)\http_log.sbr" : $(SOURCE) $(DEP_CPP_HTTP_L)\
  847.  "$(INTDIR)"
  848.     $(CPP) $(CPP_PROJ) $(SOURCE)
  849.  
  850.  
  851. !ENDIF 
  852.  
  853. SOURCE=.\main\http_main.c
  854.  
  855. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  856.  
  857. DEP_CPP_HTTP_M=\
  858.     ".\include\alloc.h"\
  859.     ".\include\ap.h"\
  860.     ".\include\ap_config.h"\
  861.     ".\include\ap_ctype.h"\
  862.     ".\include\buff.h"\
  863.     ".\include\explain.h"\
  864.     ".\include\hsregex.h"\
  865.     ".\include\http_conf_globals.h"\
  866.     ".\include\http_config.h"\
  867.     ".\include\http_core.h"\
  868.     ".\include\http_log.h"\
  869.     ".\include\http_main.h"\
  870.     ".\include\http_protocol.h"\
  871.     ".\include\http_request.h"\
  872.     ".\include\http_vhost.h"\
  873.     ".\include\httpd.h"\
  874.     ".\include\multithread.h"\
  875.     ".\include\scoreboard.h"\
  876.     ".\include\util_script.h"\
  877.     ".\include\util_uri.h"\
  878.     ".\os\win32\getopt.h"\
  879.     ".\os\win32\os.h"\
  880.     ".\os\win32\readdir.h"\
  881.     ".\os\win32\registry.h"\
  882.     ".\os\win32\service.h"\
  883.     
  884.  
  885. "$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
  886.     $(CPP) $(CPP_PROJ) $(SOURCE)
  887.  
  888.  
  889. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  890.  
  891. DEP_CPP_HTTP_M=\
  892.     ".\include\alloc.h"\
  893.     ".\include\ap.h"\
  894.     ".\include\ap_config.h"\
  895.     ".\include\ap_ctype.h"\
  896.     ".\include\buff.h"\
  897.     ".\include\explain.h"\
  898.     ".\include\hsregex.h"\
  899.     ".\include\http_conf_globals.h"\
  900.     ".\include\http_config.h"\
  901.     ".\include\http_core.h"\
  902.     ".\include\http_log.h"\
  903.     ".\include\http_main.h"\
  904.     ".\include\http_protocol.h"\
  905.     ".\include\http_request.h"\
  906.     ".\include\http_vhost.h"\
  907.     ".\include\httpd.h"\
  908.     ".\include\multithread.h"\
  909.     ".\include\scoreboard.h"\
  910.     ".\include\util_script.h"\
  911.     ".\include\util_uri.h"\
  912.     ".\os\win32\getopt.h"\
  913.     ".\os\win32\os.h"\
  914.     ".\os\win32\readdir.h"\
  915.     ".\os\win32\registry.h"\
  916.     ".\os\win32\service.h"\
  917.     {$(INCLUDE)}"sys\stat.h"\
  918.     {$(INCLUDE)}"sys\types.h"\
  919.     
  920. NODEP_CPP_HTTP_M=\
  921.     ".\include\ap_config_auto.h"\
  922.     ".\include\ebcdic.h"\
  923.     ".\include\os.h"\
  924.     ".\include\sfio.h"\
  925.     
  926.  
  927. "$(INTDIR)\http_main.obj"    "$(INTDIR)\http_main.sbr" : $(SOURCE)\
  928.  $(DEP_CPP_HTTP_M) "$(INTDIR)"
  929.     $(CPP) $(CPP_PROJ) $(SOURCE)
  930.  
  931.  
  932. !ENDIF 
  933.  
  934. SOURCE=.\main\http_protocol.c
  935.  
  936. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  937.  
  938. DEP_CPP_HTTP_P=\
  939.     ".\include\alloc.h"\
  940.     ".\include\ap.h"\
  941.     ".\include\ap_config.h"\
  942.     ".\include\ap_ctype.h"\
  943.     ".\include\buff.h"\
  944.     ".\include\hsregex.h"\
  945.     ".\include\http_conf_globals.h"\
  946.     ".\include\http_config.h"\
  947.     ".\include\http_core.h"\
  948.     ".\include\http_log.h"\
  949.     ".\include\http_main.h"\
  950.     ".\include\http_protocol.h"\
  951.     ".\include\http_request.h"\
  952.     ".\include\http_vhost.h"\
  953.     ".\include\httpd.h"\
  954.     ".\include\util_date.h"\
  955.     ".\include\util_uri.h"\
  956.     ".\os\win32\os.h"\
  957.     ".\os\win32\readdir.h"\
  958.     
  959.  
  960. "$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
  961.     $(CPP) $(CPP_PROJ) $(SOURCE)
  962.  
  963.  
  964. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  965.  
  966. DEP_CPP_HTTP_P=\
  967.     ".\include\alloc.h"\
  968.     ".\include\ap.h"\
  969.     ".\include\ap_config.h"\
  970.     ".\include\ap_ctype.h"\
  971.     ".\include\buff.h"\
  972.     ".\include\hsregex.h"\
  973.     ".\include\http_conf_globals.h"\
  974.     ".\include\http_config.h"\
  975.     ".\include\http_core.h"\
  976.     ".\include\http_log.h"\
  977.     ".\include\http_main.h"\
  978.     ".\include\http_protocol.h"\
  979.     ".\include\http_request.h"\
  980.     ".\include\http_vhost.h"\
  981.     ".\include\httpd.h"\
  982.     ".\include\util_date.h"\
  983.     ".\include\util_uri.h"\
  984.     ".\os\win32\os.h"\
  985.     ".\os\win32\readdir.h"\
  986.     {$(INCLUDE)}"sys\stat.h"\
  987.     {$(INCLUDE)}"sys\types.h"\
  988.     
  989. NODEP_CPP_HTTP_P=\
  990.     ".\include\ap_config_auto.h"\
  991.     ".\include\ebcdic.h"\
  992.     ".\include\os.h"\
  993.     ".\include\sfio.h"\
  994.     
  995.  
  996. "$(INTDIR)\http_protocol.obj"    "$(INTDIR)\http_protocol.sbr" : $(SOURCE)\
  997.  $(DEP_CPP_HTTP_P) "$(INTDIR)"
  998.     $(CPP) $(CPP_PROJ) $(SOURCE)
  999.  
  1000.  
  1001. !ENDIF 
  1002.  
  1003. SOURCE=.\main\http_request.c
  1004.  
  1005. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1006.  
  1007. DEP_CPP_HTTP_R=\
  1008.     ".\include\alloc.h"\
  1009.     ".\include\ap.h"\
  1010.     ".\include\ap_config.h"\
  1011.     ".\include\ap_ctype.h"\
  1012.     ".\include\buff.h"\
  1013.     ".\include\fnmatch.h"\
  1014.     ".\include\hsregex.h"\
  1015.     ".\include\http_config.h"\
  1016.     ".\include\http_core.h"\
  1017.     ".\include\http_log.h"\
  1018.     ".\include\http_main.h"\
  1019.     ".\include\http_protocol.h"\
  1020.     ".\include\http_request.h"\
  1021.     ".\include\httpd.h"\
  1022.     ".\include\scoreboard.h"\
  1023.     ".\include\util_uri.h"\
  1024.     ".\os\win32\os.h"\
  1025.     ".\os\win32\readdir.h"\
  1026.     
  1027.  
  1028. "$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
  1029.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1030.  
  1031.  
  1032. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1033.  
  1034. DEP_CPP_HTTP_R=\
  1035.     ".\include\alloc.h"\
  1036.     ".\include\ap.h"\
  1037.     ".\include\ap_config.h"\
  1038.     ".\include\ap_ctype.h"\
  1039.     ".\include\buff.h"\
  1040.     ".\include\fnmatch.h"\
  1041.     ".\include\hsregex.h"\
  1042.     ".\include\http_config.h"\
  1043.     ".\include\http_core.h"\
  1044.     ".\include\http_log.h"\
  1045.     ".\include\http_main.h"\
  1046.     ".\include\http_protocol.h"\
  1047.     ".\include\http_request.h"\
  1048.     ".\include\httpd.h"\
  1049.     ".\include\scoreboard.h"\
  1050.     ".\include\util_uri.h"\
  1051.     ".\os\win32\os.h"\
  1052.     ".\os\win32\readdir.h"\
  1053.     {$(INCLUDE)}"sys\stat.h"\
  1054.     {$(INCLUDE)}"sys\types.h"\
  1055.     
  1056. NODEP_CPP_HTTP_R=\
  1057.     ".\include\ap_config_auto.h"\
  1058.     ".\include\ebcdic.h"\
  1059.     ".\include\os.h"\
  1060.     ".\include\sfio.h"\
  1061.     
  1062.  
  1063. "$(INTDIR)\http_request.obj"    "$(INTDIR)\http_request.sbr" : $(SOURCE)\
  1064.  $(DEP_CPP_HTTP_R) "$(INTDIR)"
  1065.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1066.  
  1067.  
  1068. !ENDIF 
  1069.  
  1070. SOURCE=.\main\http_vhost.c
  1071.  
  1072. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1073.  
  1074. DEP_CPP_HTTP_V=\
  1075.     ".\include\alloc.h"\
  1076.     ".\include\ap.h"\
  1077.     ".\include\ap_config.h"\
  1078.     ".\include\ap_ctype.h"\
  1079.     ".\include\buff.h"\
  1080.     ".\include\hsregex.h"\
  1081.     ".\include\http_conf_globals.h"\
  1082.     ".\include\http_config.h"\
  1083.     ".\include\http_log.h"\
  1084.     ".\include\http_protocol.h"\
  1085.     ".\include\http_vhost.h"\
  1086.     ".\include\httpd.h"\
  1087.     ".\include\util_uri.h"\
  1088.     ".\os\win32\os.h"\
  1089.     ".\os\win32\readdir.h"\
  1090.     
  1091.  
  1092. "$(INTDIR)\http_vhost.obj" : $(SOURCE) $(DEP_CPP_HTTP_V) "$(INTDIR)"
  1093.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1094.  
  1095.  
  1096. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1097.  
  1098. DEP_CPP_HTTP_V=\
  1099.     ".\include\alloc.h"\
  1100.     ".\include\ap.h"\
  1101.     ".\include\ap_config.h"\
  1102.     ".\include\ap_ctype.h"\
  1103.     ".\include\buff.h"\
  1104.     ".\include\hsregex.h"\
  1105.     ".\include\http_conf_globals.h"\
  1106.     ".\include\http_config.h"\
  1107.     ".\include\http_log.h"\
  1108.     ".\include\http_protocol.h"\
  1109.     ".\include\http_vhost.h"\
  1110.     ".\include\httpd.h"\
  1111.     ".\include\util_uri.h"\
  1112.     ".\os\win32\os.h"\
  1113.     ".\os\win32\readdir.h"\
  1114.     {$(INCLUDE)}"sys\stat.h"\
  1115.     {$(INCLUDE)}"sys\types.h"\
  1116.     
  1117. NODEP_CPP_HTTP_V=\
  1118.     ".\include\ap_config_auto.h"\
  1119.     ".\include\ebcdic.h"\
  1120.     ".\include\os.h"\
  1121.     ".\include\sfio.h"\
  1122.     
  1123.  
  1124. "$(INTDIR)\http_vhost.obj"    "$(INTDIR)\http_vhost.sbr" : $(SOURCE)\
  1125.  $(DEP_CPP_HTTP_V) "$(INTDIR)"
  1126.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1127.  
  1128.  
  1129. !ENDIF 
  1130.  
  1131. SOURCE=.\main\md5c.c
  1132.  
  1133. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1134.  
  1135. DEP_CPP_MD5C_=\
  1136.     ".\include\ap_config.h"\
  1137.     ".\include\ap_ctype.h"\
  1138.     ".\include\ap_md5.h"\
  1139.     ".\include\hsregex.h"\
  1140.     ".\os\win32\os.h"\
  1141.     
  1142.  
  1143. "$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
  1144.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1145.  
  1146.  
  1147. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1148.  
  1149. DEP_CPP_MD5C_=\
  1150.     ".\include\ap_config.h"\
  1151.     ".\include\ap_ctype.h"\
  1152.     ".\include\ap_md5.h"\
  1153.     ".\include\hsregex.h"\
  1154.     ".\os\win32\os.h"\
  1155.     {$(INCLUDE)}"sys\stat.h"\
  1156.     {$(INCLUDE)}"sys\types.h"\
  1157.     
  1158. NODEP_CPP_MD5C_=\
  1159.     ".\include\ap_config_auto.h"\
  1160.     ".\include\os.h"\
  1161.     ".\main\ebcdic.h"\
  1162.     
  1163.  
  1164. "$(INTDIR)\md5c.obj"    "$(INTDIR)\md5c.sbr" : $(SOURCE) $(DEP_CPP_MD5C_)\
  1165.  "$(INTDIR)"
  1166.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1167.  
  1168.  
  1169. !ENDIF 
  1170.  
  1171. SOURCE=.\modules\standard\mod_access.c
  1172.  
  1173. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1174.  
  1175. DEP_CPP_MOD_A=\
  1176.     ".\include\alloc.h"\
  1177.     ".\include\ap.h"\
  1178.     ".\include\ap_config.h"\
  1179.     ".\include\ap_ctype.h"\
  1180.     ".\include\buff.h"\
  1181.     ".\include\hsregex.h"\
  1182.     ".\include\http_config.h"\
  1183.     ".\include\http_core.h"\
  1184.     ".\include\http_log.h"\
  1185.     ".\include\http_request.h"\
  1186.     ".\include\httpd.h"\
  1187.     ".\include\util_uri.h"\
  1188.     ".\os\win32\os.h"\
  1189.     ".\os\win32\readdir.h"\
  1190.     
  1191.  
  1192. "$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
  1193.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1194.  
  1195.  
  1196. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1197.  
  1198. DEP_CPP_MOD_A=\
  1199.     ".\include\alloc.h"\
  1200.     ".\include\ap.h"\
  1201.     ".\include\ap_config.h"\
  1202.     ".\include\ap_ctype.h"\
  1203.     ".\include\buff.h"\
  1204.     ".\include\hsregex.h"\
  1205.     ".\include\http_config.h"\
  1206.     ".\include\http_core.h"\
  1207.     ".\include\http_log.h"\
  1208.     ".\include\http_request.h"\
  1209.     ".\include\httpd.h"\
  1210.     ".\include\util_uri.h"\
  1211.     ".\os\win32\os.h"\
  1212.     ".\os\win32\readdir.h"\
  1213.     {$(INCLUDE)}"sys\stat.h"\
  1214.     {$(INCLUDE)}"sys\types.h"\
  1215.     
  1216. NODEP_CPP_MOD_A=\
  1217.     ".\include\ap_config_auto.h"\
  1218.     ".\include\ebcdic.h"\
  1219.     ".\include\os.h"\
  1220.     ".\include\sfio.h"\
  1221.     
  1222.  
  1223. "$(INTDIR)\mod_access.obj"    "$(INTDIR)\mod_access.sbr" : $(SOURCE)\
  1224.  $(DEP_CPP_MOD_A) "$(INTDIR)"
  1225.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1226.  
  1227.  
  1228. !ENDIF 
  1229.  
  1230. SOURCE=.\modules\standard\mod_actions.c
  1231.  
  1232. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1233.  
  1234. DEP_CPP_MOD_AC=\
  1235.     ".\include\alloc.h"\
  1236.     ".\include\ap.h"\
  1237.     ".\include\ap_config.h"\
  1238.     ".\include\ap_ctype.h"\
  1239.     ".\include\buff.h"\
  1240.     ".\include\hsregex.h"\
  1241.     ".\include\http_config.h"\
  1242.     ".\include\http_core.h"\
  1243.     ".\include\http_log.h"\
  1244.     ".\include\http_main.h"\
  1245.     ".\include\http_protocol.h"\
  1246.     ".\include\http_request.h"\
  1247.     ".\include\httpd.h"\
  1248.     ".\include\util_script.h"\
  1249.     ".\include\util_uri.h"\
  1250.     ".\os\win32\os.h"\
  1251.     ".\os\win32\readdir.h"\
  1252.     
  1253.  
  1254. "$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
  1255.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1256.  
  1257.  
  1258. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1259.  
  1260. DEP_CPP_MOD_AC=\
  1261.     ".\include\alloc.h"\
  1262.     ".\include\ap.h"\
  1263.     ".\include\ap_config.h"\
  1264.     ".\include\ap_ctype.h"\
  1265.     ".\include\buff.h"\
  1266.     ".\include\hsregex.h"\
  1267.     ".\include\http_config.h"\
  1268.     ".\include\http_core.h"\
  1269.     ".\include\http_log.h"\
  1270.     ".\include\http_main.h"\
  1271.     ".\include\http_protocol.h"\
  1272.     ".\include\http_request.h"\
  1273.     ".\include\httpd.h"\
  1274.     ".\include\util_script.h"\
  1275.     ".\include\util_uri.h"\
  1276.     ".\os\win32\os.h"\
  1277.     ".\os\win32\readdir.h"\
  1278.     {$(INCLUDE)}"sys\stat.h"\
  1279.     {$(INCLUDE)}"sys\types.h"\
  1280.     
  1281. NODEP_CPP_MOD_AC=\
  1282.     ".\include\ap_config_auto.h"\
  1283.     ".\include\ebcdic.h"\
  1284.     ".\include\os.h"\
  1285.     ".\include\sfio.h"\
  1286.     
  1287.  
  1288. "$(INTDIR)\mod_actions.obj"    "$(INTDIR)\mod_actions.sbr" : $(SOURCE)\
  1289.  $(DEP_CPP_MOD_AC) "$(INTDIR)"
  1290.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1291.  
  1292.  
  1293. !ENDIF 
  1294.  
  1295. SOURCE=.\modules\standard\mod_alias.c
  1296.  
  1297. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1298.  
  1299. DEP_CPP_MOD_AL=\
  1300.     ".\include\alloc.h"\
  1301.     ".\include\ap.h"\
  1302.     ".\include\ap_config.h"\
  1303.     ".\include\ap_ctype.h"\
  1304.     ".\include\buff.h"\
  1305.     ".\include\hsregex.h"\
  1306.     ".\include\http_config.h"\
  1307.     ".\include\httpd.h"\
  1308.     ".\include\util_uri.h"\
  1309.     ".\os\win32\os.h"\
  1310.     ".\os\win32\readdir.h"\
  1311.     
  1312.  
  1313. "$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
  1314.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1315.  
  1316.  
  1317. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1318.  
  1319. DEP_CPP_MOD_AL=\
  1320.     ".\include\alloc.h"\
  1321.     ".\include\ap.h"\
  1322.     ".\include\ap_config.h"\
  1323.     ".\include\ap_ctype.h"\
  1324.     ".\include\buff.h"\
  1325.     ".\include\hsregex.h"\
  1326.     ".\include\http_config.h"\
  1327.     ".\include\httpd.h"\
  1328.     ".\include\util_uri.h"\
  1329.     ".\os\win32\os.h"\
  1330.     ".\os\win32\readdir.h"\
  1331.     {$(INCLUDE)}"sys\stat.h"\
  1332.     {$(INCLUDE)}"sys\types.h"\
  1333.     
  1334. NODEP_CPP_MOD_AL=\
  1335.     ".\include\ap_config_auto.h"\
  1336.     ".\include\ebcdic.h"\
  1337.     ".\include\os.h"\
  1338.     ".\include\sfio.h"\
  1339.     
  1340.  
  1341. "$(INTDIR)\mod_alias.obj"    "$(INTDIR)\mod_alias.sbr" : $(SOURCE)\
  1342.  $(DEP_CPP_MOD_AL) "$(INTDIR)"
  1343.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1344.  
  1345.  
  1346. !ENDIF 
  1347.  
  1348. SOURCE=.\modules\standard\mod_asis.c
  1349.  
  1350. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1351.  
  1352. DEP_CPP_MOD_AS=\
  1353.     ".\include\alloc.h"\
  1354.     ".\include\ap.h"\
  1355.     ".\include\ap_config.h"\
  1356.     ".\include\ap_ctype.h"\
  1357.     ".\include\buff.h"\
  1358.     ".\include\hsregex.h"\
  1359.     ".\include\http_config.h"\
  1360.     ".\include\http_log.h"\
  1361.     ".\include\http_main.h"\
  1362.     ".\include\http_protocol.h"\
  1363.     ".\include\http_request.h"\
  1364.     ".\include\httpd.h"\
  1365.     ".\include\util_script.h"\
  1366.     ".\include\util_uri.h"\
  1367.     ".\os\win32\os.h"\
  1368.     ".\os\win32\readdir.h"\
  1369.     
  1370.  
  1371. "$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
  1372.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1373.  
  1374.  
  1375. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1376.  
  1377. DEP_CPP_MOD_AS=\
  1378.     ".\include\alloc.h"\
  1379.     ".\include\ap.h"\
  1380.     ".\include\ap_config.h"\
  1381.     ".\include\ap_ctype.h"\
  1382.     ".\include\buff.h"\
  1383.     ".\include\hsregex.h"\
  1384.     ".\include\http_config.h"\
  1385.     ".\include\http_log.h"\
  1386.     ".\include\http_main.h"\
  1387.     ".\include\http_protocol.h"\
  1388.     ".\include\http_request.h"\
  1389.     ".\include\httpd.h"\
  1390.     ".\include\util_script.h"\
  1391.     ".\include\util_uri.h"\
  1392.     ".\os\win32\os.h"\
  1393.     ".\os\win32\readdir.h"\
  1394.     {$(INCLUDE)}"sys\stat.h"\
  1395.     {$(INCLUDE)}"sys\types.h"\
  1396.     
  1397. NODEP_CPP_MOD_AS=\
  1398.     ".\include\ap_config_auto.h"\
  1399.     ".\include\ebcdic.h"\
  1400.     ".\include\os.h"\
  1401.     ".\include\sfio.h"\
  1402.     
  1403.  
  1404. "$(INTDIR)\mod_asis.obj"    "$(INTDIR)\mod_asis.sbr" : $(SOURCE) $(DEP_CPP_MOD_AS)\
  1405.  "$(INTDIR)"
  1406.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1407.  
  1408.  
  1409. !ENDIF 
  1410.  
  1411. SOURCE=.\modules\standard\mod_auth.c
  1412.  
  1413. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1414.  
  1415. DEP_CPP_MOD_AU=\
  1416.     ".\include\alloc.h"\
  1417.     ".\include\ap.h"\
  1418.     ".\include\ap_config.h"\
  1419.     ".\include\ap_ctype.h"\
  1420.     ".\include\buff.h"\
  1421.     ".\include\hsregex.h"\
  1422.     ".\include\http_config.h"\
  1423.     ".\include\http_core.h"\
  1424.     ".\include\http_log.h"\
  1425.     ".\include\http_protocol.h"\
  1426.     ".\include\httpd.h"\
  1427.     ".\include\util_uri.h"\
  1428.     ".\os\win32\os.h"\
  1429.     ".\os\win32\readdir.h"\
  1430.     
  1431.  
  1432. "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
  1433.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1434.  
  1435.  
  1436. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1437.  
  1438. DEP_CPP_MOD_AU=\
  1439.     ".\include\alloc.h"\
  1440.     ".\include\ap.h"\
  1441.     ".\include\ap_config.h"\
  1442.     ".\include\ap_ctype.h"\
  1443.     ".\include\buff.h"\
  1444.     ".\include\hsregex.h"\
  1445.     ".\include\http_config.h"\
  1446.     ".\include\http_core.h"\
  1447.     ".\include\http_log.h"\
  1448.     ".\include\http_protocol.h"\
  1449.     ".\include\httpd.h"\
  1450.     ".\include\util_uri.h"\
  1451.     ".\os\win32\os.h"\
  1452.     ".\os\win32\readdir.h"\
  1453.     {$(INCLUDE)}"sys\stat.h"\
  1454.     {$(INCLUDE)}"sys\types.h"\
  1455.     
  1456. NODEP_CPP_MOD_AU=\
  1457.     ".\include\ap_config_auto.h"\
  1458.     ".\include\ebcdic.h"\
  1459.     ".\include\os.h"\
  1460.     ".\include\sfio.h"\
  1461.     
  1462.  
  1463. "$(INTDIR)\mod_auth.obj"    "$(INTDIR)\mod_auth.sbr" : $(SOURCE) $(DEP_CPP_MOD_AU)\
  1464.  "$(INTDIR)"
  1465.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1466.  
  1467.  
  1468. !ENDIF 
  1469.  
  1470. SOURCE=.\modules\standard\mod_autoindex.c
  1471.  
  1472. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1473.  
  1474. DEP_CPP_MOD_AUT=\
  1475.     ".\include\alloc.h"\
  1476.     ".\include\ap.h"\
  1477.     ".\include\ap_config.h"\
  1478.     ".\include\ap_ctype.h"\
  1479.     ".\include\buff.h"\
  1480.     ".\include\hsregex.h"\
  1481.     ".\include\http_config.h"\
  1482.     ".\include\http_core.h"\
  1483.     ".\include\http_log.h"\
  1484.     ".\include\http_main.h"\
  1485.     ".\include\http_protocol.h"\
  1486.     ".\include\http_request.h"\
  1487.     ".\include\httpd.h"\
  1488.     ".\include\util_script.h"\
  1489.     ".\include\util_uri.h"\
  1490.     ".\os\win32\os.h"\
  1491.     ".\os\win32\readdir.h"\
  1492.     
  1493.  
  1494. "$(INTDIR)\mod_autoindex.obj" : $(SOURCE) $(DEP_CPP_MOD_AUT) "$(INTDIR)"
  1495.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1496.  
  1497.  
  1498. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1499.  
  1500. DEP_CPP_MOD_AUT=\
  1501.     ".\include\alloc.h"\
  1502.     ".\include\ap.h"\
  1503.     ".\include\ap_config.h"\
  1504.     ".\include\ap_ctype.h"\
  1505.     ".\include\buff.h"\
  1506.     ".\include\hsregex.h"\
  1507.     ".\include\http_config.h"\
  1508.     ".\include\http_core.h"\
  1509.     ".\include\http_log.h"\
  1510.     ".\include\http_main.h"\
  1511.     ".\include\http_protocol.h"\
  1512.     ".\include\http_request.h"\
  1513.     ".\include\httpd.h"\
  1514.     ".\include\util_script.h"\
  1515.     ".\include\util_uri.h"\
  1516.     ".\os\win32\os.h"\
  1517.     ".\os\win32\readdir.h"\
  1518.     {$(INCLUDE)}"sys\stat.h"\
  1519.     {$(INCLUDE)}"sys\types.h"\
  1520.     
  1521. NODEP_CPP_MOD_AUT=\
  1522.     ".\include\ap_config_auto.h"\
  1523.     ".\include\ebcdic.h"\
  1524.     ".\include\os.h"\
  1525.     ".\include\sfio.h"\
  1526.     
  1527.  
  1528. "$(INTDIR)\mod_autoindex.obj"    "$(INTDIR)\mod_autoindex.sbr" : $(SOURCE)\
  1529.  $(DEP_CPP_MOD_AUT) "$(INTDIR)"
  1530.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1531.  
  1532.  
  1533. !ENDIF 
  1534.  
  1535. SOURCE=.\modules\standard\mod_cgi.c
  1536.  
  1537. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1538.  
  1539. DEP_CPP_MOD_C=\
  1540.     ".\include\alloc.h"\
  1541.     ".\include\ap.h"\
  1542.     ".\include\ap_config.h"\
  1543.     ".\include\ap_ctype.h"\
  1544.     ".\include\buff.h"\
  1545.     ".\include\hsregex.h"\
  1546.     ".\include\http_conf_globals.h"\
  1547.     ".\include\http_config.h"\
  1548.     ".\include\http_core.h"\
  1549.     ".\include\http_log.h"\
  1550.     ".\include\http_main.h"\
  1551.     ".\include\http_protocol.h"\
  1552.     ".\include\http_request.h"\
  1553.     ".\include\httpd.h"\
  1554.     ".\include\util_script.h"\
  1555.     ".\include\util_uri.h"\
  1556.     ".\os\win32\os.h"\
  1557.     ".\os\win32\readdir.h"\
  1558.     
  1559.  
  1560. "$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
  1561.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1562.  
  1563.  
  1564. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1565.  
  1566. DEP_CPP_MOD_C=\
  1567.     ".\include\alloc.h"\
  1568.     ".\include\ap.h"\
  1569.     ".\include\ap_config.h"\
  1570.     ".\include\ap_ctype.h"\
  1571.     ".\include\buff.h"\
  1572.     ".\include\hsregex.h"\
  1573.     ".\include\http_conf_globals.h"\
  1574.     ".\include\http_config.h"\
  1575.     ".\include\http_core.h"\
  1576.     ".\include\http_log.h"\
  1577.     ".\include\http_main.h"\
  1578.     ".\include\http_protocol.h"\
  1579.     ".\include\http_request.h"\
  1580.     ".\include\httpd.h"\
  1581.     ".\include\util_script.h"\
  1582.     ".\include\util_uri.h"\
  1583.     ".\os\win32\os.h"\
  1584.     ".\os\win32\readdir.h"\
  1585.     {$(INCLUDE)}"sys\stat.h"\
  1586.     {$(INCLUDE)}"sys\types.h"\
  1587.     
  1588. NODEP_CPP_MOD_C=\
  1589.     ".\include\ap_config_auto.h"\
  1590.     ".\include\ebcdic.h"\
  1591.     ".\include\os.h"\
  1592.     ".\include\sfio.h"\
  1593.     
  1594.  
  1595. "$(INTDIR)\mod_cgi.obj"    "$(INTDIR)\mod_cgi.sbr" : $(SOURCE) $(DEP_CPP_MOD_C)\
  1596.  "$(INTDIR)"
  1597.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1598.  
  1599.  
  1600. !ENDIF 
  1601.  
  1602. SOURCE=.\modules\standard\mod_dir.c
  1603.  
  1604. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1605.  
  1606. DEP_CPP_MOD_D=\
  1607.     ".\include\alloc.h"\
  1608.     ".\include\ap.h"\
  1609.     ".\include\ap_config.h"\
  1610.     ".\include\ap_ctype.h"\
  1611.     ".\include\buff.h"\
  1612.     ".\include\hsregex.h"\
  1613.     ".\include\http_config.h"\
  1614.     ".\include\http_core.h"\
  1615.     ".\include\http_log.h"\
  1616.     ".\include\http_main.h"\
  1617.     ".\include\http_protocol.h"\
  1618.     ".\include\http_request.h"\
  1619.     ".\include\httpd.h"\
  1620.     ".\include\util_script.h"\
  1621.     ".\include\util_uri.h"\
  1622.     ".\os\win32\os.h"\
  1623.     ".\os\win32\readdir.h"\
  1624.     
  1625.  
  1626. "$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
  1627.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1628.  
  1629.  
  1630. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1631.  
  1632. DEP_CPP_MOD_D=\
  1633.     ".\include\alloc.h"\
  1634.     ".\include\ap.h"\
  1635.     ".\include\ap_config.h"\
  1636.     ".\include\ap_ctype.h"\
  1637.     ".\include\buff.h"\
  1638.     ".\include\hsregex.h"\
  1639.     ".\include\http_config.h"\
  1640.     ".\include\http_core.h"\
  1641.     ".\include\http_log.h"\
  1642.     ".\include\http_main.h"\
  1643.     ".\include\http_protocol.h"\
  1644.     ".\include\http_request.h"\
  1645.     ".\include\httpd.h"\
  1646.     ".\include\util_script.h"\
  1647.     ".\include\util_uri.h"\
  1648.     ".\os\win32\os.h"\
  1649.     ".\os\win32\readdir.h"\
  1650.     {$(INCLUDE)}"sys\stat.h"\
  1651.     {$(INCLUDE)}"sys\types.h"\
  1652.     
  1653. NODEP_CPP_MOD_D=\
  1654.     ".\include\ap_config_auto.h"\
  1655.     ".\include\ebcdic.h"\
  1656.     ".\include\os.h"\
  1657.     ".\include\sfio.h"\
  1658.     
  1659.  
  1660. "$(INTDIR)\mod_dir.obj"    "$(INTDIR)\mod_dir.sbr" : $(SOURCE) $(DEP_CPP_MOD_D)\
  1661.  "$(INTDIR)"
  1662.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1663.  
  1664.  
  1665. !ENDIF 
  1666.  
  1667. SOURCE=.\modules\standard\mod_env.c
  1668.  
  1669. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1670.  
  1671. DEP_CPP_MOD_E=\
  1672.     ".\include\alloc.h"\
  1673.     ".\include\ap.h"\
  1674.     ".\include\ap_config.h"\
  1675.     ".\include\ap_ctype.h"\
  1676.     ".\include\buff.h"\
  1677.     ".\include\hsregex.h"\
  1678.     ".\include\http_config.h"\
  1679.     ".\include\httpd.h"\
  1680.     ".\include\util_uri.h"\
  1681.     ".\os\win32\os.h"\
  1682.     ".\os\win32\readdir.h"\
  1683.     
  1684.  
  1685. "$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
  1686.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1687.  
  1688.  
  1689. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1690.  
  1691. DEP_CPP_MOD_E=\
  1692.     ".\include\alloc.h"\
  1693.     ".\include\ap.h"\
  1694.     ".\include\ap_config.h"\
  1695.     ".\include\ap_ctype.h"\
  1696.     ".\include\buff.h"\
  1697.     ".\include\hsregex.h"\
  1698.     ".\include\http_config.h"\
  1699.     ".\include\httpd.h"\
  1700.     ".\include\util_uri.h"\
  1701.     ".\os\win32\os.h"\
  1702.     ".\os\win32\readdir.h"\
  1703.     {$(INCLUDE)}"sys\stat.h"\
  1704.     {$(INCLUDE)}"sys\types.h"\
  1705.     
  1706. NODEP_CPP_MOD_E=\
  1707.     ".\include\ap_config_auto.h"\
  1708.     ".\include\ebcdic.h"\
  1709.     ".\include\os.h"\
  1710.     ".\include\sfio.h"\
  1711.     
  1712.  
  1713. "$(INTDIR)\mod_env.obj"    "$(INTDIR)\mod_env.sbr" : $(SOURCE) $(DEP_CPP_MOD_E)\
  1714.  "$(INTDIR)"
  1715.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1716.  
  1717.  
  1718. !ENDIF 
  1719.  
  1720. SOURCE=.\modules\standard\mod_imap.c
  1721.  
  1722. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1723.  
  1724. DEP_CPP_MOD_I=\
  1725.     ".\include\alloc.h"\
  1726.     ".\include\ap.h"\
  1727.     ".\include\ap_config.h"\
  1728.     ".\include\ap_ctype.h"\
  1729.     ".\include\buff.h"\
  1730.     ".\include\hsregex.h"\
  1731.     ".\include\http_config.h"\
  1732.     ".\include\http_core.h"\
  1733.     ".\include\http_log.h"\
  1734.     ".\include\http_main.h"\
  1735.     ".\include\http_protocol.h"\
  1736.     ".\include\http_request.h"\
  1737.     ".\include\httpd.h"\
  1738.     ".\include\util_script.h"\
  1739.     ".\include\util_uri.h"\
  1740.     ".\os\win32\os.h"\
  1741.     ".\os\win32\readdir.h"\
  1742.     
  1743.  
  1744. "$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  1745.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1746.  
  1747.  
  1748. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1749.  
  1750. DEP_CPP_MOD_I=\
  1751.     ".\include\alloc.h"\
  1752.     ".\include\ap.h"\
  1753.     ".\include\ap_config.h"\
  1754.     ".\include\ap_ctype.h"\
  1755.     ".\include\buff.h"\
  1756.     ".\include\hsregex.h"\
  1757.     ".\include\http_config.h"\
  1758.     ".\include\http_core.h"\
  1759.     ".\include\http_log.h"\
  1760.     ".\include\http_main.h"\
  1761.     ".\include\http_protocol.h"\
  1762.     ".\include\http_request.h"\
  1763.     ".\include\httpd.h"\
  1764.     ".\include\util_script.h"\
  1765.     ".\include\util_uri.h"\
  1766.     ".\os\win32\os.h"\
  1767.     ".\os\win32\readdir.h"\
  1768.     {$(INCLUDE)}"sys\stat.h"\
  1769.     {$(INCLUDE)}"sys\types.h"\
  1770.     
  1771. NODEP_CPP_MOD_I=\
  1772.     ".\include\ap_config_auto.h"\
  1773.     ".\include\ebcdic.h"\
  1774.     ".\include\os.h"\
  1775.     ".\include\sfio.h"\
  1776.     
  1777.  
  1778. "$(INTDIR)\mod_imap.obj"    "$(INTDIR)\mod_imap.sbr" : $(SOURCE) $(DEP_CPP_MOD_I)\
  1779.  "$(INTDIR)"
  1780.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1781.  
  1782.  
  1783. !ENDIF 
  1784.  
  1785. SOURCE=.\modules\standard\mod_include.c
  1786.  
  1787. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1788.  
  1789. DEP_CPP_MOD_IN=\
  1790.     ".\include\alloc.h"\
  1791.     ".\include\ap.h"\
  1792.     ".\include\ap_config.h"\
  1793.     ".\include\ap_ctype.h"\
  1794.     ".\include\buff.h"\
  1795.     ".\include\hsregex.h"\
  1796.     ".\include\http_config.h"\
  1797.     ".\include\http_core.h"\
  1798.     ".\include\http_log.h"\
  1799.     ".\include\http_main.h"\
  1800.     ".\include\http_protocol.h"\
  1801.     ".\include\http_request.h"\
  1802.     ".\include\httpd.h"\
  1803.     ".\include\util_script.h"\
  1804.     ".\include\util_uri.h"\
  1805.     ".\os\win32\os.h"\
  1806.     ".\os\win32\readdir.h"\
  1807.     
  1808.  
  1809. "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
  1810.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1811.  
  1812.  
  1813. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1814.  
  1815. DEP_CPP_MOD_IN=\
  1816.     ".\include\alloc.h"\
  1817.     ".\include\ap.h"\
  1818.     ".\include\ap_config.h"\
  1819.     ".\include\ap_ctype.h"\
  1820.     ".\include\buff.h"\
  1821.     ".\include\hsregex.h"\
  1822.     ".\include\http_config.h"\
  1823.     ".\include\http_core.h"\
  1824.     ".\include\http_log.h"\
  1825.     ".\include\http_main.h"\
  1826.     ".\include\http_protocol.h"\
  1827.     ".\include\http_request.h"\
  1828.     ".\include\httpd.h"\
  1829.     ".\include\util_script.h"\
  1830.     ".\include\util_uri.h"\
  1831.     ".\os\win32\os.h"\
  1832.     ".\os\win32\readdir.h"\
  1833.     {$(INCLUDE)}"sys\stat.h"\
  1834.     {$(INCLUDE)}"sys\types.h"\
  1835.     
  1836. NODEP_CPP_MOD_IN=\
  1837.     ".\include\ap_config_auto.h"\
  1838.     ".\include\ebcdic.h"\
  1839.     ".\include\os.h"\
  1840.     ".\include\sfio.h"\
  1841.     ".\modules\standard\config.h"\
  1842.     ".\modules\standard\modules\perl\mod_perl.h"\
  1843.     
  1844.  
  1845. "$(INTDIR)\mod_include.obj"    "$(INTDIR)\mod_include.sbr" : $(SOURCE)\
  1846.  $(DEP_CPP_MOD_IN) "$(INTDIR)"
  1847.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1848.  
  1849.  
  1850. !ENDIF 
  1851.  
  1852. SOURCE=.\os\win32\mod_isapi.c
  1853.  
  1854. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1855.  
  1856. DEP_CPP_MOD_IS=\
  1857.     ".\include\alloc.h"\
  1858.     ".\include\ap.h"\
  1859.     ".\include\ap_config.h"\
  1860.     ".\include\ap_ctype.h"\
  1861.     ".\include\buff.h"\
  1862.     ".\include\hsregex.h"\
  1863.     ".\include\http_config.h"\
  1864.     ".\include\http_core.h"\
  1865.     ".\include\http_log.h"\
  1866.     ".\include\http_protocol.h"\
  1867.     ".\include\http_request.h"\
  1868.     ".\include\httpd.h"\
  1869.     ".\include\util_script.h"\
  1870.     ".\include\util_uri.h"\
  1871.     ".\os\win32\os.h"\
  1872.     ".\os\win32\readdir.h"\
  1873.     
  1874.  
  1875. "$(INTDIR)\mod_isapi.obj" : $(SOURCE) $(DEP_CPP_MOD_IS) "$(INTDIR)"
  1876.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1877.  
  1878.  
  1879. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1880.  
  1881. DEP_CPP_MOD_IS=\
  1882.     ".\include\alloc.h"\
  1883.     ".\include\ap.h"\
  1884.     ".\include\ap_config.h"\
  1885.     ".\include\ap_ctype.h"\
  1886.     ".\include\buff.h"\
  1887.     ".\include\hsregex.h"\
  1888.     ".\include\http_config.h"\
  1889.     ".\include\http_core.h"\
  1890.     ".\include\http_log.h"\
  1891.     ".\include\http_protocol.h"\
  1892.     ".\include\http_request.h"\
  1893.     ".\include\httpd.h"\
  1894.     ".\include\util_script.h"\
  1895.     ".\include\util_uri.h"\
  1896.     ".\os\win32\os.h"\
  1897.     ".\os\win32\readdir.h"\
  1898.     {$(INCLUDE)}"sys\stat.h"\
  1899.     {$(INCLUDE)}"sys\types.h"\
  1900.     
  1901. NODEP_CPP_MOD_IS=\
  1902.     ".\include\ap_config_auto.h"\
  1903.     ".\include\ebcdic.h"\
  1904.     ".\include\sfio.h"\
  1905.     
  1906.  
  1907. "$(INTDIR)\mod_isapi.obj"    "$(INTDIR)\mod_isapi.sbr" : $(SOURCE)\
  1908.  $(DEP_CPP_MOD_IS) "$(INTDIR)"
  1909.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1910.  
  1911.  
  1912. !ENDIF 
  1913.  
  1914. SOURCE=.\modules\standard\mod_log_config.c
  1915.  
  1916. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1917.  
  1918. DEP_CPP_MOD_L=\
  1919.     ".\include\alloc.h"\
  1920.     ".\include\ap.h"\
  1921.     ".\include\ap_config.h"\
  1922.     ".\include\ap_ctype.h"\
  1923.     ".\include\buff.h"\
  1924.     ".\include\hsregex.h"\
  1925.     ".\include\http_config.h"\
  1926.     ".\include\http_core.h"\
  1927.     ".\include\http_log.h"\
  1928.     ".\include\httpd.h"\
  1929.     ".\include\util_uri.h"\
  1930.     ".\os\win32\os.h"\
  1931.     ".\os\win32\readdir.h"\
  1932.     
  1933.  
  1934. "$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
  1935.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1936.  
  1937.  
  1938. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1939.  
  1940. DEP_CPP_MOD_L=\
  1941.     ".\include\alloc.h"\
  1942.     ".\include\ap.h"\
  1943.     ".\include\ap_config.h"\
  1944.     ".\include\ap_ctype.h"\
  1945.     ".\include\buff.h"\
  1946.     ".\include\hsregex.h"\
  1947.     ".\include\http_config.h"\
  1948.     ".\include\http_core.h"\
  1949.     ".\include\http_log.h"\
  1950.     ".\include\httpd.h"\
  1951.     ".\include\util_uri.h"\
  1952.     ".\os\win32\os.h"\
  1953.     ".\os\win32\readdir.h"\
  1954.     {$(INCLUDE)}"sys\stat.h"\
  1955.     {$(INCLUDE)}"sys\types.h"\
  1956.     
  1957. NODEP_CPP_MOD_L=\
  1958.     ".\include\ap_config_auto.h"\
  1959.     ".\include\ebcdic.h"\
  1960.     ".\include\os.h"\
  1961.     ".\include\sfio.h"\
  1962.     
  1963.  
  1964. "$(INTDIR)\mod_log_config.obj"    "$(INTDIR)\mod_log_config.sbr" : $(SOURCE)\
  1965.  $(DEP_CPP_MOD_L) "$(INTDIR)"
  1966.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1967.  
  1968.  
  1969. !ENDIF 
  1970.  
  1971. SOURCE=.\modules\standard\mod_mime.c
  1972.  
  1973. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  1974.  
  1975. DEP_CPP_MOD_M=\
  1976.     ".\include\alloc.h"\
  1977.     ".\include\ap.h"\
  1978.     ".\include\ap_config.h"\
  1979.     ".\include\ap_ctype.h"\
  1980.     ".\include\buff.h"\
  1981.     ".\include\hsregex.h"\
  1982.     ".\include\http_config.h"\
  1983.     ".\include\http_log.h"\
  1984.     ".\include\httpd.h"\
  1985.     ".\include\util_uri.h"\
  1986.     ".\os\win32\os.h"\
  1987.     ".\os\win32\readdir.h"\
  1988.     
  1989.  
  1990. "$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
  1991.     $(CPP) $(CPP_PROJ) $(SOURCE)
  1992.  
  1993.  
  1994. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  1995.  
  1996. DEP_CPP_MOD_M=\
  1997.     ".\include\alloc.h"\
  1998.     ".\include\ap.h"\
  1999.     ".\include\ap_config.h"\
  2000.     ".\include\ap_ctype.h"\
  2001.     ".\include\buff.h"\
  2002.     ".\include\hsregex.h"\
  2003.     ".\include\http_config.h"\
  2004.     ".\include\http_log.h"\
  2005.     ".\include\httpd.h"\
  2006.     ".\include\util_uri.h"\
  2007.     ".\os\win32\os.h"\
  2008.     ".\os\win32\readdir.h"\
  2009.     {$(INCLUDE)}"sys\stat.h"\
  2010.     {$(INCLUDE)}"sys\types.h"\
  2011.     
  2012. NODEP_CPP_MOD_M=\
  2013.     ".\include\ap_config_auto.h"\
  2014.     ".\include\ebcdic.h"\
  2015.     ".\include\os.h"\
  2016.     ".\include\sfio.h"\
  2017.     
  2018.  
  2019. "$(INTDIR)\mod_mime.obj"    "$(INTDIR)\mod_mime.sbr" : $(SOURCE) $(DEP_CPP_MOD_M)\
  2020.  "$(INTDIR)"
  2021.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2022.  
  2023.  
  2024. !ENDIF 
  2025.  
  2026. SOURCE=.\modules\standard\mod_negotiation.c
  2027.  
  2028. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2029.  
  2030. DEP_CPP_MOD_N=\
  2031.     ".\include\alloc.h"\
  2032.     ".\include\ap.h"\
  2033.     ".\include\ap_config.h"\
  2034.     ".\include\ap_ctype.h"\
  2035.     ".\include\buff.h"\
  2036.     ".\include\hsregex.h"\
  2037.     ".\include\http_config.h"\
  2038.     ".\include\http_core.h"\
  2039.     ".\include\http_log.h"\
  2040.     ".\include\http_request.h"\
  2041.     ".\include\httpd.h"\
  2042.     ".\include\util_script.h"\
  2043.     ".\include\util_uri.h"\
  2044.     ".\os\win32\os.h"\
  2045.     ".\os\win32\readdir.h"\
  2046.     
  2047.  
  2048. "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
  2049.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2050.  
  2051.  
  2052. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2053.  
  2054. DEP_CPP_MOD_N=\
  2055.     ".\include\alloc.h"\
  2056.     ".\include\ap.h"\
  2057.     ".\include\ap_config.h"\
  2058.     ".\include\ap_ctype.h"\
  2059.     ".\include\buff.h"\
  2060.     ".\include\hsregex.h"\
  2061.     ".\include\http_config.h"\
  2062.     ".\include\http_core.h"\
  2063.     ".\include\http_log.h"\
  2064.     ".\include\http_request.h"\
  2065.     ".\include\httpd.h"\
  2066.     ".\include\util_script.h"\
  2067.     ".\include\util_uri.h"\
  2068.     ".\os\win32\os.h"\
  2069.     ".\os\win32\readdir.h"\
  2070.     {$(INCLUDE)}"sys\stat.h"\
  2071.     {$(INCLUDE)}"sys\types.h"\
  2072.     
  2073. NODEP_CPP_MOD_N=\
  2074.     ".\include\ap_config_auto.h"\
  2075.     ".\include\ebcdic.h"\
  2076.     ".\include\os.h"\
  2077.     ".\include\sfio.h"\
  2078.     
  2079.  
  2080. "$(INTDIR)\mod_negotiation.obj"    "$(INTDIR)\mod_negotiation.sbr" : $(SOURCE)\
  2081.  $(DEP_CPP_MOD_N) "$(INTDIR)"
  2082.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2083.  
  2084.  
  2085. !ENDIF 
  2086.  
  2087. SOURCE=.\modules\standard\mod_setenvif.c
  2088.  
  2089. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2090.  
  2091. DEP_CPP_MOD_S=\
  2092.     ".\include\alloc.h"\
  2093.     ".\include\ap.h"\
  2094.     ".\include\ap_config.h"\
  2095.     ".\include\ap_ctype.h"\
  2096.     ".\include\buff.h"\
  2097.     ".\include\hsregex.h"\
  2098.     ".\include\http_config.h"\
  2099.     ".\include\http_core.h"\
  2100.     ".\include\http_log.h"\
  2101.     ".\include\httpd.h"\
  2102.     ".\include\util_uri.h"\
  2103.     ".\os\win32\os.h"\
  2104.     ".\os\win32\readdir.h"\
  2105.     
  2106.  
  2107. "$(INTDIR)\mod_setenvif.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
  2108.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2109.  
  2110.  
  2111. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2112.  
  2113. DEP_CPP_MOD_S=\
  2114.     ".\include\alloc.h"\
  2115.     ".\include\ap.h"\
  2116.     ".\include\ap_config.h"\
  2117.     ".\include\ap_ctype.h"\
  2118.     ".\include\buff.h"\
  2119.     ".\include\hsregex.h"\
  2120.     ".\include\http_config.h"\
  2121.     ".\include\http_core.h"\
  2122.     ".\include\http_log.h"\
  2123.     ".\include\httpd.h"\
  2124.     ".\include\util_uri.h"\
  2125.     ".\os\win32\os.h"\
  2126.     ".\os\win32\readdir.h"\
  2127.     {$(INCLUDE)}"sys\stat.h"\
  2128.     {$(INCLUDE)}"sys\types.h"\
  2129.     
  2130. NODEP_CPP_MOD_S=\
  2131.     ".\include\ap_config_auto.h"\
  2132.     ".\include\ebcdic.h"\
  2133.     ".\include\os.h"\
  2134.     ".\include\sfio.h"\
  2135.     
  2136.  
  2137. "$(INTDIR)\mod_setenvif.obj"    "$(INTDIR)\mod_setenvif.sbr" : $(SOURCE)\
  2138.  $(DEP_CPP_MOD_S) "$(INTDIR)"
  2139.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2140.  
  2141.  
  2142. !ENDIF 
  2143.  
  2144. SOURCE=.\modules\standard\mod_so.c
  2145.  
  2146. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2147.  
  2148. DEP_CPP_MOD_SO=\
  2149.     ".\include\alloc.h"\
  2150.     ".\include\ap.h"\
  2151.     ".\include\ap_config.h"\
  2152.     ".\include\ap_ctype.h"\
  2153.     ".\include\buff.h"\
  2154.     ".\include\hsregex.h"\
  2155.     ".\include\http_config.h"\
  2156.     ".\include\http_log.h"\
  2157.     ".\include\httpd.h"\
  2158.     ".\include\util_uri.h"\
  2159.     ".\os\win32\os.h"\
  2160.     ".\os\win32\readdir.h"\
  2161.     
  2162.  
  2163. "$(INTDIR)\mod_so.obj" : $(SOURCE) $(DEP_CPP_MOD_SO) "$(INTDIR)"
  2164.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2165.  
  2166.  
  2167. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2168.  
  2169. DEP_CPP_MOD_SO=\
  2170.     ".\include\alloc.h"\
  2171.     ".\include\ap.h"\
  2172.     ".\include\ap_config.h"\
  2173.     ".\include\ap_ctype.h"\
  2174.     ".\include\buff.h"\
  2175.     ".\include\hsregex.h"\
  2176.     ".\include\http_config.h"\
  2177.     ".\include\http_log.h"\
  2178.     ".\include\httpd.h"\
  2179.     ".\include\util_uri.h"\
  2180.     ".\os\win32\os.h"\
  2181.     ".\os\win32\readdir.h"\
  2182.     {$(INCLUDE)}"sys\stat.h"\
  2183.     {$(INCLUDE)}"sys\types.h"\
  2184.     
  2185. NODEP_CPP_MOD_SO=\
  2186.     ".\include\ap_config_auto.h"\
  2187.     ".\include\ebcdic.h"\
  2188.     ".\include\os.h"\
  2189.     ".\include\sfio.h"\
  2190.     
  2191.  
  2192. "$(INTDIR)\mod_so.obj"    "$(INTDIR)\mod_so.sbr" : $(SOURCE) $(DEP_CPP_MOD_SO)\
  2193.  "$(INTDIR)"
  2194.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2195.  
  2196.  
  2197. !ENDIF 
  2198.  
  2199. SOURCE=.\modules\standard\mod_userdir.c
  2200.  
  2201. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2202.  
  2203. DEP_CPP_MOD_U=\
  2204.     ".\include\alloc.h"\
  2205.     ".\include\ap.h"\
  2206.     ".\include\ap_config.h"\
  2207.     ".\include\ap_ctype.h"\
  2208.     ".\include\buff.h"\
  2209.     ".\include\hsregex.h"\
  2210.     ".\include\http_config.h"\
  2211.     ".\include\httpd.h"\
  2212.     ".\include\util_uri.h"\
  2213.     ".\os\win32\os.h"\
  2214.     ".\os\win32\readdir.h"\
  2215.     
  2216.  
  2217. "$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
  2218.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2219.  
  2220.  
  2221. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2222.  
  2223. DEP_CPP_MOD_U=\
  2224.     ".\include\alloc.h"\
  2225.     ".\include\ap.h"\
  2226.     ".\include\ap_config.h"\
  2227.     ".\include\ap_ctype.h"\
  2228.     ".\include\buff.h"\
  2229.     ".\include\hsregex.h"\
  2230.     ".\include\http_config.h"\
  2231.     ".\include\httpd.h"\
  2232.     ".\include\util_uri.h"\
  2233.     ".\os\win32\os.h"\
  2234.     ".\os\win32\readdir.h"\
  2235.     {$(INCLUDE)}"sys\stat.h"\
  2236.     {$(INCLUDE)}"sys\types.h"\
  2237.     
  2238. NODEP_CPP_MOD_U=\
  2239.     ".\include\ap_config_auto.h"\
  2240.     ".\include\ebcdic.h"\
  2241.     ".\include\os.h"\
  2242.     ".\include\sfio.h"\
  2243.     
  2244.  
  2245. "$(INTDIR)\mod_userdir.obj"    "$(INTDIR)\mod_userdir.sbr" : $(SOURCE)\
  2246.  $(DEP_CPP_MOD_U) "$(INTDIR)"
  2247.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2248.  
  2249.  
  2250. !ENDIF 
  2251.  
  2252. SOURCE=.\os\win32\modules.c
  2253.  
  2254. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2255.  
  2256. DEP_CPP_MODUL=\
  2257.     ".\include\alloc.h"\
  2258.     ".\include\ap.h"\
  2259.     ".\include\ap_config.h"\
  2260.     ".\include\ap_ctype.h"\
  2261.     ".\include\buff.h"\
  2262.     ".\include\hsregex.h"\
  2263.     ".\include\http_config.h"\
  2264.     ".\include\httpd.h"\
  2265.     ".\include\util_uri.h"\
  2266.     ".\os\win32\os.h"\
  2267.     ".\os\win32\readdir.h"\
  2268.     
  2269.  
  2270. "$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
  2271.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2272.  
  2273.  
  2274. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2275.  
  2276. DEP_CPP_MODUL=\
  2277.     ".\include\alloc.h"\
  2278.     ".\include\ap.h"\
  2279.     ".\include\ap_config.h"\
  2280.     ".\include\ap_ctype.h"\
  2281.     ".\include\buff.h"\
  2282.     ".\include\hsregex.h"\
  2283.     ".\include\http_config.h"\
  2284.     ".\include\httpd.h"\
  2285.     ".\include\util_uri.h"\
  2286.     ".\os\win32\os.h"\
  2287.     ".\os\win32\readdir.h"\
  2288.     {$(INCLUDE)}"sys\stat.h"\
  2289.     {$(INCLUDE)}"sys\types.h"\
  2290.     
  2291. NODEP_CPP_MODUL=\
  2292.     ".\include\ap_config_auto.h"\
  2293.     ".\include\ebcdic.h"\
  2294.     ".\include\sfio.h"\
  2295.     
  2296.  
  2297. "$(INTDIR)\modules.obj"    "$(INTDIR)\modules.sbr" : $(SOURCE) $(DEP_CPP_MODUL)\
  2298.  "$(INTDIR)"
  2299.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2300.  
  2301.  
  2302. !ENDIF 
  2303.  
  2304. SOURCE=.\os\win32\multithread.c
  2305.  
  2306. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2307.  
  2308. DEP_CPP_MULTI=\
  2309.     ".\include\ap_config.h"\
  2310.     ".\include\ap_ctype.h"\
  2311.     ".\include\hsregex.h"\
  2312.     ".\include\multithread.h"\
  2313.     ".\os\win32\os.h"\
  2314.     
  2315.  
  2316. "$(INTDIR)\multithread.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
  2317.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2318.  
  2319.  
  2320. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2321.  
  2322. DEP_CPP_MULTI=\
  2323.     ".\include\ap_config.h"\
  2324.     ".\include\ap_ctype.h"\
  2325.     ".\include\hsregex.h"\
  2326.     ".\include\multithread.h"\
  2327.     ".\os\win32\os.h"\
  2328.     {$(INCLUDE)}"sys\stat.h"\
  2329.     {$(INCLUDE)}"sys\types.h"\
  2330.     
  2331. NODEP_CPP_MULTI=\
  2332.     ".\include\ap_config_auto.h"\
  2333.     
  2334.  
  2335. "$(INTDIR)\multithread.obj"    "$(INTDIR)\multithread.sbr" : $(SOURCE)\
  2336.  $(DEP_CPP_MULTI) "$(INTDIR)"
  2337.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2338.  
  2339.  
  2340. !ENDIF 
  2341.  
  2342. SOURCE=.\os\win32\readdir.c
  2343. DEP_CPP_READD=\
  2344.     ".\os\win32\readdir.h"\
  2345.     
  2346.  
  2347. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2348.  
  2349.  
  2350. "$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
  2351.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2352.  
  2353.  
  2354. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2355.  
  2356.  
  2357. "$(INTDIR)\readdir.obj"    "$(INTDIR)\readdir.sbr" : $(SOURCE) $(DEP_CPP_READD)\
  2358.  "$(INTDIR)"
  2359.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2360.  
  2361.  
  2362. !ENDIF 
  2363.  
  2364. SOURCE=.\os\win32\registry.c
  2365.  
  2366. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2367.  
  2368. DEP_CPP_REGIS=\
  2369.     ".\include\alloc.h"\
  2370.     ".\include\ap.h"\
  2371.     ".\include\ap_config.h"\
  2372.     ".\include\ap_ctype.h"\
  2373.     ".\include\buff.h"\
  2374.     ".\include\hsregex.h"\
  2375.     ".\include\http_log.h"\
  2376.     ".\include\httpd.h"\
  2377.     ".\include\util_uri.h"\
  2378.     ".\os\win32\os.h"\
  2379.     ".\os\win32\readdir.h"\
  2380.     
  2381.  
  2382. "$(INTDIR)\registry.obj" : $(SOURCE) $(DEP_CPP_REGIS) "$(INTDIR)"
  2383.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2384.  
  2385.  
  2386. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2387.  
  2388. DEP_CPP_REGIS=\
  2389.     ".\include\alloc.h"\
  2390.     ".\include\ap.h"\
  2391.     ".\include\ap_config.h"\
  2392.     ".\include\ap_ctype.h"\
  2393.     ".\include\buff.h"\
  2394.     ".\include\hsregex.h"\
  2395.     ".\include\http_log.h"\
  2396.     ".\include\httpd.h"\
  2397.     ".\include\util_uri.h"\
  2398.     ".\os\win32\os.h"\
  2399.     ".\os\win32\readdir.h"\
  2400.     {$(INCLUDE)}"sys\stat.h"\
  2401.     {$(INCLUDE)}"sys\types.h"\
  2402.     
  2403. NODEP_CPP_REGIS=\
  2404.     ".\include\ap_config_auto.h"\
  2405.     ".\include\ebcdic.h"\
  2406.     ".\include\sfio.h"\
  2407.     
  2408.  
  2409. "$(INTDIR)\registry.obj"    "$(INTDIR)\registry.sbr" : $(SOURCE) $(DEP_CPP_REGIS)\
  2410.  "$(INTDIR)"
  2411.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2412.  
  2413.  
  2414. !ENDIF 
  2415.  
  2416. SOURCE=.\main\rfc1413.c
  2417.  
  2418. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2419.  
  2420. DEP_CPP_RFC14=\
  2421.     ".\include\alloc.h"\
  2422.     ".\include\ap.h"\
  2423.     ".\include\ap_config.h"\
  2424.     ".\include\ap_ctype.h"\
  2425.     ".\include\buff.h"\
  2426.     ".\include\hsregex.h"\
  2427.     ".\include\http_log.h"\
  2428.     ".\include\http_main.h"\
  2429.     ".\include\httpd.h"\
  2430.     ".\include\rfc1413.h"\
  2431.     ".\include\util_uri.h"\
  2432.     ".\os\win32\os.h"\
  2433.     ".\os\win32\readdir.h"\
  2434.     
  2435.  
  2436. "$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
  2437.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2438.  
  2439.  
  2440. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2441.  
  2442. DEP_CPP_RFC14=\
  2443.     ".\include\alloc.h"\
  2444.     ".\include\ap.h"\
  2445.     ".\include\ap_config.h"\
  2446.     ".\include\ap_ctype.h"\
  2447.     ".\include\buff.h"\
  2448.     ".\include\hsregex.h"\
  2449.     ".\include\http_log.h"\
  2450.     ".\include\http_main.h"\
  2451.     ".\include\httpd.h"\
  2452.     ".\include\rfc1413.h"\
  2453.     ".\include\util_uri.h"\
  2454.     ".\os\win32\os.h"\
  2455.     ".\os\win32\readdir.h"\
  2456.     {$(INCLUDE)}"sys\stat.h"\
  2457.     {$(INCLUDE)}"sys\types.h"\
  2458.     
  2459. NODEP_CPP_RFC14=\
  2460.     ".\include\ap_config_auto.h"\
  2461.     ".\include\ebcdic.h"\
  2462.     ".\include\os.h"\
  2463.     ".\include\sfio.h"\
  2464.     
  2465.  
  2466. "$(INTDIR)\rfc1413.obj"    "$(INTDIR)\rfc1413.sbr" : $(SOURCE) $(DEP_CPP_RFC14)\
  2467.  "$(INTDIR)"
  2468.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2469.  
  2470.  
  2471. !ENDIF 
  2472.  
  2473. SOURCE=.\os\win32\service.c
  2474.  
  2475. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2476.  
  2477. DEP_CPP_SERVI=\
  2478.     ".\include\alloc.h"\
  2479.     ".\include\ap.h"\
  2480.     ".\include\ap_config.h"\
  2481.     ".\include\ap_ctype.h"\
  2482.     ".\include\buff.h"\
  2483.     ".\include\hsregex.h"\
  2484.     ".\include\http_conf_globals.h"\
  2485.     ".\include\http_log.h"\
  2486.     ".\include\http_main.h"\
  2487.     ".\include\httpd.h"\
  2488.     ".\include\multithread.h"\
  2489.     ".\include\util_uri.h"\
  2490.     ".\os\win32\os.h"\
  2491.     ".\os\win32\readdir.h"\
  2492.     ".\os\win32\registry.h"\
  2493.     ".\os\win32\service.h"\
  2494.     
  2495.  
  2496. "$(INTDIR)\service.obj" : $(SOURCE) $(DEP_CPP_SERVI) "$(INTDIR)"
  2497.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2498.  
  2499.  
  2500. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2501.  
  2502. DEP_CPP_SERVI=\
  2503.     ".\include\alloc.h"\
  2504.     ".\include\ap.h"\
  2505.     ".\include\ap_config.h"\
  2506.     ".\include\ap_ctype.h"\
  2507.     ".\include\buff.h"\
  2508.     ".\include\hsregex.h"\
  2509.     ".\include\http_conf_globals.h"\
  2510.     ".\include\http_log.h"\
  2511.     ".\include\http_main.h"\
  2512.     ".\include\httpd.h"\
  2513.     ".\include\multithread.h"\
  2514.     ".\include\util_uri.h"\
  2515.     ".\os\win32\os.h"\
  2516.     ".\os\win32\readdir.h"\
  2517.     ".\os\win32\registry.h"\
  2518.     ".\os\win32\service.h"\
  2519.     {$(INCLUDE)}"sys\stat.h"\
  2520.     {$(INCLUDE)}"sys\types.h"\
  2521.     
  2522. NODEP_CPP_SERVI=\
  2523.     ".\include\ap_config_auto.h"\
  2524.     ".\include\ebcdic.h"\
  2525.     ".\include\sfio.h"\
  2526.     
  2527.  
  2528. "$(INTDIR)\service.obj"    "$(INTDIR)\service.sbr" : $(SOURCE) $(DEP_CPP_SERVI)\
  2529.  "$(INTDIR)"
  2530.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2531.  
  2532.  
  2533. !ENDIF 
  2534.  
  2535. SOURCE=.\main\util.c
  2536.  
  2537. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2538.  
  2539. DEP_CPP_UTIL_=\
  2540.     ".\include\alloc.h"\
  2541.     ".\include\ap.h"\
  2542.     ".\include\ap_config.h"\
  2543.     ".\include\ap_ctype.h"\
  2544.     ".\include\buff.h"\
  2545.     ".\include\hsregex.h"\
  2546.     ".\include\http_conf_globals.h"\
  2547.     ".\include\http_log.h"\
  2548.     ".\include\httpd.h"\
  2549.     ".\include\util_uri.h"\
  2550.     ".\main\test_char.h"\
  2551.     ".\os\win32\os.h"\
  2552.     ".\os\win32\readdir.h"\
  2553.     
  2554.  
  2555. "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
  2556.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2557.  
  2558.  
  2559. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2560.  
  2561. DEP_CPP_UTIL_=\
  2562.     ".\include\alloc.h"\
  2563.     ".\include\ap.h"\
  2564.     ".\include\ap_config.h"\
  2565.     ".\include\ap_ctype.h"\
  2566.     ".\include\buff.h"\
  2567.     ".\include\hsregex.h"\
  2568.     ".\include\http_conf_globals.h"\
  2569.     ".\include\http_log.h"\
  2570.     ".\include\httpd.h"\
  2571.     ".\include\util_uri.h"\
  2572.     ".\main\test_char.h"\
  2573.     ".\os\win32\os.h"\
  2574.     ".\os\win32\readdir.h"\
  2575.     {$(INCLUDE)}"sys\stat.h"\
  2576.     {$(INCLUDE)}"sys\types.h"\
  2577.     
  2578. NODEP_CPP_UTIL_=\
  2579.     ".\include\ap_config_auto.h"\
  2580.     ".\include\ebcdic.h"\
  2581.     ".\include\os.h"\
  2582.     ".\include\sfio.h"\
  2583.     
  2584.  
  2585. "$(INTDIR)\util.obj"    "$(INTDIR)\util.sbr" : $(SOURCE) $(DEP_CPP_UTIL_)\
  2586.  "$(INTDIR)"
  2587.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2588.  
  2589.  
  2590. !ENDIF 
  2591.  
  2592. SOURCE=.\main\util_date.c
  2593.  
  2594. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2595.  
  2596. DEP_CPP_UTIL_D=\
  2597.     ".\include\ap_config.h"\
  2598.     ".\include\ap_ctype.h"\
  2599.     ".\include\hsregex.h"\
  2600.     ".\include\util_date.h"\
  2601.     ".\os\win32\os.h"\
  2602.     
  2603.  
  2604. "$(INTDIR)\util_date.obj" : $(SOURCE) $(DEP_CPP_UTIL_D) "$(INTDIR)"
  2605.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2606.  
  2607.  
  2608. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2609.  
  2610. DEP_CPP_UTIL_D=\
  2611.     ".\include\ap_config.h"\
  2612.     ".\include\ap_ctype.h"\
  2613.     ".\include\hsregex.h"\
  2614.     ".\include\util_date.h"\
  2615.     ".\os\win32\os.h"\
  2616.     {$(INCLUDE)}"sys\stat.h"\
  2617.     {$(INCLUDE)}"sys\types.h"\
  2618.     
  2619. NODEP_CPP_UTIL_D=\
  2620.     ".\include\ap_config_auto.h"\
  2621.     ".\include\os.h"\
  2622.     
  2623.  
  2624. "$(INTDIR)\util_date.obj"    "$(INTDIR)\util_date.sbr" : $(SOURCE)\
  2625.  $(DEP_CPP_UTIL_D) "$(INTDIR)"
  2626.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2627.  
  2628.  
  2629. !ENDIF 
  2630.  
  2631. SOURCE=.\main\util_md5.c
  2632.  
  2633. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2634.  
  2635. DEP_CPP_UTIL_M=\
  2636.     ".\include\alloc.h"\
  2637.     ".\include\ap.h"\
  2638.     ".\include\ap_config.h"\
  2639.     ".\include\ap_ctype.h"\
  2640.     ".\include\ap_md5.h"\
  2641.     ".\include\buff.h"\
  2642.     ".\include\hsregex.h"\
  2643.     ".\include\httpd.h"\
  2644.     ".\include\util_md5.h"\
  2645.     ".\include\util_uri.h"\
  2646.     ".\os\win32\os.h"\
  2647.     ".\os\win32\readdir.h"\
  2648.     
  2649.  
  2650. "$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
  2651.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2652.  
  2653.  
  2654. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2655.  
  2656. DEP_CPP_UTIL_M=\
  2657.     ".\include\alloc.h"\
  2658.     ".\include\ap.h"\
  2659.     ".\include\ap_config.h"\
  2660.     ".\include\ap_ctype.h"\
  2661.     ".\include\ap_md5.h"\
  2662.     ".\include\buff.h"\
  2663.     ".\include\hsregex.h"\
  2664.     ".\include\httpd.h"\
  2665.     ".\include\util_md5.h"\
  2666.     ".\include\util_uri.h"\
  2667.     ".\os\win32\os.h"\
  2668.     ".\os\win32\readdir.h"\
  2669.     {$(INCLUDE)}"sys\stat.h"\
  2670.     {$(INCLUDE)}"sys\types.h"\
  2671.     
  2672. NODEP_CPP_UTIL_M=\
  2673.     ".\include\ap_config_auto.h"\
  2674.     ".\include\ebcdic.h"\
  2675.     ".\include\os.h"\
  2676.     ".\include\sfio.h"\
  2677.     
  2678.  
  2679. "$(INTDIR)\util_md5.obj"    "$(INTDIR)\util_md5.sbr" : $(SOURCE) $(DEP_CPP_UTIL_M)\
  2680.  "$(INTDIR)"
  2681.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2682.  
  2683.  
  2684. !ENDIF 
  2685.  
  2686. SOURCE=.\main\util_script.c
  2687.  
  2688. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2689.  
  2690. DEP_CPP_UTIL_S=\
  2691.     ".\include\alloc.h"\
  2692.     ".\include\ap.h"\
  2693.     ".\include\ap_config.h"\
  2694.     ".\include\ap_ctype.h"\
  2695.     ".\include\buff.h"\
  2696.     ".\include\hsregex.h"\
  2697.     ".\include\http_conf_globals.h"\
  2698.     ".\include\http_config.h"\
  2699.     ".\include\http_core.h"\
  2700.     ".\include\http_log.h"\
  2701.     ".\include\http_main.h"\
  2702.     ".\include\http_protocol.h"\
  2703.     ".\include\http_request.h"\
  2704.     ".\include\httpd.h"\
  2705.     ".\include\util_date.h"\
  2706.     ".\include\util_script.h"\
  2707.     ".\include\util_uri.h"\
  2708.     ".\os\win32\os.h"\
  2709.     ".\os\win32\readdir.h"\
  2710.     
  2711.  
  2712. "$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
  2713.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2714.  
  2715.  
  2716. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2717.  
  2718. DEP_CPP_UTIL_S=\
  2719.     ".\include\alloc.h"\
  2720.     ".\include\ap.h"\
  2721.     ".\include\ap_config.h"\
  2722.     ".\include\ap_ctype.h"\
  2723.     ".\include\buff.h"\
  2724.     ".\include\hsregex.h"\
  2725.     ".\include\http_conf_globals.h"\
  2726.     ".\include\http_config.h"\
  2727.     ".\include\http_core.h"\
  2728.     ".\include\http_log.h"\
  2729.     ".\include\http_main.h"\
  2730.     ".\include\http_protocol.h"\
  2731.     ".\include\http_request.h"\
  2732.     ".\include\httpd.h"\
  2733.     ".\include\util_date.h"\
  2734.     ".\include\util_script.h"\
  2735.     ".\include\util_uri.h"\
  2736.     ".\os\win32\os.h"\
  2737.     ".\os\win32\readdir.h"\
  2738.     {$(INCLUDE)}"sys\stat.h"\
  2739.     {$(INCLUDE)}"sys\types.h"\
  2740.     
  2741. NODEP_CPP_UTIL_S=\
  2742.     ".\include\ap_config_auto.h"\
  2743.     ".\include\ebcdic.h"\
  2744.     ".\include\os.h"\
  2745.     ".\include\sfio.h"\
  2746.     
  2747.  
  2748. "$(INTDIR)\util_script.obj"    "$(INTDIR)\util_script.sbr" : $(SOURCE)\
  2749.  $(DEP_CPP_UTIL_S) "$(INTDIR)"
  2750.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2751.  
  2752.  
  2753. !ENDIF 
  2754.  
  2755. SOURCE=.\main\util_uri.c
  2756.  
  2757. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2758.  
  2759. DEP_CPP_UTIL_U=\
  2760.     ".\include\alloc.h"\
  2761.     ".\include\ap.h"\
  2762.     ".\include\ap_config.h"\
  2763.     ".\include\ap_ctype.h"\
  2764.     ".\include\buff.h"\
  2765.     ".\include\hsregex.h"\
  2766.     ".\include\http_conf_globals.h"\
  2767.     ".\include\http_log.h"\
  2768.     ".\include\httpd.h"\
  2769.     ".\include\util_uri.h"\
  2770.     ".\main\uri_delims.h"\
  2771.     ".\os\win32\os.h"\
  2772.     ".\os\win32\readdir.h"\
  2773.     
  2774.  
  2775. "$(INTDIR)\util_uri.obj" : $(SOURCE) $(DEP_CPP_UTIL_U) "$(INTDIR)"
  2776.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2777.  
  2778.  
  2779. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2780.  
  2781. DEP_CPP_UTIL_U=\
  2782.     ".\include\alloc.h"\
  2783.     ".\include\ap.h"\
  2784.     ".\include\ap_config.h"\
  2785.     ".\include\ap_ctype.h"\
  2786.     ".\include\buff.h"\
  2787.     ".\include\hsregex.h"\
  2788.     ".\include\http_conf_globals.h"\
  2789.     ".\include\http_log.h"\
  2790.     ".\include\httpd.h"\
  2791.     ".\include\util_uri.h"\
  2792.     ".\main\uri_delims.h"\
  2793.     ".\os\win32\os.h"\
  2794.     ".\os\win32\readdir.h"\
  2795.     {$(INCLUDE)}"sys\stat.h"\
  2796.     {$(INCLUDE)}"sys\types.h"\
  2797.     
  2798. NODEP_CPP_UTIL_U=\
  2799.     ".\include\ap_config_auto.h"\
  2800.     ".\include\ebcdic.h"\
  2801.     ".\include\os.h"\
  2802.     ".\include\sfio.h"\
  2803.     
  2804.  
  2805. "$(INTDIR)\util_uri.obj"    "$(INTDIR)\util_uri.sbr" : $(SOURCE) $(DEP_CPP_UTIL_U)\
  2806.  "$(INTDIR)"
  2807.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2808.  
  2809.  
  2810. !ENDIF 
  2811.  
  2812. SOURCE=.\os\win32\util_win32.c
  2813.  
  2814. !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  2815.  
  2816. DEP_CPP_UTIL_W=\
  2817.     ".\include\alloc.h"\
  2818.     ".\include\ap.h"\
  2819.     ".\include\ap_config.h"\
  2820.     ".\include\ap_ctype.h"\
  2821.     ".\include\buff.h"\
  2822.     ".\include\hsregex.h"\
  2823.     ".\include\http_log.h"\
  2824.     ".\include\httpd.h"\
  2825.     ".\include\util_uri.h"\
  2826.     ".\os\win32\os.h"\
  2827.     ".\os\win32\readdir.h"\
  2828.     
  2829.  
  2830. "$(INTDIR)\util_win32.obj" : $(SOURCE) $(DEP_CPP_UTIL_W) "$(INTDIR)"
  2831.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2832.  
  2833.  
  2834. !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  2835.  
  2836. DEP_CPP_UTIL_W=\
  2837.     ".\include\alloc.h"\
  2838.     ".\include\ap.h"\
  2839.     ".\include\ap_config.h"\
  2840.     ".\include\ap_ctype.h"\
  2841.     ".\include\buff.h"\
  2842.     ".\include\hsregex.h"\
  2843.     ".\include\http_log.h"\
  2844.     ".\include\httpd.h"\
  2845.     ".\include\util_uri.h"\
  2846.     ".\os\win32\os.h"\
  2847.     ".\os\win32\readdir.h"\
  2848.     {$(INCLUDE)}"sys\stat.h"\
  2849.     {$(INCLUDE)}"sys\types.h"\
  2850.     
  2851. NODEP_CPP_UTIL_W=\
  2852.     ".\include\ap_config_auto.h"\
  2853.     ".\include\ebcdic.h"\
  2854.     ".\include\sfio.h"\
  2855.     
  2856.  
  2857. "$(INTDIR)\util_win32.obj"    "$(INTDIR)\util_win32.sbr" : $(SOURCE)\
  2858.  $(DEP_CPP_UTIL_W) "$(INTDIR)"
  2859.     $(CPP) $(CPP_PROJ) $(SOURCE)
  2860.  
  2861.  
  2862. !ENDIF 
  2863.  
  2864.  
  2865. !ENDIF 
  2866.  
  2867.