From 3ecc0f9d4dd7d7dec60f46b13a1c82b0c8c55fe5 Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 16 Apr 1996 22:38:28 +0000 Subject: [PATCH] (GNU_MFILES): Re-added Time.m. (o_vscanf$(OEXT), o_vscanf_pic$(OEXT)): New rules that turn off warnings for o_vscanf.c, it generates a bunch of unimportant ones. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1381 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index b2661ae96..835b6193f 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -107,7 +107,6 @@ INCLUDEFLAGS='$(INCLUDEFLAGS)' DEFS='$(DEFS)' # GNU Class source files #RetainingNotifier.m \ -#Time.m \ GNU_MFILES = \ Archiver.m \ @@ -164,6 +163,7 @@ Stream.m \ String.m \ TcpPort.m \ TextCStream.m \ +Time.m \ UdpPort.m \ array.m \ array-bas.m \ @@ -579,7 +579,11 @@ objects/stdobjects.h: objects/stdobjects.h.in ../Version > $@ stdobjects$(OEXT): objects/stdobjects.h -# The Xs and Ys...Don't mess with these without thinking first. +# Turn off warnings for o_vscanf.c, it generates a bunch of unimportant ones. +o_vscanf$(OEXT): o_vscanf.c + $(CC) -c $(ALL_CPPFLAGS) $(DEFS) $(ALL_OBJCFLAGS) -w -o $@ $< +o_vscanf_pic$(OEXT): o_vscanf.c + $(CC) -c $(ALL_CPPFLAGS) $(DEFS) $(ALL_OBJCFLAGS) -w -o $@ $< objects/%-bas.h: objects/x-bas.h.in sed -e "s/@XX@/$*/g" $< > $@