summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-01-10 23:29:18 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-01-10 23:29:18 +0000
commitf7b103f9f1923aea57a1773b7106cd21eea05b02 (patch)
tree93c2243c17c22013080acab776a016094f6e0354 /NWGNUmakefile
parent92a2127c7681a958f2c9aa78cf9778280d97d549 (diff)
downloadlibapr-f7b103f9f1923aea57a1773b7106cd21eea05b02.tar.gz
Replaced the apr_atomic_dec function and the apr_atomic_casptr macro
with inline functions for NetWare. git-svn-id: http://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