You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/12/11 03:24:31 UTC

cvs commit: apache-1.3/src/support htdigest.mak htpasswd.mak logresolve.mak rotatelogs.mak

wrowe       00/12/10 18:24:30

  Modified:    src      ApacheCore.mak
               src/ap   ap.mak
               src/lib/expat-lite xmlparse.mak xmltok.mak
               src/lib/sdbm sdbm.mak
               src/main gen_test_char.mak
               src/modules/proxy ApacheModuleProxy.mak
               src/os/win32 ApacheModuleAuthAnon.mak
                        ApacheModuleAuthDBM.mak ApacheModuleAuthDigest.mak
                        ApacheModuleCERNMeta.mak ApacheModuleDigest.mak
                        ApacheModuleExpires.mak ApacheModuleHeaders.mak
                        ApacheModuleInfo.mak ApacheModuleRewrite.mak
                        ApacheModuleSpeling.mak ApacheModuleStatus.mak
                        ApacheModuleUserTrack.mak
               src/os/win32/installer/installdll install.mak
               src/regex regex.mak
               src/support htdigest.mak htpasswd.mak logresolve.mak
                        rotatelogs.mak
  Added:       src/os/win32/win9xconhook Win9xConHook.mak
  Log:
    Win32 Make files must die :-/  Here's the current revised guts.
  
  Revision  Changes    Path
  1.47      +1403 -421 apache-1.3/src/ApacheCore.mak
  
  Index: ApacheCore.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ApacheCore.mak,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- ApacheCore.mak	2000/09/21 13:57:09	1.46
  +++ ApacheCore.mak	2000/12/11 02:24:17	1.47
  @@ -42,16 +42,16 @@
   
   !ELSE 
   
  -ALL : "regex - Win32 Release" "gen_uri_delims - Win32 Release"\
  - "gen_test_char - Win32 Release" "ApacheOS - Win32 Release" "ap - Win32 Release"\
  - "$(OUTDIR)\ApacheCore.dll"
  +ALL : "Win9xConHook - Win32 Release" "regex - Win32 Release"\
  + "gen_uri_delims - Win32 Release" "gen_test_char - Win32 Release"\
  + "ApacheOS - Win32 Release" "ap - Win32 Release" "$(OUTDIR)\ApacheCore.dll"
   
   !ENDIF 
   
   !IF "$(RECURSE)" == "1" 
   CLEAN :"ap - Win32 ReleaseCLEAN" "ApacheOS - Win32 ReleaseCLEAN"\
    "gen_test_char - Win32 ReleaseCLEAN" "gen_uri_delims - Win32 ReleaseCLEAN"\
  - "regex - Win32 ReleaseCLEAN" 
  + "regex - Win32 ReleaseCLEAN" "Win9xConHook - Win32 ReleaseCLEAN" 
   !ELSE 
   CLEAN :
   !ENDIF 
  @@ -106,9 +106,9 @@
       if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
   
   CPP=cl.exe
  -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I ".\include" /I ".\os\win32" /D "NDEBUG" /D\
  - "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /Fo"$(INTDIR)\\"\
  - /Fd"$(INTDIR)\\" /FD /c 
  +CPP_PROJ=/nologo /MD /W3 /GX /O2 /I ".\include" /I ".\os\win32" /I\
  + ".\os\win32\win9xconhook" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  + "WIN32_LEAN_AND_MEAN" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
   CPP_OBJS=.\CoreR/
   CPP_SBRS=.
   
  @@ -201,6 +201,7 @@
   	"$(INTDIR)\util_win32.obj" \
   	".\ap\Release\ap.lib" \
   	".\os\win32\ApacheOSR\ApacheOS.lib" \
  +	".\os\win32\win9xconhook\Release\Win9xConHook.lib" \
   	".\regex\Release\regex.lib"
   
   "$(OUTDIR)\ApacheCore.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  @@ -222,16 +223,16 @@
   
   !ELSE 
   
  -ALL : "regex - Win32 Debug" "gen_uri_delims - Win32 Debug"\
  - "gen_test_char - Win32 Debug" "ApacheOS - Win32 Debug" "ap - Win32 Debug"\
  - "$(OUTDIR)\ApacheCore.dll"
  +ALL : "Win9xConHook - Win32 Debug" "regex - Win32 Debug"\
  + "gen_uri_delims - Win32 Debug" "gen_test_char - Win32 Debug"\
  + "ApacheOS - Win32 Debug" "ap - Win32 Debug" "$(OUTDIR)\ApacheCore.dll"
   
   !ENDIF 
   
   !IF "$(RECURSE)" == "1" 
   CLEAN :"ap - Win32 DebugCLEAN" "ApacheOS - Win32 DebugCLEAN"\
    "gen_test_char - Win32 DebugCLEAN" "gen_uri_delims - Win32 DebugCLEAN"\
  - "regex - Win32 DebugCLEAN" 
  + "regex - Win32 DebugCLEAN" "Win9xConHook - Win32 DebugCLEAN" 
   !ELSE 
   CLEAN :
   !ENDIF 
  @@ -289,9 +290,9 @@
       if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
   
   CPP=cl.exe
  -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".\include" /I ".\os\win32" /D\
  - "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /Fo"$(INTDIR)\\"\
  - /Fd"$(INTDIR)\\" /FD /c 
  +CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".\include" /I ".\os\win32" /I\
  + ".\os\win32\win9xconhook" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D\
  + "WIN32_LEAN_AND_MEAN" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
   CPP_OBJS=.\CoreD/
   CPP_SBRS=.
   
  @@ -384,6 +385,7 @@
   	"$(INTDIR)\util_win32.obj" \
   	".\ap\Debug\ap.lib" \
   	".\os\win32\ApacheOSD\ApacheOS.lib" \
  +	".\os\win32\win9xconhook\Debug\Win9xConHook.lib" \
   	".\regex\Debug\regex.lib"
   
   "$(OUTDIR)\ApacheCore.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  @@ -397,6 +399,9 @@
   !IF "$(CFG)" == "ApacheCore - Win32 Release" || "$(CFG)" ==\
    "ApacheCore - Win32 Debug"
   SOURCE=.\main\alloc.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
   DEP_CPP_ALLOC=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
  @@ -412,18 +417,14 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_ALLOC=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
   "$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\buff.c
  -DEP_CPP_BUFF_=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_ALLOC=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -432,24 +433,24 @@
   	".\include\buff.h"\
   	".\include\hsregex.h"\
   	".\include\http_log.h"\
  -	".\include\http_main.h"\
   	".\include\httpd.h"\
  +	".\include\multithread.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_BUFF_=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
  +"$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\buildmark.c
  -DEP_CPP_BUILD=\
  +!ENDIF 
  +
  +SOURCE=.\main\buff.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_BUFF_=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -457,96 +458,66 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_BUILD=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
  -
  -"$(INTDIR)\buildmark.obj" : $(SOURCE) $(DEP_CPP_BUILD) "$(INTDIR)"
   
  -
  -SOURCE=.\os\win32\getopt.c
  -
  -"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)"
  +"$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\http_config.c
  -DEP_CPP_HTTP_=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_BUFF_=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
  -	".\include\explain.h"\
   	".\include\hsregex.h"\
  -	".\include\http_conf_globals.h"\
  -	".\include\http_config.h"\
  -	".\include\http_core.h"\
   	".\include\http_log.h"\
  -	".\include\http_request.h"\
  -	".\include\http_vhost.h"\
  +	".\include\http_main.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_HTTP_=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
  +"$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\http_core.c
  -DEP_CPP_HTTP_C=\
  +!ENDIF 
  +
  +SOURCE=.\buildmark.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_BUILD=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
  -	".\include\ap_md5.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
  -	".\include\fnmatch.h"\
   	".\include\hsregex.h"\
  -	".\include\http_conf_globals.h"\
  -	".\include\http_config.h"\
  -	".\include\http_core.h"\
  -	".\include\http_log.h"\
  -	".\include\http_main.h"\
  -	".\include\http_protocol.h"\
  -	".\include\http_request.h"\
  -	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  -	".\include\rfc1413.h"\
  -	".\include\scoreboard.h"\
  -	".\include\util_md5.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_HTTP_C=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
  -	$(CPP) $(CPP_PROJ) $(SOURCE)
  +"$(INTDIR)\buildmark.obj" : $(SOURCE) $(DEP_CPP_BUILD) "$(INTDIR)"
   
   
  -SOURCE=.\main\http_log.c
  -DEP_CPP_HTTP_L=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_BUILD=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -554,28 +525,28 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_conf_globals.h"\
  -	".\include\http_config.h"\
  -	".\include\http_core.h"\
  -	".\include\http_log.h"\
  -	".\include\http_main.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_HTTP_L=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
  +"$(INTDIR)\buildmark.obj" : $(SOURCE) $(DEP_CPP_BUILD) "$(INTDIR)"
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\os\win32\getopt.c
  +
  +"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\http_main.c
  -DEP_CPP_HTTP_M=\
  +SOURCE=.\main\http_config.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_HTTP_=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -588,71 +559,57 @@
   	".\include\http_config.h"\
   	".\include\http_core.h"\
   	".\include\http_log.h"\
  -	".\include\http_main.h"\
  -	".\include\http_protocol.h"\
   	".\include\http_request.h"\
   	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  -	".\include\multithread.h"\
  -	".\include\scoreboard.h"\
  -	".\include\util_script.h"\
   	".\include\util_uri.h"\
  -	".\os\win32\getopt.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	".\os\win32\registry.h"\
  -	".\os\win32\service.h"\
  -	
  -NODEP_CPP_HTTP_M=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	".\main\xmlparse.h"\
   	
   
  -"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
  +"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\http_protocol.c
  -DEP_CPP_HTTP_P=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_HTTP_=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
  +	".\include\explain.h"\
   	".\include\hsregex.h"\
   	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
   	".\include\http_core.h"\
   	".\include\http_log.h"\
  -	".\include\http_main.h"\
  -	".\include\http_protocol.h"\
   	".\include\http_request.h"\
   	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  -	".\include\util_date.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_HTTP_P=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
  +"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\http_request.c
  -DEP_CPP_HTTP_R=\
  +!ENDIF 
  +
  +SOURCE=.\main\http_core.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_HTTP_C=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
  +	".\include\ap_md5.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\fnmatch.h"\
  @@ -664,53 +621,60 @@
   	".\include\http_main.h"\
   	".\include\http_protocol.h"\
   	".\include\http_request.h"\
  +	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  +	".\include\rfc1413.h"\
   	".\include\scoreboard.h"\
  +	".\include\util_md5.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_HTTP_R=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
  +"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\http_vhost.c
  -DEP_CPP_HTTP_V=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_HTTP_C=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
  +	".\include\ap_md5.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
  +	".\include\fnmatch.h"\
   	".\include\hsregex.h"\
   	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
  +	".\include\http_core.h"\
   	".\include\http_log.h"\
  +	".\include\http_main.h"\
   	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
   	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  +	".\include\rfc1413.h"\
  +	".\include\scoreboard.h"\
  +	".\include\util_md5.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_HTTP_V=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\http_vhost.obj" : $(SOURCE) $(DEP_CPP_HTTP_V) "$(INTDIR)"
  +"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_access.c
  -DEP_CPP_MOD_A=\
  +!ENDIF 
  +
  +SOURCE=.\main\http_log.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_HTTP_L=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -718,27 +682,24 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
   	".\include\http_core.h"\
   	".\include\http_log.h"\
  -	".\include\http_request.h"\
  +	".\include\http_main.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_A=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
  +"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_actions.c
  -DEP_CPP_MOD_AC=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_HTTP_L=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -746,85 +707,102 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
   	".\include\http_core.h"\
   	".\include\http_log.h"\
   	".\include\http_main.h"\
  -	".\include\http_protocol.h"\
  -	".\include\http_request.h"\
   	".\include\httpd.h"\
  -	".\include\util_script.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_AC=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
  +"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_alias.c
  -DEP_CPP_MOD_AL=\
  +!ENDIF 
  +
  +SOURCE=.\main\http_main.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_HTTP_M=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
  +	".\include\explain.h"\
   	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  +	".\include\multithread.h"\
  +	".\include\scoreboard.h"\
  +	".\include\util_script.h"\
   	".\include\util_uri.h"\
  +	".\os\win32\getopt.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	
  -NODEP_CPP_MOD_AL=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +	".\os\win32\registry.h"\
  +	".\os\win32\service.h"\
   	
   
  -"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
  +"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_asis.c
  -DEP_CPP_MOD_AS=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_HTTP_M=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
  +	".\include\explain.h"\
   	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
  +	".\include\http_core.h"\
   	".\include\http_log.h"\
   	".\include\http_main.h"\
   	".\include\http_protocol.h"\
   	".\include\http_request.h"\
  +	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  +	".\include\multithread.h"\
  +	".\include\scoreboard.h"\
   	".\include\util_script.h"\
   	".\include\util_uri.h"\
  +	".\os\win32\getopt.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	
  -NODEP_CPP_MOD_AS=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +	".\os\win32\registry.h"\
  +	".\os\win32\service.h"\
   	
   
  -"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
  +"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_auth.c
  -DEP_CPP_MOD_AU=\
  +!ENDIF 
  +
  +SOURCE=.\main\http_protocol.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_HTTP_P=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -832,65 +810,68 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
   	".\include\http_core.h"\
   	".\include\http_log.h"\
  +	".\include\http_main.h"\
   	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  +	".\include\util_date.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_AU=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
  +"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_autoindex.c
  -DEP_CPP_MOD_AUT=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_HTTP_P=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
  -	".\include\fnmatch.h"\
   	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
   	".\include\http_core.h"\
   	".\include\http_log.h"\
   	".\include\http_main.h"\
   	".\include\http_protocol.h"\
   	".\include\http_request.h"\
  +	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  -	".\include\util_script.h"\
  +	".\include\util_date.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_AUT=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_autoindex.obj" : $(SOURCE) $(DEP_CPP_MOD_AUT) "$(INTDIR)"
  +"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_cgi.c
  -DEP_CPP_MOD_C=\
  +!ENDIF 
  +
  +SOURCE=.\main\http_request.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_HTTP_R=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
  +	".\include\fnmatch.h"\
   	".\include\hsregex.h"\
   	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
  @@ -900,30 +881,28 @@
   	".\include\http_protocol.h"\
   	".\include\http_request.h"\
   	".\include\httpd.h"\
  -	".\include\util_script.h"\
  +	".\include\scoreboard.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_C=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
  +"$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_dir.c
  -DEP_CPP_MOD_D=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_HTTP_R=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
  +	".\include\fnmatch.h"\
   	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_config.h"\
   	".\include\http_core.h"\
   	".\include\http_log.h"\
  @@ -931,23 +910,77 @@
   	".\include\http_protocol.h"\
   	".\include\http_request.h"\
   	".\include\httpd.h"\
  -	".\include\util_script.h"\
  +	".\include\scoreboard.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_D=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +
  +"$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\main\http_vhost.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_HTTP_V=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
  +	".\include\http_config.h"\
  +	".\include\http_log.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_vhost.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
   	
   
  -"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
  +"$(INTDIR)\http_vhost.obj" : $(SOURCE) $(DEP_CPP_HTTP_V) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_env.c
  -DEP_CPP_MOD_E=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_HTTP_V=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
  +	".\include\http_config.h"\
  +	".\include\http_log.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_vhost.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\http_vhost.obj" : $(SOURCE) $(DEP_CPP_HTTP_V) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_access.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_A=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -956,23 +989,50 @@
   	".\include\buff.h"\
   	".\include\hsregex.h"\
   	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_request.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_E=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +
  +"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_A=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
   	
   
  -"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
  +"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_imap.c
  -DEP_CPP_MOD_I=\
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_actions.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_AC=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -992,18 +1052,14 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_I=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  +"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_include.c
  -DEP_CPP_MOD_IN=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_AC=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1023,20 +1079,39 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_IN=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	".\modules\standard\config.h"\
  -	".\modules\standard\modules\perl\mod_perl.h"\
  +
  +"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_alias.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_AL=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
   	
   
  -"$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
  +"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\os\win32\mod_isapi.c
  -DEP_CPP_MOD_IS=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_AL=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1045,8 +1120,59 @@
   	".\include\buff.h"\
   	".\include\hsregex.h"\
   	".\include\http_config.h"\
  -	".\include\http_core.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_asis.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_AS=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_AS=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
   	".\include\http_log.h"\
  +	".\include\http_main.h"\
   	".\include\http_protocol.h"\
   	".\include\http_request.h"\
   	".\include\httpd.h"\
  @@ -1055,18 +1181,899 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_IS=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +
  +"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_auth.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_AU=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_protocol.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
   	
   
  -"$(INTDIR)\mod_isapi.obj" : $(SOURCE) $(DEP_CPP_MOD_IS) "$(INTDIR)"
  +"$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_AU=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_protocol.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_autoindex.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_AUT=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\fnmatch.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_autoindex.obj" : $(SOURCE) $(DEP_CPP_MOD_AUT) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_AUT=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\fnmatch.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_autoindex.obj" : $(SOURCE) $(DEP_CPP_MOD_AUT) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_cgi.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_C=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_C=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_dir.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_D=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_D=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_env.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_E=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_E=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_imap.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_I=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_I=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_include.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_IN=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_IN=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\os\win32\mod_isapi.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_IS=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_isapi.obj" : $(SOURCE) $(DEP_CPP_MOD_IS) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_IS=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_isapi.obj" : $(SOURCE) $(DEP_CPP_MOD_IS) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_log_config.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_L=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_L=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_mime.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_M=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_M=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_negotiation.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_N=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_N=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
  +	".\include\httpd.h"\
  +	".\include\util_script.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_setenvif.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_S=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_setenvif.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_S=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_setenvif.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_so.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_SO=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_so.obj" : $(SOURCE) $(DEP_CPP_MOD_SO) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_SO=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_so.obj" : $(SOURCE) $(DEP_CPP_MOD_SO) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\modules\standard\mod_userdir.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MOD_U=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MOD_U=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\os\win32\modules.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MODUL=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MODUL=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_config.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\os\win32\multithread.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_MULTI=\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\hsregex.h"\
  +	".\include\multithread.h"\
  +	".\os\win32\os.h"\
  +	
  +
  +"$(INTDIR)\multithread.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_MULTI=\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\hsregex.h"\
  +	".\include\multithread.h"\
  +	".\os\win32\os.h"\
  +	
  +
  +"$(INTDIR)\multithread.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\os\win32\readdir.c
  +DEP_CPP_READD=\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +SOURCE=.\os\win32\registry.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_REGIS=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\registry.obj" : $(SOURCE) $(DEP_CPP_REGIS) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_REGIS=\
  +	".\include\ap.h"\
  +	".\include\ap_alloc.h"\
  +	".\include\ap_config.h"\
  +	".\include\ap_ctype.h"\
  +	".\include\ap_mmn.h"\
  +	".\include\buff.h"\
  +	".\include\hsregex.h"\
  +	".\include\http_log.h"\
  +	".\include\httpd.h"\
  +	".\include\util_uri.h"\
  +	".\os\win32\os.h"\
  +	".\os\win32\readdir.h"\
  +	
  +
  +"$(INTDIR)\registry.obj" : $(SOURCE) $(DEP_CPP_REGIS) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ENDIF 
  +
  +SOURCE=.\main\rfc1413.c
   
  -SOURCE=.\modules\standard\mod_log_config.c
  -DEP_CPP_MOD_L=\
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_RFC14=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1074,26 +2081,22 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_config.h"\
  -	".\include\http_core.h"\
   	".\include\http_log.h"\
  +	".\include\http_main.h"\
   	".\include\httpd.h"\
  +	".\include\rfc1413.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_L=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
  +"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_mime.c
  -DEP_CPP_MOD_M=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_RFC14=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1101,25 +2104,26 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_config.h"\
   	".\include\http_log.h"\
  +	".\include\http_main.h"\
   	".\include\httpd.h"\
  +	".\include\rfc1413.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_M=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
  +"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_negotiation.c
  -DEP_CPP_MOD_N=\
  +!ENDIF 
  +
  +SOURCE=.\os\win32\service.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_SERVI=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1127,29 +2131,25 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_config.h"\
  -	".\include\http_core.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_log.h"\
  -	".\include\http_protocol.h"\
  -	".\include\http_request.h"\
  +	".\include\http_main.h"\
   	".\include\httpd.h"\
  -	".\include\util_script.h"\
  +	".\include\multithread.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	
  -NODEP_CPP_MOD_N=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +	".\os\win32\registry.h"\
  +	".\os\win32\service.h"\
   	
   
  -"$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
  +"$(INTDIR)\service.obj" : $(SOURCE) $(DEP_CPP_SERVI) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_setenvif.c
  -DEP_CPP_MOD_S=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_SERVI=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1157,26 +2157,30 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_config.h"\
  -	".\include\http_core.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_log.h"\
  +	".\include\http_main.h"\
   	".\include\httpd.h"\
  +	".\include\multithread.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	
  -NODEP_CPP_MOD_S=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +	".\os\win32\registry.h"\
  +	".\os\win32\service.h"\
  +	".\os\win32\win9xconhook\Win9xConHook.h"\
   	
   
  -"$(INTDIR)\mod_setenvif.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
  +"$(INTDIR)\service.obj" : $(SOURCE) $(DEP_CPP_SERVI) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_so.c
  -DEP_CPP_MOD_SO=\
  +!ENDIF 
  +
  +SOURCE=.\main\util.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_UTIL_=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1184,25 +2188,22 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_config.h"\
  +	".\include\http_conf_globals.h"\
   	".\include\http_log.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
  +	".\main\test_char.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_SO=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_so.obj" : $(SOURCE) $(DEP_CPP_MOD_SO) "$(INTDIR)"
  +"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\modules\standard\mod_userdir.c
  -DEP_CPP_MOD_U=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_UTIL_=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1210,127 +2211,108 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_config.h"\
  +	".\include\http_conf_globals.h"\
  +	".\include\http_log.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
  +	".\main\test_char.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_MOD_U=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
  +"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\os\win32\modules.c
  -DEP_CPP_MODUL=\
  -	".\include\ap.h"\
  -	".\include\ap_alloc.h"\
  +!ENDIF 
  +
  +SOURCE=.\main\util_date.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_UTIL_D=\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
   	".\include\ap_mmn.h"\
  -	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_config.h"\
  -	".\include\httpd.h"\
  -	".\include\util_uri.h"\
  +	".\include\util_date.h"\
   	".\os\win32\os.h"\
  -	".\os\win32\readdir.h"\
  -	
  -NODEP_CPP_MODUL=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
   	
   
  -"$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
  +"$(INTDIR)\util_date.obj" : $(SOURCE) $(DEP_CPP_UTIL_D) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\os\win32\multithread.c
  -DEP_CPP_MULTI=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_UTIL_D=\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
   	".\include\ap_mmn.h"\
   	".\include\hsregex.h"\
  -	".\include\multithread.h"\
  +	".\include\util_date.h"\
   	".\os\win32\os.h"\
   	
  -NODEP_CPP_MULTI=\
  -	".\include\ap_config_auto.h"\
  -	
   
  -"$(INTDIR)\multithread.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
  +"$(INTDIR)\util_date.obj" : $(SOURCE) $(DEP_CPP_UTIL_D) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\os\win32\readdir.c
  -DEP_CPP_READD=\
  -	".\os\win32\readdir.h"\
  -	
  +!ENDIF 
   
  -"$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
  -	$(CPP) $(CPP_PROJ) $(SOURCE)
  +SOURCE=.\main\util_md5.c
   
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
   
  -SOURCE=.\os\win32\registry.c
  -DEP_CPP_REGIS=\
  +DEP_CPP_UTIL_M=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
  +	".\include\ap_md5.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_log.h"\
   	".\include\httpd.h"\
  +	".\include\util_md5.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_REGIS=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\registry.obj" : $(SOURCE) $(DEP_CPP_REGIS) "$(INTDIR)"
  +"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\rfc1413.c
  -DEP_CPP_RFC14=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_UTIL_M=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
  +	".\include\ap_md5.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_log.h"\
  -	".\include\http_main.h"\
   	".\include\httpd.h"\
  -	".\include\rfc1413.h"\
  +	".\include\util_md5.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_RFC14=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
  +"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\os\win32\service.c
  -DEP_CPP_SERVI=\
  +!ENDIF 
  +
  +SOURCE=.\main\util_script.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_UTIL_S=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1339,28 +2321,27 @@
   	".\include\buff.h"\
   	".\include\hsregex.h"\
   	".\include\http_conf_globals.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
   	".\include\http_log.h"\
   	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
   	".\include\httpd.h"\
  -	".\include\multithread.h"\
  +	".\include\util_date.h"\
  +	".\include\util_script.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	".\os\win32\registry.h"\
  -	".\os\win32\service.h"\
  -	
  -NODEP_CPP_SERVI=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
   	
   
  -"$(INTDIR)\service.obj" : $(SOURCE) $(DEP_CPP_SERVI) "$(INTDIR)"
  +"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\util.c
  -DEP_CPP_UTIL_=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_UTIL_S=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1369,68 +2350,54 @@
   	".\include\buff.h"\
   	".\include\hsregex.h"\
   	".\include\http_conf_globals.h"\
  +	".\include\http_config.h"\
  +	".\include\http_core.h"\
   	".\include\http_log.h"\
  +	".\include\http_main.h"\
  +	".\include\http_protocol.h"\
  +	".\include\http_request.h"\
   	".\include\httpd.h"\
  +	".\include\util_date.h"\
  +	".\include\util_script.h"\
   	".\include\util_uri.h"\
  -	".\main\test_char.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_UTIL_=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
  +"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\util_date.c
  -DEP_CPP_UTIL_D=\
  -	".\include\ap_config.h"\
  -	".\include\ap_ctype.h"\
  -	".\include\ap_mmn.h"\
  -	".\include\hsregex.h"\
  -	".\include\util_date.h"\
  -	".\os\win32\os.h"\
  -	
  -NODEP_CPP_UTIL_D=\
  -	".\include\ap_config_auto.h"\
  -	
  +!ENDIF 
   
  -"$(INTDIR)\util_date.obj" : $(SOURCE) $(DEP_CPP_UTIL_D) "$(INTDIR)"
  -	$(CPP) $(CPP_PROJ) $(SOURCE)
  +SOURCE=.\main\util_uri.c
   
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
   
  -SOURCE=.\main\util_md5.c
  -DEP_CPP_UTIL_M=\
  +DEP_CPP_UTIL_U=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
   	".\include\ap_ctype.h"\
  -	".\include\ap_md5.h"\
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  +	".\include\http_conf_globals.h"\
  +	".\include\http_log.h"\
   	".\include\httpd.h"\
  -	".\include\util_md5.h"\
   	".\include\util_uri.h"\
  +	".\main\uri_delims.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_UTIL_M=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
  +"$(INTDIR)\util_uri.obj" : $(SOURCE) $(DEP_CPP_UTIL_U) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\util_script.c
  -DEP_CPP_UTIL_S=\
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +DEP_CPP_UTIL_U=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1439,31 +2406,25 @@
   	".\include\buff.h"\
   	".\include\hsregex.h"\
   	".\include\http_conf_globals.h"\
  -	".\include\http_config.h"\
  -	".\include\http_core.h"\
   	".\include\http_log.h"\
  -	".\include\http_main.h"\
  -	".\include\http_protocol.h"\
  -	".\include\http_request.h"\
   	".\include\httpd.h"\
  -	".\include\util_date.h"\
  -	".\include\util_script.h"\
   	".\include\util_uri.h"\
  +	".\main\uri_delims.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_UTIL_S=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
  +"$(INTDIR)\util_uri.obj" : $(SOURCE) $(DEP_CPP_UTIL_U) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\main\util_uri.c
  -DEP_CPP_UTIL_U=\
  +!ENDIF 
  +
  +SOURCE=.\os\win32\util_win32.c
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +DEP_CPP_UTIL_W=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
   	".\include\ap_config.h"\
  @@ -1471,25 +2432,19 @@
   	".\include\ap_mmn.h"\
   	".\include\buff.h"\
   	".\include\hsregex.h"\
  -	".\include\http_conf_globals.h"\
   	".\include\http_log.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
  -	".\main\uri_delims.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_UTIL_U=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
  -"$(INTDIR)\util_uri.obj" : $(SOURCE) $(DEP_CPP_UTIL_U) "$(INTDIR)"
  +"$(INTDIR)\util_win32.obj" : $(SOURCE) $(DEP_CPP_UTIL_W) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  -SOURCE=.\os\win32\util_win32.c
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
   DEP_CPP_UTIL_W=\
   	".\include\ap.h"\
   	".\include\ap_alloc.h"\
  @@ -1504,16 +2459,13 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  -NODEP_CPP_UTIL_W=\
  -	".\include\ap_config_auto.h"\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  -	
   
   "$(INTDIR)\util_win32.obj" : $(SOURCE) $(DEP_CPP_UTIL_W) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   !IF  "$(CFG)" == "ApacheCore - Win32 Release"
   
   "ap - Win32 Release" : 
  @@ -1654,6 +2606,36 @@
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\regex.mak" CFG="regex - Win32 Debug"\
    RECURSE=1 
      cd ".."
  +
  +!ENDIF 
  +
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +"Win9xConHook - Win32 Release" : 
  +   cd ".\os\win32\win9xconhook"
  +   $(MAKE) /$(MAKEFLAGS) /F ".\Win9xConHook.mak"\
  + CFG="Win9xConHook - Win32 Release" 
  +   cd "..\..\.."
  +
  +"Win9xConHook - Win32 ReleaseCLEAN" : 
  +   cd ".\os\win32\win9xconhook"
  +   $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\Win9xConHook.mak"\
  + CFG="Win9xConHook - Win32 Release" RECURSE=1 
  +   cd "..\..\.."
  +
  +!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  +
  +"Win9xConHook - Win32 Debug" : 
  +   cd ".\os\win32\win9xconhook"
  +   $(MAKE) /$(MAKEFLAGS) /F ".\Win9xConHook.mak"\
  + CFG="Win9xConHook - Win32 Debug" 
  +   cd "..\..\.."
  +
  +"Win9xConHook - Win32 DebugCLEAN" : 
  +   cd ".\os\win32\win9xconhook"
  +   $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\Win9xConHook.mak"\
  + CFG="Win9xConHook - Win32 Debug" RECURSE=1 
  +   cd "..\..\.."
   
   !ENDIF 
   
  
  
  
  1.13      +0 -38     apache-1.3/src/ap/ap.mak
  
  Index: ap.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ap/ap.mak,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ap.mak	2000/09/21 13:57:14	1.12
  +++ ap.mak	2000/12/11 02:24:18	1.13
  @@ -227,10 +227,6 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_BA=\
  -	"..\include\ap_config_auto.h"\
  -	".\ebcdic.h"\
  -	
   
   "$(INTDIR)\ap_base64.obj" : $(SOURCE) $(DEP_CPP_AP_BA) "$(INTDIR)"
   
  @@ -265,9 +261,6 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_CH=\
  -	"..\include\ap_config_auto.h"\
  -	
   
   "$(INTDIR)\ap_checkpass.obj" : $(SOURCE) $(DEP_CPP_AP_CH) "$(INTDIR)"
   
  @@ -307,11 +300,6 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  -NODEP_CPP_AP_CP=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\ebcdic.h"\
  -	"..\include\sfio.h"\
  -	
   
   "$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
   
  @@ -349,9 +337,6 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_FN=\
  -	"..\include\ap_config_auto.h"\
  -	
   
   "$(INTDIR)\ap_fnmatch.obj" : $(SOURCE) $(DEP_CPP_AP_FN) "$(INTDIR)"
   
  @@ -385,10 +370,6 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_MD=\
  -	"..\include\ap_config_auto.h"\
  -	".\ebcdic.h"\
  -	
   
   "$(INTDIR)\ap_md5c.obj" : $(SOURCE) $(DEP_CPP_AP_MD) "$(INTDIR)"
   
  @@ -423,10 +404,6 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_SH=\
  -	"..\include\ap_config_auto.h"\
  -	".\ebcdic.h"\
  -	
   
   "$(INTDIR)\ap_sha1.obj" : $(SOURCE) $(DEP_CPP_AP_SH) "$(INTDIR)"
   
  @@ -465,11 +442,6 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  -NODEP_CPP_AP_SI=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\ebcdic.h"\
  -	"..\include\sfio.h"\
  -	
   
   "$(INTDIR)\ap_signal.obj" : $(SOURCE) $(DEP_CPP_AP_SI) "$(INTDIR)"
   
  @@ -513,11 +485,6 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  -NODEP_CPP_AP_SL=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\ebcdic.h"\
  -	"..\include\sfio.h"\
  -	
   
   "$(INTDIR)\ap_slack.obj" : $(SOURCE) $(DEP_CPP_AP_SL) "$(INTDIR)"
   
  @@ -560,11 +527,6 @@
   	"..\include\util_uri.h"\
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
  -	
  -NODEP_CPP_AP_SN=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\ebcdic.h"\
  -	"..\include\sfio.h"\
   	
   
   "$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
  
  
  
  1.5       +31 -6     apache-1.3/src/lib/expat-lite/xmlparse.mak
  
  Index: xmlparse.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/lib/expat-lite/xmlparse.mak,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xmlparse.mak	2000/09/21 13:57:16	1.4
  +++ xmlparse.mak	2000/12/11 02:24:18	1.5
  @@ -223,19 +223,33 @@
   !IF "$(CFG)" == "xmlparse - Win32 Release" || "$(CFG)" ==\
    "xmlparse - Win32 Debug"
   SOURCE=.\hashtable.c
  +
  +!IF  "$(CFG)" == "xmlparse - Win32 Release"
  +
   DEP_CPP_HASHT=\
   	".\hashtable.h"\
   	".\xmldef.h"\
   	
  -NODEP_CPP_HASHT=\
  -	".\ap_config.h"\
  -	".\nspr.h"\
  +
  +"$(INTDIR)\hashtable.obj" : $(SOURCE) $(DEP_CPP_HASHT) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "xmlparse - Win32 Debug"
  +
  +DEP_CPP_HASHT=\
  +	".\hashtable.h"\
  +	".\xmldef.h"\
   	
   
   "$(INTDIR)\hashtable.obj" : $(SOURCE) $(DEP_CPP_HASHT) "$(INTDIR)"
   
   
  +!ENDIF 
  +
   SOURCE=.\xmlparse.c
  +
  +!IF  "$(CFG)" == "xmlparse - Win32 Release"
  +
   DEP_CPP_XMLPA=\
   	".\hashtable.h"\
   	".\xmldef.h"\
  @@ -243,13 +257,24 @@
   	".\xmlrole.h"\
   	".\xmltok.h"\
   	
  -NODEP_CPP_XMLPA=\
  -	".\ap_config.h"\
  -	".\nspr.h"\
  +
  +"$(INTDIR)\xmlparse.obj" : $(SOURCE) $(DEP_CPP_XMLPA) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "xmlparse - Win32 Debug"
  +
  +DEP_CPP_XMLPA=\
  +	".\hashtable.h"\
  +	".\xmldef.h"\
  +	".\xmlparse.h"\
  +	".\xmlrole.h"\
  +	".\xmltok.h"\
   	
   
   "$(INTDIR)\xmlparse.obj" : $(SOURCE) $(DEP_CPP_XMLPA) "$(INTDIR)"
   
  +
  +!ENDIF 
   
   !IF  "$(CFG)" == "xmlparse - Win32 Release"
   
  
  
  
  1.5       +22 -7     apache-1.3/src/lib/expat-lite/xmltok.mak
  
  Index: xmltok.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/lib/expat-lite/xmltok.mak,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xmltok.mak	2000/09/21 13:57:16	1.4
  +++ xmltok.mak	2000/12/11 02:24:18	1.5
  @@ -222,15 +222,14 @@
   	".\xmlrole.h"\
   	".\xmltok.h"\
   	
  -NODEP_CPP_XMLRO=\
  -	".\ap_config.h"\
  -	".\nspr.h"\
  -	
   
   "$(INTDIR)\xmlrole.obj" : $(SOURCE) $(DEP_CPP_XMLRO) "$(INTDIR)"
   
   
   SOURCE=.\xmltok.c
  +
  +!IF  "$(CFG)" == "xmltok - Win32 Release"
  +
   DEP_CPP_XMLTO=\
   	".\asciitab.h"\
   	".\iasciitab.h"\
  @@ -243,13 +242,29 @@
   	".\xmltok_impl.h"\
   	".\xmltok_ns.c"\
   	
  -NODEP_CPP_XMLTO=\
  -	".\ap_config.h"\
  -	".\nspr.h"\
  +
  +"$(INTDIR)\xmltok.obj" : $(SOURCE) $(DEP_CPP_XMLTO) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "xmltok - Win32 Debug"
  +
  +DEP_CPP_XMLTO=\
  +	".\asciitab.h"\
  +	".\iasciitab.h"\
  +	".\latin1tab.h"\
  +	".\nametab.h"\
  +	".\utf8tab.h"\
  +	".\xmldef.h"\
  +	".\xmltok.h"\
  +	".\xmltok_impl.c"\
  +	".\xmltok_impl.h"\
  +	".\xmltok_ns.c"\
   	
   
   "$(INTDIR)\xmltok.obj" : $(SOURCE) $(DEP_CPP_XMLTO) "$(INTDIR)"
   
  +
  +!ENDIF 
   
   SOURCE=.\xmltok_impl.c
   
  
  
  
  1.3       +33 -2     apache-1.3/src/lib/sdbm/sdbm.mak
  
  Index: sdbm.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/lib/sdbm/sdbm.mak,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sdbm.mak	2000/09/21 13:57:20	1.2
  +++ sdbm.mak	2000/12/11 02:24:19	1.3
  @@ -216,6 +216,9 @@
   
   
   SOURCE=.\sdbm_lock.c
  +
  +!IF  "$(CFG)" == "sdbm - Win32 Release"
  +
   DEP_CPP_SDBM_L=\
   	"..\..\include\ap_config.h"\
   	"..\..\include\ap_ctype.h"\
  @@ -223,14 +226,29 @@
   	"..\..\include\hsregex.h"\
   	"..\..\os\win32\os.h"\
   	
  -NODEP_CPP_SDBM_L=\
  -	"..\..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\sdbm_lock.obj" : $(SOURCE) $(DEP_CPP_SDBM_L) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "sdbm - Win32 Debug"
  +
  +DEP_CPP_SDBM_L=\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\os\win32\os.h"\
   	
   
   "$(INTDIR)\sdbm_lock.obj" : $(SOURCE) $(DEP_CPP_SDBM_L) "$(INTDIR)"
   
   
  +!ENDIF 
  +
   SOURCE=.\sdbm_pair.c
  +
  +!IF  "$(CFG)" == "sdbm - Win32 Release"
  +
   DEP_CPP_SDBM_P=\
   	".\sdbm.h"\
   	".\sdbm_pair.h"\
  @@ -239,6 +257,19 @@
   
   "$(INTDIR)\sdbm_pair.obj" : $(SOURCE) $(DEP_CPP_SDBM_P) "$(INTDIR)"
   
  +
  +!ELSEIF  "$(CFG)" == "sdbm - Win32 Debug"
  +
  +DEP_CPP_SDBM_P=\
  +	".\sdbm.h"\
  +	".\sdbm_pair.h"\
  +	".\sdbm_tune.h"\
  +	
  +
  +"$(INTDIR)\sdbm_pair.obj" : $(SOURCE) $(DEP_CPP_SDBM_P) "$(INTDIR)"
  +
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.8       +23 -4     apache-1.3/src/main/gen_test_char.mak
  
  Index: gen_test_char.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/gen_test_char.mak,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- gen_test_char.mak	2000/09/21 13:57:23	1.7
  +++ gen_test_char.mak	2000/12/11 02:24:20	1.8
  @@ -223,6 +223,9 @@
   !IF "$(CFG)" == "gen_test_char - Win32 Release" || "$(CFG)" ==\
    "gen_test_char - Win32 Debug"
   SOURCE=.\gen_test_char.c
  +
  +!IF  "$(CFG)" == "gen_test_char - Win32 Release"
  +
   DEP_CPP_GEN_T=\
   	"..\include\ap.h"\
   	"..\include\ap_alloc.h"\
  @@ -236,14 +239,30 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  -NODEP_CPP_GEN_T=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\ebcdic.h"\
  -	"..\include\sfio.h"\
  +
  +"$(INTDIR)\gen_test_char.obj" : $(SOURCE) $(DEP_CPP_GEN_T) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "gen_test_char - Win32 Debug"
  +
  +DEP_CPP_GEN_T=\
  +	"..\include\ap.h"\
  +	"..\include\ap_alloc.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\buff.h"\
  +	"..\include\hsregex.h"\
  +	"..\include\httpd.h"\
  +	"..\include\util_uri.h"\
  +	"..\os\win32\os.h"\
  +	"..\os\win32\readdir.h"\
   	
   
   "$(INTDIR)\gen_test_char.obj" : $(SOURCE) $(DEP_CPP_GEN_T) "$(INTDIR)"
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.21      +189 -28   apache-1.3/src/modules/proxy/ApacheModuleProxy.mak
  
  Index: ApacheModuleProxy.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/proxy/ApacheModuleProxy.mak,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ApacheModuleProxy.mak	2000/09/21 13:57:28	1.20
  +++ ApacheModuleProxy.mak	2000/12/11 02:24:20	1.21
  @@ -244,6 +244,9 @@
   !IF "$(CFG)" == "ApacheModuleProxy - Win32 Release" || "$(CFG)" ==\
    "ApacheModuleProxy - Win32 Debug"
   SOURCE=.\mod_proxy.c
  +
  +!IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  +
   DEP_CPP_MOD_P=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -264,16 +267,42 @@
   	"..\..\os\win32\readdir.h"\
   	".\mod_proxy.h"\
   	
  -NODEP_CPP_MOD_P=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_proxy.obj" : $(SOURCE) $(DEP_CPP_MOD_P) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  +
  +DEP_CPP_MOD_P=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\explain.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\http_request.h"\
  +	"..\..\include\http_vhost.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	"..\..\os\win32\os.h"\
  +	"..\..\os\win32\readdir.h"\
  +	".\mod_proxy.h"\
   	
   
   "$(INTDIR)\mod_proxy.obj" : $(SOURCE) $(DEP_CPP_MOD_P) "$(INTDIR)"
   
   
  +!ENDIF 
  +
   SOURCE=.\proxy_cache.c
  +
  +!IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  +
   DEP_CPP_PROXY=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -297,16 +326,45 @@
   	"..\..\os\win32\readdir.h"\
   	".\mod_proxy.h"\
   	
  -NODEP_CPP_PROXY=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\proxy_cache.obj" : $(SOURCE) $(DEP_CPP_PROXY) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  +
  +DEP_CPP_PROXY=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_md5.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\explain.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_conf_globals.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_main.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\multithread.h"\
  +	"..\..\include\util_date.h"\
  +	"..\..\include\util_uri.h"\
  +	"..\..\os\win32\os.h"\
  +	"..\..\os\win32\readdir.h"\
  +	".\mod_proxy.h"\
   	
   
   "$(INTDIR)\proxy_cache.obj" : $(SOURCE) $(DEP_CPP_PROXY) "$(INTDIR)"
   
   
  +!ENDIF 
  +
   SOURCE=.\proxy_connect.c
  +
  +!IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  +
   DEP_CPP_PROXY_=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -326,16 +384,41 @@
   	"..\..\os\win32\readdir.h"\
   	".\mod_proxy.h"\
   	
  -NODEP_CPP_PROXY_=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\proxy_connect.obj" : $(SOURCE) $(DEP_CPP_PROXY_) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  +
  +DEP_CPP_PROXY_=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\explain.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_main.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	"..\..\os\win32\os.h"\
  +	"..\..\os\win32\readdir.h"\
  +	".\mod_proxy.h"\
   	
   
   "$(INTDIR)\proxy_connect.obj" : $(SOURCE) $(DEP_CPP_PROXY_) "$(INTDIR)"
   
   
  +!ENDIF 
  +
   SOURCE=.\proxy_ftp.c
  +
  +!IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  +
   DEP_CPP_PROXY_F=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -356,16 +439,42 @@
   	"..\..\os\win32\readdir.h"\
   	".\mod_proxy.h"\
   	
  -NODEP_CPP_PROXY_F=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\proxy_ftp.obj" : $(SOURCE) $(DEP_CPP_PROXY_F) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  +
  +DEP_CPP_PROXY_F=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\explain.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_main.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	"..\..\os\win32\os.h"\
  +	"..\..\os\win32\readdir.h"\
  +	".\mod_proxy.h"\
   	
   
   "$(INTDIR)\proxy_ftp.obj" : $(SOURCE) $(DEP_CPP_PROXY_F) "$(INTDIR)"
   
   
  +!ENDIF 
  +
   SOURCE=.\proxy_http.c
  +
  +!IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  +
   DEP_CPP_PROXY_H=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -387,16 +496,43 @@
   	"..\..\os\win32\readdir.h"\
   	".\mod_proxy.h"\
   	
  -NODEP_CPP_PROXY_H=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\proxy_http.obj" : $(SOURCE) $(DEP_CPP_PROXY_H) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  +
  +DEP_CPP_PROXY_H=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\explain.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_main.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_date.h"\
  +	"..\..\include\util_uri.h"\
  +	"..\..\os\win32\os.h"\
  +	"..\..\os\win32\readdir.h"\
  +	".\mod_proxy.h"\
   	
   
   "$(INTDIR)\proxy_http.obj" : $(SOURCE) $(DEP_CPP_PROXY_H) "$(INTDIR)"
   
   
  +!ENDIF 
  +
   SOURCE=.\proxy_util.c
  +
  +!IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  +
   DEP_CPP_PROXY_U=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -419,25 +555,50 @@
   	"..\..\os\win32\readdir.h"\
   	".\mod_proxy.h"\
   	
  -NODEP_CPP_PROXY_U=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\proxy_util.obj" : $(SOURCE) $(DEP_CPP_PROXY_U) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  +
  +DEP_CPP_PROXY_U=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_md5.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\explain.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_main.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\multithread.h"\
  +	"..\..\include\util_date.h"\
  +	"..\..\include\util_uri.h"\
  +	"..\..\os\win32\os.h"\
  +	"..\..\os\win32\readdir.h"\
  +	".\mod_proxy.h"\
   	
   
   "$(INTDIR)\proxy_util.obj" : $(SOURCE) $(DEP_CPP_PROXY_U) "$(INTDIR)"
   
   
  +!ENDIF 
  +
   !IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\modules\proxy"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\modules\proxy"
  @@ -445,12 +606,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\modules\proxy"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\modules\proxy"
  
  
  
  1.17      +33 -8     apache-1.3/src/os/win32/ApacheModuleAuthAnon.mak
  
  Index: ApacheModuleAuthAnon.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleAuthAnon.mak,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ApacheModuleAuthAnon.mak	2000/09/21 13:57:35	1.16
  +++ ApacheModuleAuthAnon.mak	2000/12/11 02:24:21	1.17
  @@ -227,13 +227,13 @@
   !IF  "$(CFG)" == "ApacheModuleAuthAnon - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -241,12 +241,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleAuthAnon - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -254,6 +254,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_auth_anon.c
  +
  +!IF  "$(CFG)" == "ApacheModuleAuthAnon - Win32 Release"
  +
   DEP_CPP_MOD_A=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -272,15 +275,37 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_A=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_auth_anon.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleAuthAnon - Win32 Debug"
  +
  +DEP_CPP_MOD_A=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\http_request.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_auth_anon.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.3       +37 -12    apache-1.3/src/os/win32/ApacheModuleAuthDBM.mak
  
  Index: ApacheModuleAuthDBM.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleAuthDBM.mak,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ApacheModuleAuthDBM.mak	2000/09/21 14:26:26	1.2
  +++ ApacheModuleAuthDBM.mak	2000/12/11 02:24:21	1.3
  @@ -229,13 +229,13 @@
   !IF  "$(CFG)" == "ApacheModuleAuthDBM - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -243,12 +243,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleAuthDBM - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -258,12 +258,12 @@
   !IF  "$(CFG)" == "ApacheModuleAuthDBM - Win32 Release"
   
   "sdbm - Win32 Release" : 
  -   cd "\apache\apache-1.3\src\lib\sdbm"
  +   cd "\live\apache-1.3\src\lib\sdbm"
      $(MAKE) /$(MAKEFLAGS) /F ".\sdbm.mak" CFG="sdbm - Win32 Release" 
      cd "..\..\os\win32"
   
   "sdbm - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src\lib\sdbm"
  +   cd "\live\apache-1.3\src\lib\sdbm"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\sdbm.mak" CFG="sdbm - Win32 Release"\
    RECURSE=1 
      cd "..\..\os\win32"
  @@ -271,12 +271,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleAuthDBM - Win32 Debug"
   
   "sdbm - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src\lib\sdbm"
  +   cd "\live\apache-1.3\src\lib\sdbm"
      $(MAKE) /$(MAKEFLAGS) /F ".\sdbm.mak" CFG="sdbm - Win32 Debug" 
      cd "..\..\os\win32"
   
   "sdbm - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src\lib\sdbm"
  +   cd "\live\apache-1.3\src\lib\sdbm"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\sdbm.mak" CFG="sdbm - Win32 Debug"\
    RECURSE=1 
      cd "..\..\os\win32"
  @@ -284,6 +284,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_auth_dbm.c
  +
  +!IF  "$(CFG)" == "ApacheModuleAuthDBM - Win32 Release"
  +
   DEP_CPP_MOD_A=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -302,15 +305,37 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_A=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_auth_dbm.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleAuthDBM - Win32 Debug"
  +
  +DEP_CPP_MOD_A=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	"..\..\lib\sdbm\sdbm.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_auth_dbm.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.6       +37 -9     apache-1.3/src/os/win32/ApacheModuleAuthDigest.mak
  
  Index: ApacheModuleAuthDigest.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleAuthDigest.mak,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ApacheModuleAuthDigest.mak	2000/09/21 13:57:36	1.5
  +++ ApacheModuleAuthDigest.mak	2000/12/11 02:24:21	1.6
  @@ -227,13 +227,13 @@
   !IF  "$(CFG)" == "ApacheModuleAuthDigest - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -241,12 +241,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleAuthDigest - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -254,6 +254,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\experimental\mod_auth_digest.c
  +
  +!IF  "$(CFG)" == "ApacheModuleAuthDigest - Win32 Release"
  +
   DEP_CPP_MOD_A=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -276,16 +279,41 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_A=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  -	"..\..\modules\experimental\mm.h"\
  +
  +"$(INTDIR)\mod_auth_digest.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleAuthDigest - Win32 Debug"
  +
  +DEP_CPP_MOD_A=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_md5.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\ap_sha1.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_conf_globals.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\http_request.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_md5.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_auth_digest.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.17      +32 -8     apache-1.3/src/os/win32/ApacheModuleCERNMeta.mak
  
  Index: ApacheModuleCERNMeta.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleCERNMeta.mak,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ApacheModuleCERNMeta.mak	2000/09/21 13:57:36	1.16
  +++ ApacheModuleCERNMeta.mak	2000/12/11 02:24:21	1.17
  @@ -227,13 +227,13 @@
   !IF  "$(CFG)" == "ApacheModuleCERNMeta - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -241,12 +241,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleCERNMeta - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -254,6 +254,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_cern_meta.c
  +
  +!IF  "$(CFG)" == "ApacheModuleCERNMeta - Win32 Release"
  +
   DEP_CPP_MOD_C=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -271,15 +274,36 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_C=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_cern_meta.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleCERNMeta - Win32 Debug"
  +
  +DEP_CPP_MOD_C=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_request.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_script.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_cern_meta.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.18      +34 -8     apache-1.3/src/os/win32/ApacheModuleDigest.mak
  
  Index: ApacheModuleDigest.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleDigest.mak,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ApacheModuleDigest.mak	2000/09/21 13:57:37	1.17
  +++ ApacheModuleDigest.mak	2000/12/11 02:24:21	1.18
  @@ -223,13 +223,13 @@
   !IF  "$(CFG)" == "ApacheModuleDigest - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -237,12 +237,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleDigest - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -250,6 +250,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_digest.c
  +
  +!IF  "$(CFG)" == "ApacheModuleDigest - Win32 Release"
  +
   DEP_CPP_MOD_D=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -269,15 +272,38 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_D=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_digest.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleDigest - Win32 Debug"
  +
  +DEP_CPP_MOD_D=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_md5.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_md5.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_digest.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.17      +30 -8     apache-1.3/src/os/win32/ApacheModuleExpires.mak
  
  Index: ApacheModuleExpires.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleExpires.mak,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ApacheModuleExpires.mak	2000/09/21 13:57:37	1.16
  +++ ApacheModuleExpires.mak	2000/12/11 02:24:21	1.17
  @@ -225,13 +225,13 @@
   !IF  "$(CFG)" == "ApacheModuleExpires - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -239,12 +239,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleExpires - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -252,6 +252,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_expires.c
  +
  +!IF  "$(CFG)" == "ApacheModuleExpires - Win32 Release"
  +
   DEP_CPP_MOD_E=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -267,15 +270,34 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_E=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_expires.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleExpires - Win32 Debug"
  +
  +DEP_CPP_MOD_E=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_expires.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.17      +29 -8     apache-1.3/src/os/win32/ApacheModuleHeaders.mak
  
  Index: ApacheModuleHeaders.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleHeaders.mak,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ApacheModuleHeaders.mak	2000/09/21 13:57:38	1.16
  +++ ApacheModuleHeaders.mak	2000/12/11 02:24:21	1.17
  @@ -225,13 +225,13 @@
   !IF  "$(CFG)" == "ApacheModuleHeaders - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -239,12 +239,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleHeaders - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -252,6 +252,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_headers.c
  +
  +!IF  "$(CFG)" == "ApacheModuleHeaders - Win32 Release"
  +
   DEP_CPP_MOD_H=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -266,15 +269,33 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_H=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_headers.obj" : $(SOURCE) $(DEP_CPP_MOD_H) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleHeaders - Win32 Debug"
  +
  +DEP_CPP_MOD_H=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_headers.obj" : $(SOURCE) $(DEP_CPP_MOD_H) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.14      +35 -8     apache-1.3/src/os/win32/ApacheModuleInfo.mak
  
  Index: ApacheModuleInfo.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleInfo.mak,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ApacheModuleInfo.mak	2000/09/21 13:57:38	1.13
  +++ ApacheModuleInfo.mak	2000/12/11 02:24:22	1.14
  @@ -222,13 +222,13 @@
   !IF  "$(CFG)" == "ApacheModuleInfo - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -236,12 +236,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleInfo - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -249,6 +249,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_info.c
  +
  +!IF  "$(CFG)" == "ApacheModuleInfo - Win32 Release"
  +
   DEP_CPP_MOD_I=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -269,15 +272,39 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_I=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_info.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleInfo - Win32 Debug"
  +
  +DEP_CPP_MOD_I=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_conf_globals.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_main.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_script.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_info.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.18      +35 -8     apache-1.3/src/os/win32/ApacheModuleRewrite.mak
  
  Index: ApacheModuleRewrite.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleRewrite.mak,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ApacheModuleRewrite.mak	2000/09/21 13:57:39	1.17
  +++ ApacheModuleRewrite.mak	2000/12/11 02:24:22	1.18
  @@ -230,13 +230,13 @@
   !IF  "$(CFG)" == "ApacheModuleRewrite - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -244,12 +244,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleRewrite - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -257,6 +257,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_rewrite.c
  +
  +!IF  "$(CFG)" == "ApacheModuleRewrite - Win32 Release"
  +
   DEP_CPP_MOD_R=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -277,15 +280,39 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_R=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_rewrite.obj" : $(SOURCE) $(DEP_CPP_MOD_R) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleRewrite - Win32 Debug"
  +
  +DEP_CPP_MOD_R=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_conf_globals.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_request.h"\
  +	"..\..\include\http_vhost.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	"..\..\modules\standard\mod_rewrite.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_rewrite.obj" : $(SOURCE) $(DEP_CPP_MOD_R) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   SOURCE=.\passwd.c
   DEP_CPP_PASSW=\
  
  
  
  1.11      +31 -8     apache-1.3/src/os/win32/ApacheModuleSpeling.mak
  
  Index: ApacheModuleSpeling.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleSpeling.mak,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheModuleSpeling.mak	2000/09/21 13:57:39	1.10
  +++ ApacheModuleSpeling.mak	2000/12/11 02:24:22	1.11
  @@ -225,13 +225,13 @@
   !IF  "$(CFG)" == "ApacheModuleSpeling - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -239,12 +239,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleSpeling - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -252,6 +252,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_speling.c
  +
  +!IF  "$(CFG)" == "ApacheModuleSpeling - Win32 Release"
  +
   DEP_CPP_MOD_S=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -268,15 +271,35 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_S=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_speling.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleSpeling - Win32 Debug"
  +
  +DEP_CPP_MOD_S=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_speling.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.19      +36 -8     apache-1.3/src/os/win32/ApacheModuleStatus.mak
  
  Index: ApacheModuleStatus.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleStatus.mak,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ApacheModuleStatus.mak	2000/09/21 13:57:40	1.18
  +++ ApacheModuleStatus.mak	2000/12/11 02:24:22	1.19
  @@ -223,13 +223,13 @@
   !IF  "$(CFG)" == "ApacheModuleStatus - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -237,12 +237,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleStatus - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -250,6 +250,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_status.c
  +
  +!IF  "$(CFG)" == "ApacheModuleStatus - Win32 Release"
  +
   DEP_CPP_MOD_S=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -271,15 +274,40 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_S=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_status.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleStatus - Win32 Debug"
  +
  +DEP_CPP_MOD_S=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_conf_globals.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\http_log.h"\
  +	"..\..\include\http_main.h"\
  +	"..\..\include\http_protocol.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\scoreboard.h"\
  +	"..\..\include\util_script.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_status.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.17      +30 -8     apache-1.3/src/os/win32/ApacheModuleUserTrack.mak
  
  Index: ApacheModuleUserTrack.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleUserTrack.mak,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ApacheModuleUserTrack.mak	2000/09/21 13:57:40	1.16
  +++ ApacheModuleUserTrack.mak	2000/12/11 02:24:22	1.17
  @@ -227,13 +227,13 @@
   !IF  "$(CFG)" == "ApacheModuleUserTrack - Win32 Release"
   
   "ApacheCore - Win32 Release" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Release"\
    
      cd ".\os\win32"
   
   "ApacheCore - Win32 ReleaseCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Release" RECURSE=1 
      cd ".\os\win32"
  @@ -241,12 +241,12 @@
   !ELSEIF  "$(CFG)" == "ApacheModuleUserTrack - Win32 Debug"
   
   "ApacheCore - Win32 Debug" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) /F ".\ApacheCore.mak" CFG="ApacheCore - Win32 Debug" 
      cd ".\os\win32"
   
   "ApacheCore - Win32 DebugCLEAN" : 
  -   cd "\apache\apache-1.3\src"
  +   cd "\live\apache-1.3\src"
      $(MAKE) /$(MAKEFLAGS) CLEAN /F ".\ApacheCore.mak"\
    CFG="ApacheCore - Win32 Debug" RECURSE=1 
      cd ".\os\win32"
  @@ -254,6 +254,9 @@
   !ENDIF 
   
   SOURCE=..\..\modules\standard\mod_usertrack.c
  +
  +!IF  "$(CFG)" == "ApacheModuleUserTrack - Win32 Release"
  +
   DEP_CPP_MOD_U=\
   	"..\..\include\ap.h"\
   	"..\..\include\ap_alloc.h"\
  @@ -269,15 +272,34 @@
   	".\os.h"\
   	".\readdir.h"\
   	
  -NODEP_CPP_MOD_U=\
  -	"..\..\include\ap_config_auto.h"\
  -	"..\..\include\ebcdic.h"\
  -	"..\..\include\sfio.h"\
  +
  +"$(INTDIR)\mod_usertrack.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "ApacheModuleUserTrack - Win32 Debug"
  +
  +DEP_CPP_MOD_U=\
  +	"..\..\include\ap.h"\
  +	"..\..\include\ap_alloc.h"\
  +	"..\..\include\ap_config.h"\
  +	"..\..\include\ap_ctype.h"\
  +	"..\..\include\ap_mmn.h"\
  +	"..\..\include\buff.h"\
  +	"..\..\include\hsregex.h"\
  +	"..\..\include\http_config.h"\
  +	"..\..\include\http_core.h"\
  +	"..\..\include\httpd.h"\
  +	"..\..\include\util_uri.h"\
  +	".\os.h"\
  +	".\readdir.h"\
   	
   
   "$(INTDIR)\mod_usertrack.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.8       +8 -0      apache-1.3/src/os/win32/installer/installdll/install.mak
  
  Index: install.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/installer/installdll/install.mak,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- install.mak	2000/09/21 13:57:55	1.7
  +++ install.mak	2000/12/11 02:24:25	1.8
  @@ -232,6 +232,8 @@
   	"..\..\..\..\include\util_uri.h"\
   	"..\..\os.h"\
   	"..\..\readdir.h"\
  +	{$(INCLUDE)}"sys\stat.h"\
  +	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_AP_SN=\
   	"..\..\..\..\include\ap_config_auto.h"\
  @@ -257,6 +259,8 @@
   	"..\..\..\..\include\util_uri.h"\
   	"..\..\os.h"\
   	"..\..\readdir.h"\
  +	{$(INCLUDE)}"sys\stat.h"\
  +	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_AP_SN=\
   	"..\..\..\..\include\ap_config_auto.h"\
  @@ -283,6 +287,8 @@
   	"..\..\..\..\include\conf.h"\
   	"..\..\..\..\include\hsregex.h"\
   	"..\..\os.h"\
  +	{$(INCLUDE)}"sys\stat.h"\
  +	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_INSTA=\
   	"..\..\..\..\include\ap_config_auto.h"\
  @@ -301,6 +307,8 @@
   	"..\..\..\..\include\conf.h"\
   	"..\..\..\..\include\hsregex.h"\
   	"..\..\os.h"\
  +	{$(INCLUDE)}"sys\stat.h"\
  +	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_INSTA=\
   	"..\..\..\..\include\ap_config_auto.h"\
  
  
  
  1.1                  apache-1.3/src/os/win32/win9xconhook/Win9xConHook.mak
  
  Index: Win9xConHook.mak
  ===================================================================
  # Microsoft Developer Studio Generated NMAKE File, Based on Win9xConHook.dsp
  !IF "$(CFG)" == ""
  CFG=Win9xConHook - Win32 Release
  !MESSAGE No configuration specified. Defaulting to Win9xConHook - Win32\
   Release.
  !ENDIF 
  
  !IF "$(CFG)" != "Win9xConHook - Win32 Release" && "$(CFG)" !=\
   "Win9xConHook - Win32 Debug"
  !MESSAGE Invalid configuration "$(CFG)" specified.
  !MESSAGE You can specify a configuration when running NMAKE
  !MESSAGE by defining the macro CFG on the command line. For example:
  !MESSAGE 
  !MESSAGE NMAKE /f "Win9xConHook.mak" CFG="Win9xConHook - Win32 Release"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "Win9xConHook - Win32 Release" (based on\
   "Win32 (x86) Dynamic-Link Library")
  !MESSAGE "Win9xConHook - Win32 Debug" (based on\
   "Win32 (x86) Dynamic-Link Library")
  !MESSAGE 
  !ERROR An invalid configuration is specified.
  !ENDIF 
  
  !IF "$(OS)" == "Windows_NT"
  NULL=
  !ELSE 
  NULL=nul
  !ENDIF 
  
  !IF  "$(CFG)" == "Win9xConHook - Win32 Release"
  
  OUTDIR=.\Release
  INTDIR=.\Release
  # Begin Custom Macros
  OutDir=.\Release
  # End Custom Macros
  
  !IF "$(RECURSE)" == "0" 
  
  ALL : "$(OUTDIR)\Win9xConHook.dll"
  
  !ELSE 
  
  ALL : "$(OUTDIR)\Win9xConHook.dll"
  
  !ENDIF 
  
  CLEAN :
  	-@erase "$(INTDIR)\vc50.idb"
  	-@erase "$(INTDIR)\Win9xConHook.obj"
  	-@erase "$(OUTDIR)\Win9xConHook.dll"
  	-@erase "$(OUTDIR)\Win9xConHook.exp"
  	-@erase "$(OUTDIR)\Win9xConHook.lib"
  	-@erase "$(OUTDIR)\Win9xConHook.map"
  
  "$(OUTDIR)" :
      if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  
  CPP=cl.exe
  CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
   "SHARED_MODULE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  CPP_OBJS=.\Release/
  CPP_SBRS=.
  
  .c{$(CPP_OBJS)}.obj::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .cpp{$(CPP_OBJS)}.obj::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .cxx{$(CPP_OBJS)}.obj::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .c{$(CPP_SBRS)}.sbr::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .cpp{$(CPP_SBRS)}.sbr::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .cxx{$(CPP_SBRS)}.sbr::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  MTL=midl.exe
  MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  RSC=rc.exe
  BSC32=bscmake.exe
  BSC32_FLAGS=/nologo /o"$(OUTDIR)\Win9xConHook.bsc" 
  BSC32_SBRS= \
  	
  LINK32=link.exe
  LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib /nologo /base:"0x1c0f0000"\
   /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\Win9xConHook.pdb"\
   /map:"$(INTDIR)\Win9xConHook.map" /machine:I386 /def:".\Win9xConHook.def"\
   /out:"$(OUTDIR)\Win9xConHook.dll" /implib:"$(OUTDIR)\Win9xConHook.lib" 
  DEF_FILE= \
  	".\Win9xConHook.def"
  LINK32_OBJS= \
  	"$(INTDIR)\Win9xConHook.obj"
  
  "$(OUTDIR)\Win9xConHook.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
      $(LINK32) @<<
    $(LINK32_FLAGS) $(LINK32_OBJS)
  <<
  
  !ELSEIF  "$(CFG)" == "Win9xConHook - Win32 Debug"
  
  OUTDIR=.\Debug
  INTDIR=.\Debug
  # Begin Custom Macros
  OutDir=.\Debug
  # End Custom Macros
  
  !IF "$(RECURSE)" == "0" 
  
  ALL : "$(OUTDIR)\Win9xConHook.dll"
  
  !ELSE 
  
  ALL : "$(OUTDIR)\Win9xConHook.dll"
  
  !ENDIF 
  
  CLEAN :
  	-@erase "$(INTDIR)\vc50.idb"
  	-@erase "$(INTDIR)\vc50.pdb"
  	-@erase "$(INTDIR)\Win9xConHook.obj"
  	-@erase "$(OUTDIR)\Win9xConHook.dll"
  	-@erase "$(OUTDIR)\Win9xConHook.exp"
  	-@erase "$(OUTDIR)\Win9xConHook.lib"
  	-@erase "$(OUTDIR)\Win9xConHook.map"
  	-@erase "$(OUTDIR)\Win9xConHook.pdb"
  
  "$(OUTDIR)" :
      if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  
  CPP=cl.exe
  CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
   /D "SHARED_MODULE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  CPP_OBJS=.\Debug/
  CPP_SBRS=.
  
  .c{$(CPP_OBJS)}.obj::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .cpp{$(CPP_OBJS)}.obj::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .cxx{$(CPP_OBJS)}.obj::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .c{$(CPP_SBRS)}.sbr::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .cpp{$(CPP_SBRS)}.sbr::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  .cxx{$(CPP_SBRS)}.sbr::
     $(CPP) @<<
     $(CPP_PROJ) $< 
  <<
  
  MTL=midl.exe
  MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  RSC=rc.exe
  BSC32=bscmake.exe
  BSC32_FLAGS=/nologo /o"$(OUTDIR)\Win9xConHook.bsc" 
  BSC32_SBRS= \
  	
  LINK32=link.exe
  LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib /nologo /base:"0x1c0f0000"\
   /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\Win9xConHook.pdb"\
   /map:"$(INTDIR)\Win9xConHook.map" /debug /machine:I386\
   /def:".\Win9xConHook.def" /out:"$(OUTDIR)\Win9xConHook.dll"\
   /implib:"$(OUTDIR)\Win9xConHook.lib" 
  DEF_FILE= \
  	".\Win9xConHook.def"
  LINK32_OBJS= \
  	"$(INTDIR)\Win9xConHook.obj"
  
  "$(OUTDIR)\Win9xConHook.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
      $(LINK32) @<<
    $(LINK32_FLAGS) $(LINK32_OBJS)
  <<
  
  !ENDIF 
  
  
  !IF "$(CFG)" == "Win9xConHook - Win32 Release" || "$(CFG)" ==\
   "Win9xConHook - Win32 Debug"
  SOURCE=.\Win9xConHook.c
  
  "$(INTDIR)\Win9xConHook.obj" : $(SOURCE) "$(INTDIR)"
  
  
  
  !ENDIF 
  
  
  
  
  1.7       +51 -0     apache-1.3/src/regex/regex.mak
  
  Index: regex.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/regex/regex.mak,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- regex.mak	2000/09/21 13:57:59	1.6
  +++ regex.mak	2000/12/11 02:24:26	1.7
  @@ -210,6 +210,9 @@
   
   
   SOURCE=.\regerror.c
  +
  +!IF  "$(CFG)" == "regex - Win32 Release"
  +
   DEP_CPP_REGER=\
   	"..\include\hsregex.h"\
   	".\regerror.ih"\
  @@ -219,7 +222,37 @@
   "$(INTDIR)\regerror.obj" : $(SOURCE) $(DEP_CPP_REGER) "$(INTDIR)"
   
   
  +!ELSEIF  "$(CFG)" == "regex - Win32 Debug"
  +
  +DEP_CPP_REGER=\
  +	"..\include\hsregex.h"\
  +	".\regerror.ih"\
  +	".\utils.h"\
  +	
  +
  +"$(INTDIR)\regerror.obj" : $(SOURCE) $(DEP_CPP_REGER) "$(INTDIR)"
  +
  +
  +!ENDIF 
  +
   SOURCE=.\regexec.c
  +
  +!IF  "$(CFG)" == "regex - Win32 Release"
  +
  +DEP_CPP_REGEX=\
  +	"..\include\ap_ctype.h"\
  +	"..\include\hsregex.h"\
  +	".\engine.c"\
  +	".\engine.ih"\
  +	".\regex2.h"\
  +	".\utils.h"\
  +	
  +
  +"$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "regex - Win32 Debug"
  +
   DEP_CPP_REGEX=\
   	"..\include\ap_ctype.h"\
   	"..\include\hsregex.h"\
  @@ -232,7 +265,12 @@
   "$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
   
   
  +!ENDIF 
  +
   SOURCE=.\regfree.c
  +
  +!IF  "$(CFG)" == "regex - Win32 Release"
  +
   DEP_CPP_REGFR=\
   	"..\include\hsregex.h"\
   	".\regex2.h"\
  @@ -241,6 +279,19 @@
   
   "$(INTDIR)\regfree.obj" : $(SOURCE) $(DEP_CPP_REGFR) "$(INTDIR)"
   
  +
  +!ELSEIF  "$(CFG)" == "regex - Win32 Debug"
  +
  +DEP_CPP_REGFR=\
  +	"..\include\hsregex.h"\
  +	".\regex2.h"\
  +	".\utils.h"\
  +	
  +
  +"$(INTDIR)\regfree.obj" : $(SOURCE) $(DEP_CPP_REGFR) "$(INTDIR)"
  +
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.7       +82 -11    apache-1.3/src/support/htdigest.mak
  
  Index: htdigest.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/htdigest.mak,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- htdigest.mak	2000/09/21 13:58:03	1.6
  +++ htdigest.mak	2000/12/11 02:24:27	1.7
  @@ -208,6 +208,9 @@
   !IF "$(CFG)" == "htdigest - Win32 Release" || "$(CFG)" ==\
    "htdigest - Win32 Debug"
   SOURCE=..\ap\ap_cpystrn.c
  +
  +!IF  "$(CFG)" == "htdigest - Win32 Release"
  +
   DEP_CPP_AP_CP=\
   	"..\include\ap.h"\
   	"..\include\ap_alloc.h"\
  @@ -221,17 +224,37 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  -NODEP_CPP_AP_CP=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\ebcdic.h"\
  -	"..\include\sfio.h"\
  +
  +"$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htdigest - Win32 Debug"
  +
  +DEP_CPP_AP_CP=\
  +	"..\include\ap.h"\
  +	"..\include\ap_alloc.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\buff.h"\
  +	"..\include\hsregex.h"\
  +	"..\include\httpd.h"\
  +	"..\include\util_uri.h"\
  +	"..\os\win32\os.h"\
  +	"..\os\win32\readdir.h"\
   	
   
   "$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=..\ap\ap_getpass.c
  +
  +!IF  "$(CFG)" == "htdigest - Win32 Release"
  +
   DEP_CPP_AP_GE=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -240,15 +263,32 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_GE=\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\ap_getpass.obj" : $(SOURCE) $(DEP_CPP_AP_GE) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htdigest - Win32 Debug"
  +
  +DEP_CPP_AP_GE=\
  +	"..\include\ap.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\ap_getpass.obj" : $(SOURCE) $(DEP_CPP_AP_GE) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=..\ap\ap_md5c.c
  +
  +!IF  "$(CFG)" == "htdigest - Win32 Release"
  +
   DEP_CPP_AP_MD=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -258,16 +298,33 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_MD=\
  -	"..\ap\ebcdic.h"\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\ap_md5c.obj" : $(SOURCE) $(DEP_CPP_AP_MD) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htdigest - Win32 Debug"
  +
  +DEP_CPP_AP_MD=\
  +	"..\include\ap.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_md5.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\ap_md5c.obj" : $(SOURCE) $(DEP_CPP_AP_MD) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=.\htdigest.c
  +
  +!IF  "$(CFG)" == "htdigest - Win32 Release"
  +
   DEP_CPP_HTDIG=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -277,12 +334,26 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_HTDIG=\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\htdigest.obj" : $(SOURCE) $(DEP_CPP_HTDIG) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "htdigest - Win32 Debug"
  +
  +DEP_CPP_HTDIG=\
  +	"..\include\ap.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_md5.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\htdigest.obj" : $(SOURCE) $(DEP_CPP_HTDIG) "$(INTDIR)"
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.15      +168 -23   apache-1.3/src/support/htpasswd.mak
  
  Index: htpasswd.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/htpasswd.mak,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- htpasswd.mak	2000/09/21 13:58:05	1.14
  +++ htpasswd.mak	2000/12/11 02:24:27	1.15
  @@ -225,6 +225,9 @@
   !IF "$(CFG)" == "htpasswd - Win32 Release" || "$(CFG)" ==\
    "htpasswd - Win32 Debug"
   SOURCE=..\ap\ap_base64.c
  +
  +!IF  "$(CFG)" == "htpasswd - Win32 Release"
  +
   DEP_CPP_AP_BA=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -233,16 +236,32 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_BA=\
  -	"..\ap\ebcdic.h"\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\ap_base64.obj" : $(SOURCE) $(DEP_CPP_AP_BA) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  +
  +DEP_CPP_AP_BA=\
  +	"..\include\ap.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\ap_base64.obj" : $(SOURCE) $(DEP_CPP_AP_BA) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=..\ap\ap_checkpass.c
  +
  +!IF  "$(CFG)" == "htpasswd - Win32 Release"
  +
   DEP_CPP_AP_CH=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -253,15 +272,34 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_CH=\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\ap_checkpass.obj" : $(SOURCE) $(DEP_CPP_AP_CH) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  +
  +DEP_CPP_AP_CH=\
  +	"..\include\ap.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_md5.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\ap_sha1.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\ap_checkpass.obj" : $(SOURCE) $(DEP_CPP_AP_CH) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=..\ap\ap_cpystrn.c
  +
  +!IF  "$(CFG)" == "htpasswd - Win32 Release"
  +
   DEP_CPP_AP_CP=\
   	"..\include\ap.h"\
   	"..\include\ap_alloc.h"\
  @@ -275,17 +313,37 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  -NODEP_CPP_AP_CP=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\ebcdic.h"\
  -	"..\include\sfio.h"\
  +
  +"$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  +
  +DEP_CPP_AP_CP=\
  +	"..\include\ap.h"\
  +	"..\include\ap_alloc.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\buff.h"\
  +	"..\include\hsregex.h"\
  +	"..\include\httpd.h"\
  +	"..\include\util_uri.h"\
  +	"..\os\win32\os.h"\
  +	"..\os\win32\readdir.h"\
   	
   
   "$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=..\ap\ap_getpass.c
  +
  +!IF  "$(CFG)" == "htpasswd - Win32 Release"
  +
   DEP_CPP_AP_GE=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -294,15 +352,32 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_GE=\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\ap_getpass.obj" : $(SOURCE) $(DEP_CPP_AP_GE) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  +
  +DEP_CPP_AP_GE=\
  +	"..\include\ap.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\ap_getpass.obj" : $(SOURCE) $(DEP_CPP_AP_GE) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=..\ap\ap_md5c.c
  +
  +!IF  "$(CFG)" == "htpasswd - Win32 Release"
  +
   DEP_CPP_AP_MD=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -312,16 +387,33 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_MD=\
  -	"..\ap\ebcdic.h"\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\ap_md5c.obj" : $(SOURCE) $(DEP_CPP_AP_MD) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  +
  +DEP_CPP_AP_MD=\
  +	"..\include\ap.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_md5.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\ap_md5c.obj" : $(SOURCE) $(DEP_CPP_AP_MD) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=..\ap\ap_sha1.c
  +
  +!IF  "$(CFG)" == "htpasswd - Win32 Release"
  +
   DEP_CPP_AP_SH=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -331,16 +423,33 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_AP_SH=\
  -	"..\ap\ebcdic.h"\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\ap_sha1.obj" : $(SOURCE) $(DEP_CPP_AP_SH) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  +
  +DEP_CPP_AP_SH=\
  +	"..\include\ap.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\ap_sha1.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\ap_sha1.obj" : $(SOURCE) $(DEP_CPP_AP_SH) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=..\ap\ap_snprintf.c
  +
  +!IF  "$(CFG)" == "htpasswd - Win32 Release"
  +
   DEP_CPP_AP_SN=\
   	"..\include\ap.h"\
   	"..\include\ap_alloc.h"\
  @@ -354,17 +463,37 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  -NODEP_CPP_AP_SN=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\ebcdic.h"\
  -	"..\include\sfio.h"\
  +
  +"$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
  +	$(CPP) $(CPP_PROJ) $(SOURCE)
  +
  +
  +!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  +
  +DEP_CPP_AP_SN=\
  +	"..\include\ap.h"\
  +	"..\include\ap_alloc.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\buff.h"\
  +	"..\include\hsregex.h"\
  +	"..\include\httpd.h"\
  +	"..\include\util_uri.h"\
  +	"..\os\win32\os.h"\
  +	"..\os\win32\readdir.h"\
   	
   
   "$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
  +!ENDIF 
  +
   SOURCE=.\htpasswd.c
  +
  +!IF  "$(CFG)" == "htpasswd - Win32 Release"
  +
   DEP_CPP_HTPAS=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -376,12 +505,28 @@
   	"..\os\win32\getopt.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_HTPAS=\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\htpasswd.obj" : $(SOURCE) $(DEP_CPP_HTPAS) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "htpasswd - Win32 Debug"
  +
  +DEP_CPP_HTPAS=\
  +	"..\include\ap.h"\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_md5.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\ap_sha1.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\getopt.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\htpasswd.obj" : $(SOURCE) $(DEP_CPP_HTPAS) "$(INTDIR)"
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.5       +17 -2     apache-1.3/src/support/logresolve.mak
  
  Index: logresolve.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/logresolve.mak,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- logresolve.mak	2000/09/21 13:58:06	1.4
  +++ logresolve.mak	2000/12/11 02:24:28	1.5
  @@ -198,6 +198,9 @@
   !IF "$(CFG)" == "logresolve - Win32 Release" || "$(CFG)" ==\
    "logresolve - Win32 Debug"
   SOURCE=.\logresolve.c
  +
  +!IF  "$(CFG)" == "logresolve - Win32 Release"
  +
   DEP_CPP_LOGRE=\
   	"..\include\ap_config.h"\
   	"..\include\ap_ctype.h"\
  @@ -205,12 +208,24 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_LOGRE=\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\logresolve.obj" : $(SOURCE) $(DEP_CPP_LOGRE) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "logresolve - Win32 Debug"
  +
  +DEP_CPP_LOGRE=\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\logresolve.obj" : $(SOURCE) $(DEP_CPP_LOGRE) "$(INTDIR)"
   
  +
  +!ENDIF 
   
   
   !ENDIF 
  
  
  
  1.5       +17 -2     apache-1.3/src/support/rotatelogs.mak
  
  Index: rotatelogs.mak
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/rotatelogs.mak,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- rotatelogs.mak	2000/09/21 13:58:06	1.4
  +++ rotatelogs.mak	2000/12/11 02:24:28	1.5
  @@ -197,6 +197,9 @@
   !IF "$(CFG)" == "rotatelogs - Win32 Release" || "$(CFG)" ==\
    "rotatelogs - Win32 Debug"
   SOURCE=.\rotatelogs.c
  +
  +!IF  "$(CFG)" == "rotatelogs - Win32 Release"
  +
   DEP_CPP_ROTAT=\
   	"..\include\ap_config.h"\
   	"..\include\ap_ctype.h"\
  @@ -204,12 +207,24 @@
   	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
  -NODEP_CPP_ROTAT=\
  -	"..\include\ap_config_auto.h"\
  +
  +"$(INTDIR)\rotatelogs.obj" : $(SOURCE) $(DEP_CPP_ROTAT) "$(INTDIR)"
  +
  +
  +!ELSEIF  "$(CFG)" == "rotatelogs - Win32 Debug"
  +
  +DEP_CPP_ROTAT=\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\ap_mmn.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\rotatelogs.obj" : $(SOURCE) $(DEP_CPP_ROTAT) "$(INTDIR)"
   
  +
  +!ENDIF 
   
   
   !ENDIF