X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=047e7cc793e61779e85194b8d25dc3d0f3e2c40c;hb=41c09d8b6ab58b149435a6f87cd9f738fe7d86f5;hp=00b572319650eb61c4a508940b82a18c347388a5;hpb=2004bbd9b3bbce5eb8ecc49520255b3d0bf578b9;p=yaz-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index 00b5723..047e7cc 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,18 +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.15 1995-11-01 13:55:04 quinn Exp $ +# $Id: Makefile,v 1.25 1997-10-27 14:04:21 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) $(CDEFS) -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 +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 @@ -48,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