X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2FMakefile;h=96a0d68a8234077dc899762920c4587298a82990;hp=e1f96e6556e48ab19eeecd5b23fe53ee3efeb954;hb=a7827306d9d9fd634a4b4336944bee781fa61e32;hpb=6b8dc2364e08641a6c6c83b6ec8a16cb33df9119 diff --git a/util/Makefile b/util/Makefile index e1f96e6..96a0d68 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,18 +1,17 @@ # Copyright (C) 1994-1997, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.22 1997-09-01 08:54:12 adam Exp $ +# $Id: Makefile,v 1.26 1997-10-31 12:20:09 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. LIBDIR=../lib LIBINCLUDE=-L$(LIBDIR) -DEFS=$(INCLUDE) -#DEFS=$(INCLUDE) -DTRACE_XMALLOC=1 +DEFS=$(INCLUDE) $(CDEFS) 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 tpath.o nmem.o yaz-util.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 +47,7 @@ depend1: mv -f Makefile.tmp Makefile depend2: - $(CPP) $(INCLUDE) -M *.c >.depend + $(CPP) $(DEFS) -M *.c >.depend ifeq (.depend,$(wildcard .depend)) include .depend