bnicholes 2002/07/19 12:47:39
Modified: . NWGNUmakefile
build nw_export.inc
Log:
NetWare make file updates for the xlate changes to apr-util
Revision Changes Path
1.9 +0 -9 apr/NWGNUmakefile
Index: NWGNUmakefile
===================================================================
RCS file: /home/cvs/apr/NWGNUmakefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- NWGNUmakefile 11 Jul 2002 20:25:38 -0000 1.8
+++ NWGNUmakefile 19 Jul 2002 19:47:39 -0000 1.9
@@ -241,7 +241,6 @@
$(OBJDIR)/apr_fnmatch.o \
$(OBJDIR)/apr_getpass.o \
$(OBJDIR)/apr_hash.o \
- $(OBJDIR)/apr_md5.o \
$(OBJDIR)/apr_pools.o \
$(OBJDIR)/apr_snprintf.o \
$(OBJDIR)/apr_strings.o \
@@ -261,7 +260,6 @@
$(OBJDIR)/flock.o \
$(OBJDIR)/fullrw.o \
$(OBJDIR)/getopt.o \
- $(OBJDIR)/getuuid.o \
$(OBJDIR)/groupinfo.o \
$(OBJDIR)/inet_pton.o \
$(OBJDIR)/inet_ntop.o \
@@ -293,11 +291,8 @@
$(OBJDIR)/time.o \
$(OBJDIR)/timestr.o \
$(OBJDIR)/userinfo.o \
- $(OBJDIR)/utf8_ucs2.o \
- $(OBJDIR)/uuid.o \
$(OBJDIR)/version.o \
$(OBJDIR)/waitio.o \
- $(OBJDIR)/xlate.o \
$(EOLIST)
@@ -395,10 +390,6 @@
$(OBJDIR)/%.o: poll/unix/%.c $(OBJDIR)\cc.opt
@echo Compiling $<
$(CC) poll\unix\$(<F) -cwd source -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
-
-$(OBJDIR)/%.o: i18n/unix/%.c $(OBJDIR)\cc.opt
- @echo Compiling $<
- $(CC) i18n\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
$(OBJDIR)/%.o: file_io/os2/%.c $(OBJDIR)\cc.opt
@echo Compiling $<
1.9 +4 -2 apr/build/nw_export.inc
Index: nw_export.inc
===================================================================
RCS file: /home/cvs/apr/build/nw_export.inc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nw_export.inc 17 Jul 2002 05:15:17 -0000 1.8
+++ nw_export.inc 19 Jul 2002 19:47:39 -0000 1.9
@@ -63,6 +63,7 @@
#include "apr_dbm.h"
#include "apr_hooks.h"
#include "apr_md4.h"
+#include "apr_md5.h"
#include "apr_optional.h"
#include "apr_optional_hooks.h"
#include "apr_rmm.h"
@@ -70,6 +71,7 @@
#include "apr_sha1.h"
#include "apr_strmatch.h"
#include "apr_uri.h"
+#include "apr_uuid.h"
+#include "apr_xlate.h"
#include "apr_xml.h"
-#include "apr_compat.h"
-#include "apr_strmatch.h"
+#include "apu_compat.h"