(CFLAGS): Add -Wno-format.

(SRCS): Use new, more descriptive file names.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1392 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 00:31:48 +00:00
parent 9212d4a641
commit 2582934b5f

View file

@ -30,7 +30,7 @@ VPATH = @srcdir@
CC = @CC@
CFLAGS = -Wall -Wno-implicit -g -O
CFLAGS = -Wall -Wno-implicit -Wno-format -g -O
CPPFLAGS =
LDFLAGS =
@ -68,15 +68,10 @@ ALL_LDFLAGS = $(LDFLAGS) $(LIBS)
SRCS = \
test01.m \
test02.m \
test03.m \
test04.m \
test05.m \
test06.m \
test07.m \
test10.m \
test11.m \
test12.m \
test13.m \
heap.m \
nxst.m \
randoms.m \
prepend.m \
pipes.m \
server.m \
client.m \