bnicholes 2003/12/03 15:55:52
Modified: . NWGNUmakefile
Log:
Add atomic.c to the netware build
Revision Changes Path
1.21 +5 -0 apr/NWGNUmakefile
Index: NWGNUmakefile
===================================================================
RCS file: /home/cvs/apr/NWGNUmakefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- NWGNUmakefile 21 Nov 2003 23:44:15 -0000 1.20
+++ NWGNUmakefile 3 Dec 2003 23:55:52 -0000 1.21
@@ -236,6 +236,7 @@
# 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 \
@@ -342,6 +343,10 @@
#
# 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 $<