You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@hyperreal.org on 1999/10/07 16:08:27 UTC

cvs commit: apache-2.0/src/ap ap.mak

stoddard    99/10/07 07:08:27

  Modified:    src/ap   ap.mak
  Log:
  Forgot to commit the ap.mak file along with the ap.dsp project file
  
  Revision  Changes    Path
  1.6       +52 -106   apache-2.0/src/ap/ap.mak
  
  Index: ap.mak
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/ap/ap.mak,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ap.mak	1999/09/13 18:22:58	1.5
  +++ ap.mak	1999/10/07 14:08:27	1.6
  @@ -25,8 +25,6 @@
   NULL=nul
   !ENDIF 
   
  -CPP=cl.exe
  -
   !IF  "$(CFG)" == "ap - Win32 Release"
   
   OUTDIR=.\Release
  @@ -55,11 +53,43 @@
   "$(OUTDIR)" :
       if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
   
  +CPP=cl.exe
   CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../include" /I "../lib/apr/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= \
  @@ -104,28 +134,12 @@
   "$(OUTDIR)" :
       if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
   
  +CPP=cl.exe
   CPP_PROJ=/nologo /MDd /W3 /GX /Z7 /Od /I "../include" /I "../lib/apr/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_base64.obj" \
  -	"$(INTDIR)\ap_hooks.obj" \
  -	"$(INTDIR)\ap_sha1.obj"
  -
  -"$(OUTDIR)\ap.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  -    $(LIB32) @<<
  -  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  -<<
  -
  -!ENDIF 
   
   .c{$(CPP_OBJS)}.obj::
      $(CPP) @<<
  @@ -157,34 +171,27 @@
      $(CPP_PROJ) $< 
   <<
   
  -
  -!IF "$(CFG)" == "ap - Win32 Release" || "$(CFG)" == "ap - Win32 Debug"
  -SOURCE=.\ap_base64.c
  -
  -!IF  "$(CFG)" == "ap - Win32 Release"
  -
  -DEP_CPP_AP_BA=\
  -	"..\include\ap.h"\
  -	"..\include\ap_config.h"\
  -	"..\include\ap_ctype.h"\
  -	"..\include\ap_mmn.h"\
  -	"..\include\apr.h"\
  -	"..\include\hsregex.h"\
  -	"..\os\win32\os.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
  -	
  -NODEP_CPP_AP_BA=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\os.h"\
  -	".\ebcdic.h"\
  +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_base64.obj" \
  +	"$(INTDIR)\ap_hooks.obj" \
  +	"$(INTDIR)\ap_sha1.obj"
   
  -"$(INTDIR)\ap_base64.obj" : $(SOURCE) $(DEP_CPP_AP_BA) "$(INTDIR)"
  +"$(OUTDIR)\ap.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  +    $(LIB32) @<<
  +  $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  +<<
   
  +!ENDIF 
   
  -!ELSEIF  "$(CFG)" == "ap - Win32 Debug"
   
  +!IF "$(CFG)" == "ap - Win32 Release" || "$(CFG)" == "ap - Win32 Debug"
  +SOURCE=.\ap_base64.c
   DEP_CPP_AP_BA=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -198,12 +205,7 @@
   "$(INTDIR)\ap_base64.obj" : $(SOURCE) $(DEP_CPP_AP_BA) "$(INTDIR)"
   
   
  -!ENDIF 
  -
   SOURCE=.\ap_hooks.c
  -
  -!IF  "$(CFG)" == "ap - Win32 Release"
  -
   DEP_CPP_AP_HO=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
  @@ -222,30 +224,20 @@
   	"..\lib\apr\include\apr_general.h"\
   	"..\lib\apr\include\apr_lib.h"\
   	"..\lib\apr\include\apr_win.h"\
  -	"..\lib\apr\include\hsregex.h"\
   	"..\os\win32\os.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
  -	
  -NODEP_CPP_AP_HO=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\ebcdic.h"\
  -	"..\include\os.h"\
  -	"..\lib\apr\include\apr_config.h"\
   	
   
   "$(INTDIR)\ap_hooks.obj" : $(SOURCE) $(DEP_CPP_AP_HO) "$(INTDIR)"
   
   
  -!ELSEIF  "$(CFG)" == "ap - Win32 Debug"
  -
  -DEP_CPP_AP_HO=\
  +SOURCE=.\ap_sha1.c
  +DEP_CPP_AP_SH=\
   	"..\include\ap.h"\
   	"..\include\ap_config.h"\
   	"..\include\ap_ctype.h"\
  -	"..\include\ap_hooks.h"\
   	"..\include\ap_iol.h"\
   	"..\include\ap_mmn.h"\
  +	"..\include\ap_sha1.h"\
   	"..\include\apr.h"\
   	"..\include\buff.h"\
   	"..\include\hsregex.h"\
  @@ -257,57 +249,11 @@
   	"..\lib\apr\include\apr_general.h"\
   	"..\lib\apr\include\apr_lib.h"\
   	"..\lib\apr\include\apr_win.h"\
  -	"..\lib\apr\include\hsregex.h"\
  -	"..\os\win32\os.h"\
  -	
  -
  -"$(INTDIR)\ap_hooks.obj" : $(SOURCE) $(DEP_CPP_AP_HO) "$(INTDIR)"
  -
  -
  -!ENDIF 
  -
  -SOURCE=.\ap_sha1.c
  -
  -!IF  "$(CFG)" == "ap - Win32 Release"
  -
  -DEP_CPP_AP_SH=\
  -	"..\include\ap.h"\
  -	"..\include\ap_config.h"\
  -	"..\include\ap_ctype.h"\
  -	"..\include\ap_mmn.h"\
  -	"..\include\ap_sha1.h"\
  -	"..\include\apr.h"\
  -	"..\include\hsregex.h"\
  -	"..\os\win32\os.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
  -	
  -NODEP_CPP_AP_SH=\
  -	"..\include\ap_config_auto.h"\
  -	"..\include\os.h"\
  -	".\ebcdic.h"\
  -	
  -
  -"$(INTDIR)\ap_sha1.obj" : $(SOURCE) $(DEP_CPP_AP_SH) "$(INTDIR)"
  -
  -
  -!ELSEIF  "$(CFG)" == "ap - 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\apr.h"\
  -	"..\include\hsregex.h"\
   	"..\os\win32\os.h"\
   	
   
   "$(INTDIR)\ap_sha1.obj" : $(SOURCE) $(DEP_CPP_AP_SH) "$(INTDIR)"
   
  -
  -!ENDIF 
   
   
   !ENDIF