X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2FMakefile.in;h=758bf87e1a964bc6ec6c4e4c35ecbe8b82c3d87b;hb=e973eb3ceaeaf25735f8250aed8400c87ddcb9da;hp=a0411d3eb9b36ae14a0aba1c65e94e84136fc5b3;hpb=7dabb33444218a5c5b83cf1a4d9fe386699f872e;p=yaz-moved-to-github.git diff --git a/zutil/Makefile.in b/zutil/Makefile.in index a0411d3..758bf87 100644 --- a/zutil/Makefile.in +++ b/zutil/Makefile.in @@ -10,8 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# $Id: Makefile.in,v 1.5 2000-02-28 11:44:39 adam Exp $ - SHELL = @SHELL@ @@ -69,6 +67,9 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SUBDIRS_VAR = @SUBDIRS_VAR@ VERSION = @VERSION@ +have_sgml2html = @have_sgml2html@ +have_sgml2latex = @have_sgml2latex@ +have_sgml2txt = @have_sgml2txt@ noinst_LIBRARIES = libzutil.a @@ -77,12 +78,11 @@ INCLUDES = -I../include libzutil_a_SOURCES = zget.c prt-ext.c yaz-ccl.c diagbib1.c logrpn.c otherinfo.c pquery.c mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../include/yaz/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) -DEFS = @DEFS@ -I. -I$(srcdir) -I../include/yaz +DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@