X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2FMakefile;h=5906c83bc1acfc40a713b0e39ae1591a585c6bc6;hb=52463063061a631f9cb086e938bc4494efec0bb5;hp=a75f3ae6e075dfcd3946ca11ffe4633742f3d489;hpb=7826e2c92b1a07182ba5bfb94c304f1fa7d27387;p=yaz-moved-to-github.git diff --git a/retrieval/Makefile b/retrieval/Makefile index a75f3ae..5906c83 100644 --- a/retrieval/Makefile +++ b/retrieval/Makefile @@ -1,14 +1,13 @@ -# $Id: Makefile,v 1.5 1996-02-20 16:33:02 quinn Exp $ +# $Id: Makefile,v 1.7 1996-06-10 08:56:00 quinn 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_sutrs.o d1_varset.o d1_espec.o \ - d1_doespec.o d1_map.o d1_marc.o d1_write.o d1_expout.o + d1_doespec.o d1_map.o d1_marc.o d1_write.o d1_expout.o d1_sumout.o CPP=$(CC) -E all: $(LIB)