summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-07-11 15:49:04 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-07-11 15:49:04 +0000
commit8d511bc0d6c8704fcadb05f64bc3f478d9dbffd1 (patch)
tree5654953d3ccff249e621b33cba96475477427f81 /NWGNUmakefile
parentbd5bbf6378421c05e67fa5dc5a3cb17ff3928a4b (diff)
downloadapr-8d511bc0d6c8704fcadb05f64bc3f478d9dbffd1.tar.gz
Fixing up APR for NetWare so that it builds with the new apr_poll() changes
git-svn-id: https://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