summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2003-01-10 23:29:18 +0000
committerBradley Nicholes <bnicholes@apache.org>2003-01-10 23:29:18 +0000
commit5315acdfe134a3533b11202c1172a5648f21bcb4 (patch)
tree93c2243c17c22013080acab776a016094f6e0354 /NWGNUmakefile
parentb151543bf7c8d0a2d39569abe968560fa401c0f3 (diff)
downloadapr-5315acdfe134a3533b11202c1172a5648f21bcb4.tar.gz
Replaced the apr_atomic_dec function and the apr_atomic_casptr macro
with inline functions for NetWare. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64288 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 28032e28b..b57e51dbb 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -236,7 +236,6 @@ 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 \
@@ -316,10 +315,6 @@ install :: nlms FORCE
# Any specialized rules here
#
-$(OBJDIR)/%.o: atomic/netware/%.c $(OBJDIR)\cc.opt
- @echo Compiling $<
- $(CC) atomic\netware\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
-
$(OBJDIR)/%.o: strings/%.c $(OBJDIR)\cc.opt
@echo Compiling $<
$(CC) strings\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt