X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2FMakefile;h=be244882ba06c8582ce906240c0694eaf07d97cd;hb=61332f860c40c483d1283532e5fb225daee75e67;hp=bf296ef47ab57c280f656c81e528555962701aa3;hpb=abfbb8adfc5e2cbc048b623d41eaf36f05cf8bd9;p=yaz-moved-to-github.git diff --git a/retrieval/Makefile b/retrieval/Makefile index bf296ef..be24488 100644 --- a/retrieval/Makefile +++ b/retrieval/Makefile @@ -1,13 +1,12 @@ -# $Id: Makefile,v 1.4 1995-12-14 11:09:50 quinn Exp $ +# $Id: Makefile,v 1.6 1996-05-22 08:35:55 adam Exp $ SHELL=/bin/sh RANLIB=ranlib INCLUDE=-I../include -I. -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_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