X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2FMakefile;h=27481a6757ab72196ddac461f17bdfaee742f659;hp=00b572319650eb61c4a508940b82a18c347388a5;hb=d1c517a616a425f6a6966ae1639176248e65e68a;hpb=2004bbd9b3bbce5eb8ecc49520255b3d0bf578b9 diff --git a/util/Makefile b/util/Makefile index 00b5723..27481a6 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.15 1995-11-01 13:55:04 quinn Exp $ +# $Id: Makefile,v 1.19 1996-02-20 16:41:36 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -9,10 +9,11 @@ LIBDIR=../lib LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) +#DEFS=$(INCLUDE) -DTRACE_XMALLOC=1 LIB=$(LIBDIR)/libutil.a LIBS= PO = options.o log.o marcdisp.o yaz-ccl.o pquery.o oid.o wrbuf.o \ - xmalloc.o readconf.o # dmalloc.o + xmalloc.o readconf.o tpath.o nmem.o yaz-util.o # dmalloc.o CPP=$(CC) -E RANLIB=ranlib