X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tab%2FMakefile.in;h=99c22c5a342ac5757fa906d11185fd076ab618c4;hb=51bd76ba7370f129ee9ccae4611e074d1c701105;hp=4d0999390650c6d04d18d8df13f018f8c64c93c3;hpb=2f0bc95803328681365dc88e9c1a50749d13fe2a;p=idzebra-moved-to-github.git diff --git a/tab/Makefile.in b/tab/Makefile.in index 4d09993..99c22c5 100644 --- a/tab/Makefile.in +++ b/tab/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -59,27 +59,25 @@ PRE_UNINSTALL = : POST_UNINSTALL = : CC = @CC@ CPP = @CPP@ -DEFS = @DEFS@ +DSSSL_DIR = @DSSSL_DIR@ +DTD_DIR = @DTD_DIR@ MAKEINFO = @MAKEINFO@ -ODEFS = @ODEFS@ PACKAGE = @PACKAGE@ -PROGPREFIX = @PROGPREFIX@ RANLIB = @RANLIB@ -SUBLIBS = @SUBLIBS@ TCL_INCLUDE = @TCL_INCLUDE@ TCL_LIB = @TCL_LIB@ VERSION = @VERSION@ YAZINC = @YAZINC@ +YAZLALIB = @YAZLALIB@ YAZLIB = @YAZLIB@ +YAZVERSION = @YAZVERSION@ yazconfig = @yazconfig@ tabdatadir = $(pkgdatadir)/tab +tabdata_DATA = bib1.att dan1.att danmarc.abs danmarc.mar default.idx explain.abs explain.att explain.tag generic.tag gils.abs gils-a.est gils.att gils-b.est gils-f.est gils-g.est gils-summary.map gils.tag gils-usmarc.map gils-variant.est hci.flt mail.flt meta.abs meta-b.est meta.tag meta-usmarc.map news.flt numeric.chr nwi.flt refer.flt scan.chr sgml.flt soif.flt string.chr summary.abs summary.tag tagsetg.tag tagsetm.tag urx.chr usmarc.abs usmarc-b.est usmarc.flt usmarc.mar usmarc.tag var1.var wais.abs wais-b.est wais-variant.est -tabdata_DATA = default.idx hci.flt mail.flt news.flt numeric.chr nwi.flt refer.flt scan.chr sgml.flt soif.flt string.chr urx.chr usmarc.flt - - -EXTRA_DIST = default.idx hci.flt mail.flt news.flt numeric.chr nwi.flt refer.flt scan.chr sgml.flt soif.flt string.chr urx.chr usmarc.flt +EXTRA_DIST = $(tabdata_DATA) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = DATA = $(tabdata_DATA) @@ -89,7 +87,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -136,7 +134,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \