You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/12/02 16:39:41 UTC

cvs commit: httpd-2.0/modules/filters NWGNUmakefile NWGNUdeflate

bnicholes    2002/12/02 07:39:40

  Modified:    modules/filters Tag: APACHE_2_0_BRANCH NWGNUdeflate
  Added:       modules/filters Tag: APACHE_2_0_BRANCH NWGNUmakefile
  Log:
  Makefile changes to move mod_ext_filter out of experimental and into filters
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +4 -4      httpd-2.0/modules/filters/NWGNUdeflate
  
  Index: NWGNUdeflate
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/filters/NWGNUdeflate,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- NWGNUdeflate	16 Oct 2002 23:52:27 -0000	1.4
  +++ NWGNUdeflate	2 Dec 2002 15:39:40 -0000	1.4.2.1
  @@ -33,7 +33,6 @@
   			$(AP_WORK)/srclib/apr/include \
   			$(AP_WORK)/srclib/apr-util/include \
   			$(AP_WORK)/srclib/apr \
  -			$(AP_WORK)/srclib/zlib \
   			$(EOLIST)
   
   #
  @@ -265,10 +264,11 @@
   # Any specialized rules here
   #
   
  -$(OBJDIR)/%.o: ../../srclib/zlib/%.c $(OBJDIR)\cc.opt
  +ifneq "$(ZLIBSDK)" ""
  +$(OBJDIR)/%.o: $(ZLIBSDK)/%.c $(OBJDIR)\cc.opt
   	@echo Compiling $<
  -	$(CC) ..\..\srclib\zlib\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
  -
  +	$(CC) $(ZLIBSDK)\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
  +endif
   
   #
   # Include the 'tail' makefile that has targets that depend on variables defined
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +0 -0      httpd-2.0/modules/filters/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/filters/NWGNUmakefile,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1