summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-07-11 15:49:04 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-07-11 15:49:04 +0000
commit223ea2d735205c09fee55d9dd3a707b9b9f52192 (patch)
tree5654953d3ccff249e621b33cba96475477427f81 /NWGNUmakefile
parent3d1844504568b1a720bdbb3af029d0ba3449e9b4 (diff)
downloadlibapr-223ea2d735205c09fee55d9dd3a707b9b9f52192.tar.gz
Fixing up APR for NetWare so that it builds with the new apr_poll() changes
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63612 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 63bd95915..3b6cd9634 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -295,6 +295,7 @@ FILES_lib_objs = \
$(OBJDIR)/utf8_ucs2.o \
$(OBJDIR)/uuid.o \
$(OBJDIR)/version.o \
+ $(OBJDIR)/waitio.o \
$(OBJDIR)/xlate.o \
$(EOLIST)
@@ -389,6 +390,10 @@ $(OBJDIR)/%.o: network_io/win32/%.c $(OBJDIR)\cc.opt
$(OBJDIR)/%.o: network_io/unix/%.c $(OBJDIR)\cc.opt
@echo Compiling $<
$(CC) network_io\unix\$(<F) -cwd source -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
+
+$(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 $<
@@ -402,6 +407,10 @@ $(OBJDIR)/%.o: shmem/unix/%.c $(OBJDIR)\cc.opt
@echo Compiling $<
$(CC) shmem\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
+$(OBJDIR)/%.o: support/unix/%.c $(OBJDIR)\cc.opt
+ @echo Compiling $<
+ $(CC) support\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
+
#
# Include the 'tail' makefile that has targets that depend on variables defined
# in this makefile