X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=0ded9c35e7a94779a8e6ea735dd3976c4a91d75d;hb=a897ee8640a92d11e5454c45b637b6644972d8b9;hp=bd077ed618e603e738d5552fb9a6fc843dcfacf4;hpb=b22117b182e372c6d1adc77c7da6a1de508e8594;p=yaz-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index bd077ed..0ded9c3 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.14 1995-10-06 08:51:24 quinn Exp $ +# $Id: Makefile,v 1.23 1997-09-04 07:59:29 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. 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 # dmalloc.o +PO = options.o log.o marcdisp.o yaz-ccl.o pquery.o oid.o wrbuf.o \ + xmalloc.o readconf.o tpath.o nmem.o yaz-util.o atoin.o # dmalloc.o CPP=$(CC) -E RANLIB=ranlib