X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2FMakefile.in;h=cbec5f340151923617d0ac7e7030b28b702383ea;hb=92c24290e2f731c145291392071b7de965fcacf5;hp=00a53cc0a7f6c808d6a8093a91149cebac107838;hpb=f69d4aa4609ff3daa71733da1ea0fcd8322ab954;p=yaz-moved-to-github.git diff --git a/retrieval/Makefile.in b/retrieval/Makefile.in index 00a53cc..cbec5f3 100644 --- a/retrieval/Makefile.in +++ b/retrieval/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.2 1998-10-28 15:10:08 adam Exp $ +# $Id: Makefile.in,v 1.4 1999-12-21 14:16:19 ian Exp $ SHELL=/bin/sh @@ -8,13 +8,13 @@ RANLIB=@RANLIB@ CDEFS=@DEFS@ ELIBS=@LIBS@ -INCLUDE=-I../z39.50 -I../include -I. +INCLUDE=-I../include -I. DEFS=$(INCLUDE) $(CDEFS) LIB=../lib/libret.a PO = d1_handle.o 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_sumout.o \ - d1_soif.o d1_prtree.o + d1_soif.o d1_prtree.o d1_if.o all: $(LIB)