(CFLAGS): Remove -O, for easier debugging.

(SRCS): Added awake.m.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1984 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1997-01-05 22:41:36 +00:00
parent 96b3386f54
commit 3fe6b4ca45

View file

@ -1,6 +1,6 @@
#
# Tests makefile for Objective-C Class Library
# Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
# Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
#
# Written by: Andrew Kachites McCallum <mccallum@cs.rochester.edu>
# Dept. of Computer Science, U. of Rochester, Rochester, NY 14627
@ -30,7 +30,7 @@ VPATH = @srcdir@
CC = @CC@
CFLAGS = -Wall -Wno-implicit -Wno-format -g -O
CFLAGS = -Wall -Wno-implicit -Wno-format -g
CPPFLAGS =
LDFLAGS =
@ -97,7 +97,8 @@ fref.m \
basic.m \
release.m \
nsscanner.m \
nsdate.m
nsdate.m \
awake.m
tcpport: FORCE
(cd ../src; $(MAKE))