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/04/27 22:29:53 UTC

cvs commit: apache-2.0/src/lib/apr/test Makefile.in ab_apr.c

rbb         00/04/27 13:29:53

  Modified:    src/lib/apr/test Makefile.in
  Removed:     src/lib/apr/test ab_apr.c
  Log:
  Remvoe ApacheBench from the test directory in APR.  This has been moved to
  the support directory where it belongs.
  
  Revision  Changes    Path
  1.17      +0 -9      apache-2.0/src/lib/apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/test/Makefile.in,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Makefile.in	2000/04/22 06:16:43	1.16
  +++ Makefile.in	2000/04/27 20:29:52	1.17
  @@ -20,7 +20,6 @@
   	testtime@EXEEXT@ \
   	testargs@EXEEXT@ \
   	testcontext@EXEEXT@ \
  -	ab@EXEEXT@ \
   	htdigest@EXEEXT@ \
   	testmmap@EXEEXT@ \
   	testshmem@EXEEXT@ \
  @@ -36,7 +35,6 @@
   	testtime.o \
           testargs.o \
           testcontext.o \
  -	ab_apr.o \
   	htdigest.o \
   	testmmap.o \
   	testdso.o \
  @@ -66,9 +64,6 @@
   testcontext@EXEEXT@: testcontext.o
   	$(CC) $(CFLAGS) testcontext.o -o testcontext@EXEEXT@ $(LDFLAGS) 
   
  -ab@EXEEXT@: ab_apr.o
  -	$(CC) $(CFLAGS) ab_apr.o -o ab@EXEEXT@ $(LDFLAGS)
  -
   htdigest@EXEEXT@: htdigest.o
   	$(CC) $(CFLAGS) htdigest.o -o htdigest@EXEEXT@ $(LDFLAGS)
   
  @@ -118,10 +113,6 @@
   	    && rm Makefile.new
   
   # DO NOT REMOVE
  -ab_apr.o: ab_apr.c $(INCDIR)/apr_network_io.h \
  - $(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \
  - $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
  - $(INCDIR)/apr_getopt.h
   abc.o: abc.c $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
    $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_time.h
   client.o: client.c $(INCDIR)/apr_network_io.h \