Get DEBUG, WARNING, and EFENCE stuff from children

CVS patchset: 4
CVS date: 1995/12/11 22:53:09
This commit is contained in:
ewt 1995-12-11 22:53:09 +00:00
parent 871c959220
commit 61514fde94
1 changed files with 2 additions and 6 deletions

View File

@ -1,12 +1,8 @@
LIBS = -lefence
LIBS = $(EFENCE)
LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o
LIBOBJECTS = header.o oldrpmdb.o misc.o messages.o falloc.o
LIBRPM = librpm.a
WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
DEBUG = -g
OPTS = -O2
all: test dump
# -----------------------------------------------------------------------