X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2FMakefile;h=0a1b90d6a26539d3ff4590d67d1d32fa38bf7be6;hp=6ed2b851015dbb48fd3be68a25e3c1e2f4ce042d;hb=eb0f67241481fb645a377b1c5df9683f8f1bd2fb;hpb=502061d0cd291d3858c9b70eccd09dc35f400080 diff --git a/util/Makefile b/util/Makefile index 6ed2b85..0a1b90d 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,17 +1,18 @@ -# Copyright (C) 1994, Index Data I/S +# Copyright (C) 1994-1997, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.13 1995-06-25 10:53:59 quinn Exp $ +# $Id: Makefile,v 1.24 1997-09-17 12:10:42 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. LIBDIR=../lib LIBINCLUDE=-L$(LIBDIR) -#CFLAGS=-g -Wall -pedantic -ansi -DEFS=$(INCLUDE) +DEFS=$(INCLUDE) $(CDEFS) +#DEFS=$(INCLUDE) -DTRACE_XMALLOC=1 LIB=$(LIBDIR)/libutil.a LIBS= -PO = options.o log.o marcdisp.o yaz-ccl.o pquery.o oid.o # dmalloc.o +PO = options.o log.o marcdisp.o yaz-ccl.o pquery.o oid.o wrbuf.o nmemsdup.o \ + xmalloc.o readconf.o tpath.o nmem.o yaz-util.o atoin.o # dmalloc.o CPP=$(CC) -E RANLIB=ranlib @@ -47,7 +48,7 @@ depend1: mv -f Makefile.tmp Makefile depend2: - $(CPP) $(INCLUDE) -M *.c >.depend + $(CPP) $(DEFS) -M *.c >.depend ifeq (.depend,$(wildcard .depend)) include .depend