X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2FMakefile;h=a75f3ae6e075dfcd3946ca11ffe4633742f3d489;hb=13710cb8cd0a6b8d6a1f88ff69f3a2ec2ec9769c;hp=84f90a6e28de421711f97fcf43b62a27becfc996;hpb=cea212fba995de3fa0d6d6723d828f6fd7ca31df;p=yaz-moved-to-github.git diff --git a/retrieval/Makefile b/retrieval/Makefile index 84f90a6..a75f3ae 100644 --- a/retrieval/Makefile +++ b/retrieval/Makefile @@ -1,14 +1,14 @@ -# $Id: Makefile,v 1.1 1995-11-01 11:56:06 quinn Exp $ +# $Id: Makefile,v 1.5 1996-02-20 16:33:02 quinn Exp $ SHELL=/bin/sh RANLIB=ranlib INCLUDE=-I../include -I. CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) -LIB=../lib/data1.a -PO = d1_read.o d1_attset.o d1_tagset.o d1_absyn.o d1_grs.o d1_grs_key.o \ - attribute.o d1_matchstr.o d1_sutrs.o d1_varset.o d1_espec.o \ - d1_doespec.o d1_map.o d1_marc.o +LIB=../lib/libret.a +PO = d1_read.o d1_attset.o d1_tagset.o d1_absyn.o d1_grs.o \ + d1_sutrs.o d1_varset.o d1_espec.o \ + d1_doespec.o d1_map.o d1_marc.o d1_write.o d1_expout.o CPP=$(CC) -E all: $(LIB)