mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(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
This commit is contained in:
parent
d09bb35143
commit
4ddaa9c2b5
1 changed files with 6 additions and 2 deletions
|
@ -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" $< > $@
|
||||
|
|
Loading…
Reference in a new issue