X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=acbf7160637f7832802f484e19e6a7573f26c018;hb=e39158d4c6147865c129d2524f1b910e4e7921ed;hp=c8a0ea3b012d086c58e67dac6ad778eb57c80fb9;hpb=d4b2d9a55eff084aa7db77d1aa98e032f4c7659e;p=idzebra-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index c8a0ea3..acbf716 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,25 +1,27 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.19 1995-10-30 14:11:03 adam Exp $ +# $Id: Makefile,v 1.21 1995-11-20 11:58:16 adam Exp $ SHELL=/bin/sh RANLIB=ranlib -YAZ=../../yaz -YAZLIB=$(YAZ)/lib/libyaz.a -INCLUDE=-I../include -I$(YAZ)/include + +YAZLIB=-lyaz +YAZINC= + +INCLUDE=-I../include $(YAZINC) TPROG=opt-test #CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) CPP=$(CC) -E LIB=../lib/alexutil.a -PO = xmalloc.o res.o alexpath.o common.o readconf.o +PO = res.o alexpath.o common.o all: $(LIB) alll: res-test all -res-test: res-test.o $(LIB) $(YAZLIB) +res-test: res-test.o $(LIB) $(CC) -o res-test res-test.o $(LIB) $(YAZLIB) $(LIB): $(PO)