summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-12-03 23:55:52 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-12-03 23:55:52 +0000
commitd48b7138eb0c41ec8da1de3c5afe94f5aeee8cd0 (patch)
treed167363c1e99a71c059dd4be1c3b828046507b34 /NWGNUmakefile
parentcde3537699c83fe38290c40e71813d289a96f6f5 (diff)
downloadlibapr-d48b7138eb0c41ec8da1de3c5afe94f5aeee8cd0.tar.gz
Add atomic.c to the netware build
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index a4a7e7834..e4cc44588 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -236,6 +236,7 @@ FILES_nlm_exports = \
# Paths must all use the '/' character
#
FILES_lib_objs = \
+ $(OBJDIR)/apr_atomic.o \
$(OBJDIR)/apr_cpystrn.o \
$(OBJDIR)/apr_fnmatch.o \
$(OBJDIR)/apr_getpass.o \
@@ -343,6 +344,10 @@ endif
# Any specialized rules here
#
+$(OBJDIR)/%.o: atomic/netware/%.c $(OBJDIR)\cc.opt
+ @echo Compiling $<
+ $(CC) atomic\netware\$(<F) -cwd source -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
+
$(OBJDIR)/%.o: strings/%.c $(OBJDIR)\cc.opt
@echo Compiling $<
$(CC) strings\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt