X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=e45da01c470b0db129893ada716ef988701c09e5;hb=26b8ff30091b8d7c27cc38de45af595acb0445bf;hp=15c7e35cc8ed7d473f85cba695db140866528816;hpb=b879b04a092d5b00cc866cf16f755e55053d2e89;p=idzebra-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index 15c7e35..e45da01 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,25 +1,26 @@ -# Copyright (C) 1994, Index Data I/S +# Copyright (C) 1994-1996, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.17 1995-09-04 12:34:05 adam Exp $ +# $Id: Makefile,v 1.24 1996-05-31 09:07:17 quinn Exp $ SHELL=/bin/sh RANLIB=ranlib -YAZ=../../yaz -YAZLIB=$(YAZ)/lib/libyaz.a -INCLUDE=-I../include -I$(YAZ)/include + +YAZLIB=-lyaz +YAZINC=-I../../yaz/include + +INCLUDE=-I../include $(YAZINC) TPROG=opt-test -#CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) -CPP=cc -E +CPP=$(CC) -E LIB=../lib/alexutil.a -PO = xmalloc.o res.o alexpath.o common.o +PO = res.o alexpath.o common.o charmap.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)