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:32:18 UTC

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

rbb         00/04/27 13:32:18

  Modified:    src/lib/apr/test Makefile.in
  Removed:     src/lib/apr/test htdigest.c
  Log:
  Remove the htdigest files from the test directory.  I am moving these to
  the support directory now.
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Makefile.in	2000/04/27 20:29:52	1.17
  +++ Makefile.in	2000/04/27 20:32:18	1.18
  @@ -20,7 +20,6 @@
   	testtime@EXEEXT@ \
   	testargs@EXEEXT@ \
   	testcontext@EXEEXT@ \
  -	htdigest@EXEEXT@ \
   	testmmap@EXEEXT@ \
   	testshmem@EXEEXT@ \
   	testpipe@EXEEXT@ \
  @@ -35,7 +34,6 @@
   	testtime.o \
           testargs.o \
           testcontext.o \
  -	htdigest.o \
   	testmmap.o \
   	testdso.o \
   	testoc.o \
  @@ -64,9 +62,6 @@
   testcontext@EXEEXT@: testcontext.o
   	$(CC) $(CFLAGS) testcontext.o -o testcontext@EXEEXT@ $(LDFLAGS) 
   
  -htdigest@EXEEXT@: htdigest.o
  -	$(CC) $(CFLAGS) htdigest.o -o htdigest@EXEEXT@ $(LDFLAGS)
  -
   testproc@EXEEXT@: testproc.o
   	$(CC) $(CFLAGS) testproc.o -o testproc@EXEEXT@ $(LDFLAGS)
   
  @@ -118,10 +113,6 @@
   client.o: client.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 $(OSDIR)/usr/include/errno.h
  -htdigest.o: htdigest.c $(INCDIR)/apr_lib.h $(INCDIR)/apr_general.h \
  - $(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
  - $(INCDIR)/apr_time.h $(INCDIR)/apr_thread_proc.h \
  - $(INCDIR)/apr_md5.h $(INCDIR)/apr_private.h
   mod_test.o: mod_test.c
   server.o: server.c $(INCDIR)/apr_network_io.h \
    $(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \