bnicholes    2003/11/11 14:03:52

  Modified:    .        NWGNUmakefile
               build    nw_export.inc
  Log:
  Add apr_random to the NetWare build
  
  Revision  Changes    Path
  1.18      +8 -0      apr/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/apr/NWGNUmakefile,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- NWGNUmakefile     2 Oct 2003 14:48:45 -0000       1.17
  +++ NWGNUmakefile     11 Nov 2003 22:03:52 -0000      1.18
  @@ -30,6 +30,7 @@
                        $(APR_WORK)/include/arch/NetWare \
                        $(APR_WORK)/include/arch/unix \
                        $(APR_WORK)/memory/unix \
  +                     $(APR_WORK)/random/unix \
                        $(APRUTIL)/xml \
                        $(EOLIST)
   
  @@ -277,8 +278,11 @@
        $(OBJDIR)/proc_mutex.o \
        $(OBJDIR)/rand.o \
        $(OBJDIR)/readwrite.o \
  +     $(OBJDIR)/apr_random.o \
        $(OBJDIR)/seek.o \
        $(OBJDIR)/sendrecv.o \
  +     $(OBJDIR)/sha2.o \
  +     $(OBJDIR)/sha2_glue.o \
        $(OBJDIR)/shm.o \
        $(OBJDIR)/signals.o \
        $(OBJDIR)/sockaddr.o \
  @@ -401,6 +405,10 @@
   $(OBJDIR)/%.o: support/unix/%.c $(OBJDIR)\cc.opt
        @echo Compiling $<
        $(CC) support\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
  +     
  +$(OBJDIR)/%.o: random/unix/%.c $(OBJDIR)\cc.opt
  +     @echo Compiling $<
  +     $(CC) random\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
   
   #
   # Include the 'tail' makefile that has targets that depend on variables 
defined
  
  
  
  1.15      +1 -0      apr/build/nw_export.inc
  
  Index: nw_export.inc
  ===================================================================
  RCS file: /home/cvs/apr/build/nw_export.inc,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- nw_export.inc     6 Sep 2003 12:03:31 -0000       1.14
  +++ nw_export.inc     11 Nov 2003 22:03:52 -0000      1.15
  @@ -31,6 +31,7 @@
   #include "apr_portable.h"
   #include "apr_proc_mutex.h"
   #include "apr_ring.h"
  +#include "apr_random.h"
   #include "apr_shm.h"
   #include "apr_signal.h"
   #include "apr_strings.h"
  
  
  

Reply via email to