You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/07/11 23:33:06 UTC

cvs commit: apache-2.0/src/lib/apr/buckets Makefile.in

rbb         00/07/11 14:33:05

  Modified:    src/lib/apr/buckets Makefile.in
  Log:
  Add dependancies, and a new file that will be added in the next commit.
  
  Revision  Changes    Path
  1.2       +30 -0     apache-2.0/src/lib/apr/buckets/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/buckets/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	2000/07/11 00:25:57	1.1
  +++ Makefile.in	2000/07/11 21:33:04	1.2
  @@ -17,6 +17,7 @@
   OBJS=ap_buf.o \
   	ap_rwmem_buf.o \
   	ap_mmap_buf.o \
  +	ap_rmem_buf.o
   
   .c.o:
   	$(CC) $(CFLAGS) -c $(INCLUDES) $<
  @@ -50,3 +51,32 @@
   	    && rm Makefile.new
   
   # DO NOT REMOVE
  +ap_buf.o: ap_buf.c $(INCDIR)/apr_private.h $(INCDIR)/apr_lib.h \
  + $(INCDIR)/apr.h $(INCDIR)/apr_pools.h $(INCDIR)/apr_thread_proc.h \
  + $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
  + $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h $(INCDIR)/apr_tables.h \
  + $(INCDIR)/apr_buf.h $(INCDIR)/apr_mmap.h \
  + $(INCDIR)/apr_network_io.h $(INCDIR)/apr_portable.h \
  + $(INCDIR)/apr_lock.h $(INCDIR)/apr_dso.h \
  + $(INCDIR)/../../../include/ap_iol.h
  +ap_mmap_buf.o: ap_mmap_buf.c $(INCDIR)/apr_private.h \
  + $(INCDIR)/apr_buf.h $(INCDIR)/apr_mmap.h $(INCDIR)/apr_general.h \
  + $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_network_io.h \
  + $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
  + $(INCDIR)/apr_portable.h $(INCDIR)/apr_thread_proc.h \
  + $(INCDIR)/apr_lock.h $(INCDIR)/apr_dso.h \
  + $(INCDIR)/../../../include/ap_iol.h
  +ap_rmem_buf.o: ap_rmem_buf.c $(INCDIR)/apr_private.h \
  + $(INCDIR)/apr_buf.h $(INCDIR)/apr_mmap.h $(INCDIR)/apr_general.h \
  + $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_network_io.h \
  + $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
  + $(INCDIR)/apr_portable.h $(INCDIR)/apr_thread_proc.h \
  + $(INCDIR)/apr_lock.h $(INCDIR)/apr_dso.h \
  + $(INCDIR)/../../../include/ap_iol.h
  +ap_rwmem_buf.o: ap_rwmem_buf.c $(INCDIR)/apr_private.h \
  + $(INCDIR)/apr_buf.h $(INCDIR)/apr_mmap.h $(INCDIR)/apr_general.h \
  + $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_network_io.h \
  + $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
  + $(INCDIR)/apr_portable.h $(INCDIR)/apr_thread_proc.h \
  + $(INCDIR)/apr_lock.h $(INCDIR)/apr_dso.h \
  + $(INCDIR)/../../../include/ap_iol.h