X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2FMakefile;h=a75f3ae6e075dfcd3946ca11ffe4633742f3d489;hb=cb914e4afd1e815bf47604efdfa964cee69557fa;hp=c817557cb9d3885575c59ef17b3acb945897424f;hpb=2004bbd9b3bbce5eb8ecc49520255b3d0bf578b9;p=yaz-moved-to-github.git diff --git a/retrieval/Makefile b/retrieval/Makefile index c817557..a75f3ae 100644 --- a/retrieval/Makefile +++ b/retrieval/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995-11-01 13:54:43 quinn Exp $ +# $Id: Makefile,v 1.5 1996-02-20 16:33:02 quinn Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -7,8 +7,8 @@ CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/libret.a PO = d1_read.o d1_attset.o d1_tagset.o d1_absyn.o d1_grs.o \ - d1_matchstr.o d1_sutrs.o d1_varset.o d1_espec.o \ - d1_doespec.o d1_map.o d1_marc.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)