summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
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