Get DEBUG, WARNING, and EFENCE stuff from children
CVS patchset: 4 CVS date: 1995/12/11 22:53:09
This commit is contained in:
parent
871c959220
commit
61514fde94
|
@ -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
|
LIBRPM = librpm.a
|
||||||
|
|
||||||
WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
|
|
||||||
DEBUG = -g
|
|
||||||
OPTS = -O2
|
|
||||||
|
|
||||||
all: test dump
|
all: test dump
|
||||||
|
|
||||||
# -----------------------------------------------------------------------
|
# -----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue