coar 99/01/19 06:20:41
Modified: src ApacheCore.dsp ApacheCore.mak
src/ap ap.dsp ap.mak
Log:
Finish the main/md5c.c -> ap/ap_md5c.c move, and make Win32
buildable again. It's nothing short of astonishing what
MSVC++ does to the makefiles for such a simple change..
Obtained from: Lots of help from Allan Edwards <[EMAIL PROTECTED]>
Revision Changes Path
1.29 +0 -4 apache-1.3/src/ApacheCore.dsp
Index: ApacheCore.dsp
===================================================================
RCS file: /home/cvs/apache-1.3/src/ApacheCore.dsp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ApacheCore.dsp 1998/08/05 22:15:01 1.28
+++ ApacheCore.dsp 1999/01/19 14:20:38 1.29
@@ -142,10 +142,6 @@
# End Source File
# Begin Source File
-SOURCE=.\main\md5c.c
-# End Source File
-# Begin Source File
-
SOURCE=.\modules\standard\mod_access.c
# End Source File
# Begin Source File
1.41 +429 -425 apache-1.3/src/ApacheCore.mak
Index: ApacheCore.mak
===================================================================
RCS file: /home/cvs/apache-1.3/src/ApacheCore.mak,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ApacheCore.mak 1999/01/05 07:09:00 1.40
+++ ApacheCore.mak 1999/01/19 14:20:38 1.41
@@ -28,6 +28,10 @@
NULL=nul
!ENDIF
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
!IF "$(CFG)" == "ApacheCore - Win32 Release"
OUTDIR=.\CoreR
@@ -58,7 +62,6 @@
[EMAIL PROTECTED] "$(INTDIR)\http_protocol.obj"
[EMAIL PROTECTED] "$(INTDIR)\http_request.obj"
[EMAIL PROTECTED] "$(INTDIR)\http_vhost.obj"
- [EMAIL PROTECTED] "$(INTDIR)\md5c.obj"
[EMAIL PROTECTED] "$(INTDIR)\mod_access.obj"
[EMAIL PROTECTED] "$(INTDIR)\mod_actions.obj"
[EMAIL PROTECTED] "$(INTDIR)\mod_alias.obj"
@@ -90,8 +93,6 @@
[EMAIL PROTECTED] "$(INTDIR)\util_uri.obj"
[EMAIL PROTECTED] "$(INTDIR)\util_win32.obj"
[EMAIL PROTECTED] "$(INTDIR)\vc50.idb"
- [EMAIL PROTECTED] "$(INTDIR)\ApacheCore.pch"
- [EMAIL PROTECTED] "$(OUTDIR)\ApacheCore.pch"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheCore.dll"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheCore.exp"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheCore.lib"
@@ -99,46 +100,12 @@
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-CPP=cl.exe
CPP_PROJ=/nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D\
"_WINDOWS" /Fp"$(INTDIR)\ApacheCore.pch" /YX /Fo"$(INTDIR)\\"
/Fd"$(INTDIR)\\"\
/FD /c
CPP_OBJS=.\CoreR/
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)\ApacheCore.bsc"
BSC32_SBRS= \
@@ -164,7 +131,6 @@
"$(INTDIR)\http_protocol.obj" \
"$(INTDIR)\http_request.obj" \
"$(INTDIR)\http_vhost.obj" \
- "$(INTDIR)\md5c.obj" \
"$(INTDIR)\mod_access.obj" \
"$(INTDIR)\mod_actions.obj" \
"$(INTDIR)\mod_alias.obj" \
@@ -242,8 +208,6 @@
[EMAIL PROTECTED] "$(INTDIR)\http_request.sbr"
[EMAIL PROTECTED] "$(INTDIR)\http_vhost.obj"
[EMAIL PROTECTED] "$(INTDIR)\http_vhost.sbr"
- [EMAIL PROTECTED] "$(INTDIR)\md5c.obj"
- [EMAIL PROTECTED] "$(INTDIR)\md5c.sbr"
[EMAIL PROTECTED] "$(INTDIR)\mod_access.obj"
[EMAIL PROTECTED] "$(INTDIR)\mod_access.sbr"
[EMAIL PROTECTED] "$(INTDIR)\mod_actions.obj"
@@ -306,8 +270,6 @@
[EMAIL PROTECTED] "$(INTDIR)\util_win32.sbr"
[EMAIL PROTECTED] "$(INTDIR)\vc50.idb"
[EMAIL PROTECTED] "$(INTDIR)\vc50.pdb"
- [EMAIL PROTECTED] "$(INTDIR)\ApacheCore.pch"
- [EMAIL PROTECTED] "$(OUTDIR)\ApacheCore.pch"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheCore.bsc"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheCore.dll"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheCore.exp"
@@ -318,46 +280,12 @@
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-CPP=cl.exe
CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".\include" /D "WIN32" /D
"_DEBUG"\
/D "_WINDOWS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\ApacheCore.pch" /YX\
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
CPP_OBJS=.\CoreD/
CPP_SBRS=.\CoreD/
-
-.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)\ApacheCore.bsc"
BSC32_SBRS= \
@@ -372,7 +300,6 @@
"$(INTDIR)\http_protocol.sbr" \
"$(INTDIR)\http_request.sbr" \
"$(INTDIR)\http_vhost.sbr" \
- "$(INTDIR)\md5c.sbr" \
"$(INTDIR)\mod_access.sbr" \
"$(INTDIR)\mod_actions.sbr" \
"$(INTDIR)\mod_alias.sbr" \
@@ -430,7 +357,6 @@
"$(INTDIR)\http_protocol.obj" \
"$(INTDIR)\http_request.obj" \
"$(INTDIR)\http_vhost.obj" \
- "$(INTDIR)\md5c.obj" \
"$(INTDIR)\mod_access.obj" \
"$(INTDIR)\mod_actions.obj" \
"$(INTDIR)\mod_alias.obj" \
@@ -469,6 +395,36 @@
!ENDIF
+.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) $<
+<<
+
!IF "$(CFG)" == "ApacheCore - Win32 Release" || "$(CFG)" ==\
"ApacheCore - Win32 Debug"
@@ -481,6 +437,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -489,7 +446,15 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_ALLOC=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
+
"$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -502,6 +467,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -510,15 +476,7 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_ALLOC=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\alloc.obj" "$(INTDIR)\alloc.sbr" : $(SOURCE)
$(DEP_CPP_ALLOC)\
"$(INTDIR)"
@@ -536,6 +494,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -544,7 +503,15 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_BUFF_=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
+
"$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -557,6 +524,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -565,15 +533,7 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_BUFF_=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\buff.obj" "$(INTDIR)\buff.sbr" : $(SOURCE) $(DEP_CPP_BUFF_)\
"$(INTDIR)"
@@ -591,13 +551,22 @@
".\include\ap.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"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_BUILD=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
+
"$(INTDIR)\buildmark.obj" : $(SOURCE) $(DEP_CPP_BUILD) "$(INTDIR)"
@@ -609,21 +578,14 @@
".\include\ap.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"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_BUILD=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\buildmark.obj" "$(INTDIR)\buildmark.sbr" : $(SOURCE)\
$(DEP_CPP_BUILD) "$(INTDIR)"
@@ -658,6 +620,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\explain.h"\
".\include\hsregex.h"\
@@ -671,7 +634,15 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_HTTP_=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
+
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -684,6 +655,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\explain.h"\
".\include\hsregex.h"\
@@ -697,15 +669,7 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_HTTP_=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\http_config.obj" "$(INTDIR)\http_config.sbr" : $(SOURCE)\
$(DEP_CPP_HTTP_) "$(INTDIR)"
@@ -724,6 +688,7 @@
".\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"\
@@ -742,7 +707,15 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_HTTP_C=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
+
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -756,6 +729,7 @@
".\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"\
@@ -774,15 +748,7 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_HTTP_C=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\http_core.obj" "$(INTDIR)\http_core.sbr" : $(SOURCE)\
$(DEP_CPP_HTTP_C) "$(INTDIR)"
@@ -800,8 +766,10 @@
".\include\ap.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"\
@@ -810,6 +778,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_L=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
@@ -823,8 +799,10 @@
".\include\ap.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"\
@@ -833,14 +811,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_HTTP_L=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\http_log.obj" "$(INTDIR)\http_log.sbr" : $(SOURCE)
$(DEP_CPP_HTTP_L)\
@@ -859,6 +829,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\explain.h"\
".\include\hsregex.h"\
@@ -880,6 +851,14 @@
".\os\win32\readdir.h"\
".\os\win32\registry.h"\
".\os\win32\service.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_M=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
@@ -893,6 +872,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\explain.h"\
".\include\hsregex.h"\
@@ -914,14 +894,6 @@
".\os\win32\readdir.h"\
".\os\win32\registry.h"\
".\os\win32\service.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_HTTP_M=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\http_main.obj" "$(INTDIR)\http_main.sbr" : $(SOURCE)\
@@ -940,6 +912,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -955,6 +928,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_P=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
@@ -968,6 +949,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -983,14 +965,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_HTTP_P=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\http_protocol.obj" "$(INTDIR)\http_protocol.sbr" :
$(SOURCE)\
@@ -1009,9 +983,11 @@
".\include\ap.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"\
@@ -1023,6 +999,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_R=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
@@ -1036,9 +1020,11 @@
".\include\ap.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"\
@@ -1050,14 +1036,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_HTTP_R=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\http_request.obj" "$(INTDIR)\http_request.sbr" : $(SOURCE)\
@@ -1076,6 +1054,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -1087,11 +1066,19 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
-
-"$(INTDIR)\http_vhost.obj" : $(SOURCE) $(DEP_CPP_HTTP_V) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
+NODEP_CPP_HTTP_V=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
+
+
+"$(INTDIR)\http_vhost.obj" : $(SOURCE) $(DEP_CPP_HTTP_V) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
@@ -1100,6 +1087,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -1111,14 +1099,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_HTTP_V=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\http_vhost.obj" "$(INTDIR)\http_vhost.sbr" : $(SOURCE)\
@@ -1128,46 +1108,6 @@
!ENDIF
-SOURCE=.\main\md5c.c
-
-!IF "$(CFG)" == "ApacheCore - Win32 Release"
-
-DEP_CPP_MD5C_=\
- ".\include\ap_config.h"\
- ".\include\ap_ctype.h"\
- ".\include\ap_md5.h"\
- ".\include\hsregex.h"\
- ".\os\win32\os.h"\
-
-
-"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
-
-DEP_CPP_MD5C_=\
- ".\include\ap_config.h"\
- ".\include\ap_ctype.h"\
- ".\include\ap_md5.h"\
- ".\include\hsregex.h"\
- ".\os\win32\os.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MD5C_=\
- ".\include\ap_config_auto.h"\
- ".\include\os.h"\
- ".\main\ebcdic.h"\
-
-
-"$(INTDIR)\md5c.obj" "$(INTDIR)\md5c.sbr" : $(SOURCE) $(DEP_CPP_MD5C_)\
- "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
SOURCE=.\modules\standard\mod_access.c
!IF "$(CFG)" == "ApacheCore - Win32 Release"
@@ -1177,6 +1117,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1187,6 +1128,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_A=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
@@ -1200,6 +1149,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1210,14 +1160,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_A=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_access.obj" "$(INTDIR)\mod_access.sbr" : $(SOURCE)\
@@ -1236,6 +1178,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1249,6 +1192,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AC=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
@@ -1262,6 +1213,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1275,14 +1227,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_AC=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_actions.obj" "$(INTDIR)\mod_actions.sbr" : $(SOURCE)\
@@ -1301,6 +1245,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1308,6 +1253,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AL=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
@@ -1321,6 +1274,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1328,14 +1282,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_AL=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_alias.obj" "$(INTDIR)\mod_alias.sbr" : $(SOURCE)\
@@ -1354,6 +1300,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1366,6 +1313,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AS=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
@@ -1379,6 +1334,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1391,14 +1347,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_AS=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_asis.obj" "$(INTDIR)\mod_asis.sbr" : $(SOURCE)
$(DEP_CPP_MOD_AS)\
@@ -1417,6 +1365,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1427,6 +1376,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AU=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
@@ -1440,6 +1397,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1450,14 +1408,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_AU=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_auth.obj" "$(INTDIR)\mod_auth.sbr" : $(SOURCE)
$(DEP_CPP_MOD_AU)\
@@ -1476,6 +1426,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1489,6 +1440,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AUT=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_autoindex.obj" : $(SOURCE) $(DEP_CPP_MOD_AUT) "$(INTDIR)"
@@ -1502,6 +1461,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1515,14 +1475,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_AUT=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_autoindex.obj" "$(INTDIR)\mod_autoindex.sbr" :
$(SOURCE)\
@@ -1541,6 +1493,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -1555,6 +1508,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_C=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
@@ -1568,6 +1529,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -1582,14 +1544,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_C=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_cgi.obj" "$(INTDIR)\mod_cgi.sbr" : $(SOURCE)
$(DEP_CPP_MOD_C)\
@@ -1608,6 +1562,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1621,6 +1576,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_D=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
@@ -1634,6 +1597,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1647,14 +1611,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_D=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_dir.obj" "$(INTDIR)\mod_dir.sbr" : $(SOURCE)
$(DEP_CPP_MOD_D)\
@@ -1673,6 +1629,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1680,6 +1637,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_E=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
@@ -1693,6 +1658,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1700,14 +1666,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_E=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_env.obj" "$(INTDIR)\mod_env.sbr" : $(SOURCE)
$(DEP_CPP_MOD_E)\
@@ -1726,6 +1684,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1739,6 +1698,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_I=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
@@ -1752,6 +1719,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1765,14 +1733,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_I=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_imap.obj" "$(INTDIR)\mod_imap.sbr" : $(SOURCE)
$(DEP_CPP_MOD_I)\
@@ -1791,6 +1751,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1804,6 +1765,16 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_IN=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
+ ".\modules\standard\config.h"\
+ ".\modules\standard\modules\perl\mod_perl.h"\
"$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
@@ -1817,6 +1788,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1830,16 +1802,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_IN=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
- ".\modules\standard\config.h"\
- ".\modules\standard\modules\perl\mod_perl.h"\
"$(INTDIR)\mod_include.obj" "$(INTDIR)\mod_include.sbr" : $(SOURCE)\
@@ -1858,6 +1820,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1870,6 +1833,13 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_IS=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_isapi.obj" : $(SOURCE) $(DEP_CPP_MOD_IS) "$(INTDIR)"
@@ -1883,6 +1853,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1895,14 +1866,7 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_MOD_IS=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\mod_isapi.obj" "$(INTDIR)\mod_isapi.sbr" : $(SOURCE)\
$(DEP_CPP_MOD_IS) "$(INTDIR)"
@@ -1920,6 +1884,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1929,6 +1894,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_L=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
@@ -1942,6 +1915,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1951,15 +1925,7 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_MOD_L=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\mod_log_config.obj" "$(INTDIR)\mod_log_config.sbr" :
$(SOURCE)\
$(DEP_CPP_MOD_L) "$(INTDIR)"
@@ -1977,6 +1943,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -1985,6 +1952,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_M=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
@@ -1998,6 +1973,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -2006,14 +1982,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_M=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_mime.obj" "$(INTDIR)\mod_mime.sbr" : $(SOURCE)
$(DEP_CPP_MOD_M)\
@@ -2032,18 +2000,28 @@
".\include\ap.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"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_MOD_N=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
+
"$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -2056,25 +2034,19 @@
".\include\ap.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"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_N=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_negotiation.obj" "$(INTDIR)\mod_negotiation.sbr" :
$(SOURCE)\
@@ -2093,6 +2065,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -2102,6 +2075,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_S=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_setenvif.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
@@ -2115,6 +2096,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -2124,14 +2106,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_S=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_setenvif.obj" "$(INTDIR)\mod_setenvif.sbr" : $(SOURCE)\
@@ -2150,6 +2124,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -2158,6 +2133,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_SO=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_so.obj" : $(SOURCE) $(DEP_CPP_MOD_SO) "$(INTDIR)"
@@ -2171,6 +2154,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -2179,14 +2163,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_SO=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_so.obj" "$(INTDIR)\mod_so.sbr" : $(SOURCE)
$(DEP_CPP_MOD_SO)\
@@ -2205,6 +2181,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -2212,6 +2189,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_U=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
@@ -2225,6 +2210,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -2232,14 +2218,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_MOD_U=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\mod_userdir.obj" "$(INTDIR)\mod_userdir.sbr" : $(SOURCE)\
@@ -2258,6 +2236,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -2265,6 +2244,13 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MODUL=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
@@ -2278,6 +2264,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_config.h"\
@@ -2285,14 +2272,7 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_MODUL=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\modules.obj" "$(INTDIR)\modules.sbr" : $(SOURCE)
$(DEP_CPP_MODUL)\
"$(INTDIR)"
@@ -2308,9 +2288,15 @@
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"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MULTI=\
+ ".\include\ap_config_auto.h"\
"$(INTDIR)\multithread.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
@@ -2322,15 +2308,11 @@
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"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_MULTI=\
- ".\include\ap_config_auto.h"\
-
"$(INTDIR)\multithread.obj" "$(INTDIR)\multithread.sbr" : $(SOURCE)\
$(DEP_CPP_MULTI) "$(INTDIR)"
@@ -2340,12 +2322,13 @@
!ENDIF
SOURCE=.\os\win32\readdir.c
-DEP_CPP_READD=\
- ".\os\win32\readdir.h"\
-
!IF "$(CFG)" == "ApacheCore - Win32 Release"
+DEP_CPP_READD=\
+ ".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
"$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -2353,6 +2336,9 @@
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+DEP_CPP_READD=\
+ ".\os\win32\readdir.h"\
+
"$(INTDIR)\readdir.obj" "$(INTDIR)\readdir.sbr" : $(SOURCE)
$(DEP_CPP_READD)\
"$(INTDIR)"
@@ -2370,6 +2356,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -2377,6 +2364,13 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_REGIS=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\registry.obj" : $(SOURCE) $(DEP_CPP_REGIS) "$(INTDIR)"
@@ -2390,6 +2384,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -2397,13 +2392,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_REGIS=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\sfio.h"\
"$(INTDIR)\registry.obj" "$(INTDIR)\registry.sbr" : $(SOURCE)
$(DEP_CPP_REGIS)\
@@ -2422,6 +2410,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -2431,6 +2420,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_RFC14=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
@@ -2444,6 +2441,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -2453,14 +2451,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_RFC14=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\rfc1413.obj" "$(INTDIR)\rfc1413.sbr" : $(SOURCE)
$(DEP_CPP_RFC14)\
@@ -2479,6 +2469,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -2491,6 +2482,13 @@
".\os\win32\readdir.h"\
".\os\win32\registry.h"\
".\os\win32\service.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_SERVI=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\service.obj" : $(SOURCE) $(DEP_CPP_SERVI) "$(INTDIR)"
@@ -2504,6 +2502,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -2516,14 +2515,7 @@
".\os\win32\readdir.h"\
".\os\win32\registry.h"\
".\os\win32\service.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_SERVI=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\service.obj" "$(INTDIR)\service.sbr" : $(SOURCE)
$(DEP_CPP_SERVI)\
"$(INTDIR)"
@@ -2541,6 +2533,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -2550,6 +2543,14 @@
".\main\test_char.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_UTIL_=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
@@ -2563,6 +2564,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -2572,14 +2574,6 @@
".\main\test_char.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_UTIL_=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\util.obj" "$(INTDIR)\util.sbr" : $(SOURCE) $(DEP_CPP_UTIL_)\
@@ -2596,9 +2590,16 @@
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"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_UTIL_D=\
+ ".\include\ap_config_auto.h"\
+ ".\include\os.h"\
"$(INTDIR)\util_date.obj" : $(SOURCE) $(DEP_CPP_UTIL_D) "$(INTDIR)"
@@ -2610,16 +2611,11 @@
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"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_UTIL_D=\
- ".\include\ap_config_auto.h"\
- ".\include\os.h"\
-
"$(INTDIR)\util_date.obj" "$(INTDIR)\util_date.sbr" : $(SOURCE)\
$(DEP_CPP_UTIL_D) "$(INTDIR)"
@@ -2638,6 +2634,7 @@
".\include\ap_config.h"\
".\include\ap_ctype.h"\
".\include\ap_md5.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\httpd.h"\
@@ -2645,6 +2642,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_UTIL_M=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
@@ -2659,6 +2664,7 @@
".\include\ap_config.h"\
".\include\ap_ctype.h"\
".\include\ap_md5.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\httpd.h"\
@@ -2666,14 +2672,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_UTIL_M=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
"$(INTDIR)\util_md5.obj" "$(INTDIR)\util_md5.sbr" : $(SOURCE)
$(DEP_CPP_UTIL_M)\
@@ -2692,6 +2690,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -2707,6 +2706,14 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_UTIL_S=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
@@ -2720,6 +2727,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -2735,15 +2743,7 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_UTIL_S=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\util_script.obj" "$(INTDIR)\util_script.sbr" : $(SOURCE)\
$(DEP_CPP_UTIL_S) "$(INTDIR)"
@@ -2761,6 +2761,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -2770,6 +2771,14 @@
".\main\uri_delims.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_UTIL_U=\
+ ".\include\ap_config_auto.h"\
+ ".\include\ebcdic.h"\
+ ".\include\os.h"\
+ ".\include\sfio.h"\
"$(INTDIR)\util_uri.obj" : $(SOURCE) $(DEP_CPP_UTIL_U) "$(INTDIR)"
@@ -2783,6 +2792,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_conf_globals.h"\
@@ -2792,15 +2802,7 @@
".\main\uri_delims.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-NODEP_CPP_UTIL_U=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\os.h"\
- ".\include\sfio.h"\
-
"$(INTDIR)\util_uri.obj" "$(INTDIR)\util_uri.sbr" : $(SOURCE)
$(DEP_CPP_UTIL_U)\
"$(INTDIR)"
@@ -2818,6 +2820,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -2825,6 +2828,13 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.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)"
@@ -2838,6 +2848,7 @@
".\include\ap.h"\
".\include\ap_config.h"\
".\include\ap_ctype.h"\
+ ".\include\ap_mmn.h"\
".\include\buff.h"\
".\include\hsregex.h"\
".\include\http_log.h"\
@@ -2845,13 +2856,6 @@
".\include\util_uri.h"\
".\os\win32\os.h"\
".\os\win32\readdir.h"\
- {$(INCLUDE)}"sys\stat.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-NODEP_CPP_UTIL_W=\
- ".\include\ap_config_auto.h"\
- ".\include\ebcdic.h"\
- ".\include\sfio.h"\
"$(INTDIR)\util_win32.obj" "$(INTDIR)\util_win32.sbr" : $(SOURCE)\
1.5 +4 -0 apache-1.3/src/ap/ap.dsp
Index: ap.dsp
===================================================================
RCS file: /home/cvs/apache-1.3/src/ap/ap.dsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ap.dsp 1998/08/05 22:15:07 1.4
+++ ap.dsp 1999/01/19 14:20:40 1.5
@@ -102,5 +102,9 @@
# PROP Default_Filter ""
# End Group
+# Begin Source File
+
+SOURCE=.\ap_md5c.c
+# End Source File
# End Target
# End Project
1.5 +170 -45 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ap.mak 1998/08/05 22:15:07 1.4
+++ ap.mak 1999/01/19 14:20:40 1.5
@@ -25,8 +25,6 @@
NULL=nul
!ENDIF
-CPP=cl.exe
-
!IF "$(CFG)" == "ap - Win32 Release"
OUTDIR=.\Release
@@ -48,6 +46,7 @@
CLEAN :
[EMAIL PROTECTED] "$(INTDIR)\ap_cpystrn.obj"
[EMAIL PROTECTED] "$(INTDIR)\ap_fnmatch.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\ap_md5c.obj"
[EMAIL PROTECTED] "$(INTDIR)\ap_signal.obj"
[EMAIL PROTECTED] "$(INTDIR)\ap_slack.obj"
[EMAIL PROTECTED] "$(INTDIR)\ap_snprintf.obj"
@@ -57,10 +56,42 @@
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
+CPP=cl.exe
CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D\
"_WINDOWS" /Fp"$(INTDIR)\ap.pch" /YX /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) $<
+<<
+
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\ap.bsc"
BSC32_SBRS= \
@@ -70,6 +101,7 @@
LIB32_OBJS= \
"$(INTDIR)\ap_cpystrn.obj" \
"$(INTDIR)\ap_fnmatch.obj" \
+ "$(INTDIR)\ap_md5c.obj" \
"$(INTDIR)\ap_signal.obj" \
"$(INTDIR)\ap_slack.obj" \
"$(INTDIR)\ap_snprintf.obj"
@@ -100,6 +132,7 @@
CLEAN :
[EMAIL PROTECTED] "$(INTDIR)\ap_cpystrn.obj"
[EMAIL PROTECTED] "$(INTDIR)\ap_fnmatch.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\ap_md5c.obj"
[EMAIL PROTECTED] "$(INTDIR)\ap_signal.obj"
[EMAIL PROTECTED] "$(INTDIR)\ap_slack.obj"
[EMAIL PROTECTED] "$(INTDIR)\ap_snprintf.obj"
@@ -109,30 +142,12 @@
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
+CPP=cl.exe
CPP_PROJ=/nologo /MDd /W3 /GX /Z7 /Od /I "../include" /D "WIN32" /D "_DEBUG"
/D\
"_WINDOWS" /Fp"$(INTDIR)\ap.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD
/c
CPP_OBJS=.\Debug/
CPP_SBRS=.
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\ap.bsc"
-BSC32_SBRS= \
-
-LIB32=link.exe -lib
-LIB32_FLAGS=/nologo /out:"$(OUTDIR)\ap.lib"
-LIB32_OBJS= \
- "$(INTDIR)\ap_cpystrn.obj" \
- "$(INTDIR)\ap_fnmatch.obj" \
- "$(INTDIR)\ap_signal.obj" \
- "$(INTDIR)\ap_slack.obj" \
- "$(INTDIR)\ap_snprintf.obj"
-"$(OUTDIR)\ap.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
- $(LIB32) @<<
- $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
-<<
-
-!ENDIF
-
.c{$(CPP_OBJS)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
@@ -163,7 +178,28 @@
$(CPP_PROJ) $<
<<
+BSC32=bscmake.exe
+BSC32_FLAGS=/nologo /o"$(OUTDIR)\ap.bsc"
+BSC32_SBRS= \
+
+LIB32=link.exe -lib
+LIB32_FLAGS=/nologo /out:"$(OUTDIR)\ap.lib"
+LIB32_OBJS= \
+ "$(INTDIR)\ap_cpystrn.obj" \
+ "$(INTDIR)\ap_fnmatch.obj" \
+ "$(INTDIR)\ap_md5c.obj" \
+ "$(INTDIR)\ap_signal.obj" \
+ "$(INTDIR)\ap_slack.obj" \
+ "$(INTDIR)\ap_snprintf.obj"
+
+"$(OUTDIR)\ap.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
+ $(LIB32) @<<
+ $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
+<<
+
+!ENDIF
+
!IF "$(CFG)" == "ap - Win32 Release" || "$(CFG)" == "ap - Win32 Debug"
SOURCE=.\ap_cpystrn.c
@@ -172,16 +208,23 @@
DEP_CPP_AP_CP=\
"..\include\alloc.h"\
"..\include\ap.h"\
+ "..\include\ap_config.h"\
+ "..\include\ap_ctype.h"\
+ "..\include\ap_mmn.h"\
"..\include\buff.h"\
- "..\include\conf.h"\
"..\include\hsregex.h"\
"..\include\httpd.h"\
"..\include\util_uri.h"\
"..\os\win32\os.h"\
"..\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
NODEP_CPP_AP_CP=\
- "..\include\apctype.h"\
+ "..\include\ap_config_auto.h"\
+ "..\include\ebcdic.h"\
+ "..\include\os.h"\
+ "..\include\sfio.h"\
"$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
@@ -192,17 +235,16 @@
DEP_CPP_AP_CP=\
"..\include\alloc.h"\
"..\include\ap.h"\
+ "..\include\ap_config.h"\
+ "..\include\ap_ctype.h"\
+ "..\include\ap_mmn.h"\
"..\include\buff.h"\
- "..\include\conf.h"\
"..\include\hsregex.h"\
"..\include\httpd.h"\
"..\include\util_uri.h"\
"..\os\win32\os.h"\
"..\os\win32\readdir.h"\
-NODEP_CPP_AP_CP=\
- "..\include\hide.h"\
-
"$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
@@ -210,9 +252,13 @@
!ENDIF
SOURCE=.\ap_fnmatch.c
+
+!IF "$(CFG)" == "ap - Win32 Release"
+
DEP_CPP_AP_FN=\
"..\include\ap_config.h"\
"..\include\ap_ctype.h"\
+ "..\include\ap_mmn.h"\
"..\include\fnmatch.h"\
"..\include\hsregex.h"\
"..\os\win32\os.h"\
@@ -227,6 +273,22 @@
"$(INTDIR)\ap_fnmatch.obj" : $(SOURCE) $(DEP_CPP_AP_FN) "$(INTDIR)"
+!ELSEIF "$(CFG)" == "ap - Win32 Debug"
+
+DEP_CPP_AP_FN=\
+ "..\include\ap_config.h"\
+ "..\include\ap_ctype.h"\
+ "..\include\ap_mmn.h"\
+ "..\include\fnmatch.h"\
+ "..\include\hsregex.h"\
+ "..\os\win32\os.h"\
+
+
+"$(INTDIR)\ap_fnmatch.obj" : $(SOURCE) $(DEP_CPP_AP_FN) "$(INTDIR)"
+
+
+!ENDIF
+
SOURCE=.\ap_signal.c
!IF "$(CFG)" == "ap - Win32 Release"
@@ -234,16 +296,23 @@
DEP_CPP_AP_SI=\
"..\include\alloc.h"\
"..\include\ap.h"\
+ "..\include\ap_config.h"\
+ "..\include\ap_ctype.h"\
+ "..\include\ap_mmn.h"\
"..\include\buff.h"\
- "..\include\conf.h"\
"..\include\hsregex.h"\
"..\include\httpd.h"\
"..\include\util_uri.h"\
"..\os\win32\os.h"\
"..\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
NODEP_CPP_AP_SI=\
- "..\include\apctype.h"\
+ "..\include\ap_config_auto.h"\
+ "..\include\ebcdic.h"\
+ "..\include\os.h"\
+ "..\include\sfio.h"\
"$(INTDIR)\ap_signal.obj" : $(SOURCE) $(DEP_CPP_AP_SI) "$(INTDIR)"
@@ -254,17 +323,16 @@
DEP_CPP_AP_SI=\
"..\include\alloc.h"\
"..\include\ap.h"\
+ "..\include\ap_config.h"\
+ "..\include\ap_ctype.h"\
+ "..\include\ap_mmn.h"\
"..\include\buff.h"\
- "..\include\conf.h"\
"..\include\hsregex.h"\
"..\include\httpd.h"\
"..\include\util_uri.h"\
"..\os\win32\os.h"\
"..\os\win32\readdir.h"\
-NODEP_CPP_AP_SI=\
- "..\include\hide.h"\
-
"$(INTDIR)\ap_signal.obj" : $(SOURCE) $(DEP_CPP_AP_SI) "$(INTDIR)"
@@ -278,17 +346,24 @@
DEP_CPP_AP_SL=\
"..\include\alloc.h"\
"..\include\ap.h"\
+ "..\include\ap_config.h"\
+ "..\include\ap_ctype.h"\
+ "..\include\ap_mmn.h"\
"..\include\buff.h"\
- "..\include\conf.h"\
"..\include\hsregex.h"\
"..\include\http_log.h"\
"..\include\httpd.h"\
"..\include\util_uri.h"\
"..\os\win32\os.h"\
"..\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
NODEP_CPP_AP_SL=\
- "..\include\apctype.h"\
+ "..\include\ap_config_auto.h"\
+ "..\include\ebcdic.h"\
+ "..\include\os.h"\
+ "..\include\sfio.h"\
"$(INTDIR)\ap_slack.obj" : $(SOURCE) $(DEP_CPP_AP_SL) "$(INTDIR)"
@@ -299,8 +374,10 @@
DEP_CPP_AP_SL=\
"..\include\alloc.h"\
"..\include\ap.h"\
+ "..\include\ap_config.h"\
+ "..\include\ap_ctype.h"\
+ "..\include\ap_mmn.h"\
"..\include\buff.h"\
- "..\include\conf.h"\
"..\include\hsregex.h"\
"..\include\http_log.h"\
"..\include\httpd.h"\
@@ -308,9 +385,6 @@
"..\os\win32\os.h"\
"..\os\win32\readdir.h"\
-NODEP_CPP_AP_SL=\
- "..\include\hide.h"\
-
"$(INTDIR)\ap_slack.obj" : $(SOURCE) $(DEP_CPP_AP_SL) "$(INTDIR)"
@@ -324,16 +398,23 @@
DEP_CPP_AP_SN=\
"..\include\alloc.h"\
"..\include\ap.h"\
+ "..\include\ap_config.h"\
+ "..\include\ap_ctype.h"\
+ "..\include\ap_mmn.h"\
"..\include\buff.h"\
- "..\include\conf.h"\
"..\include\hsregex.h"\
"..\include\httpd.h"\
"..\include\util_uri.h"\
"..\os\win32\os.h"\
"..\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
NODEP_CPP_AP_SN=\
- "..\include\apctype.h"\
+ "..\include\ap_config_auto.h"\
+ "..\include\ebcdic.h"\
+ "..\include\os.h"\
+ "..\include\sfio.h"\
"$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
@@ -342,15 +423,59 @@
!ELSEIF "$(CFG)" == "ap - Win32 Debug"
DEP_CPP_AP_SN=\
- "..\include\conf.h"\
+ "..\include\alloc.h"\
+ "..\include\ap.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"\
-
-NODEP_CPP_AP_SN=\
- "..\include\hide.h"\
+ "..\os\win32\readdir.h"\
"$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
+
+
+!ENDIF
+
+SOURCE=.\ap_md5c.c
+
+!IF "$(CFG)" == "ap - Win32 Release"
+
+DEP_CPP_AP_MD=\
+ "..\include\ap_config.h"\
+ "..\include\ap_ctype.h"\
+ "..\include\ap_md5.h"\
+ "..\include\ap_mmn.h"\
+ "..\include\hsregex.h"\
+ "..\os\win32\os.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_AP_MD=\
+ "..\include\ap_config_auto.h"\
+ "..\include\os.h"\
+ ".\ebcdic.h"\
+
+
+"$(INTDIR)\ap_md5c.obj" : $(SOURCE) $(DEP_CPP_AP_MD) "$(INTDIR)"
+
+
+!ELSEIF "$(CFG)" == "ap - Win32 Debug"
+
+DEP_CPP_AP_MD=\
+ "..\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)"
!ENDIF