X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.in;h=f020c31961207a9ce87d6364a37a09cfc60a1da2;hb=51901976217886437964a5450614caa377ded52c;hp=45bd3e76279d284f35487aa2e6fdcd6d215efe6e;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/util/Makefile.in b/util/Makefile.in index 45bd3e7..f020c31 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -10,10 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# Copyright (C) 1994-2000, Index Data -# All rights reserved. -# $Id: Makefile.in,v 1.9 2000-02-28 11:20:06 adam Exp $ - SHELL = @SHELL@ @@ -71,20 +67,23 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SUBDIRS_VAR = @SUBDIRS_VAR@ VERSION = @VERSION@ +have_sgml2html = @have_sgml2html@ +have_sgml2latex = @have_sgml2latex@ +have_sgml2txt = @have_sgml2txt@ noinst_LIBRARIES = libutil.a EXTRA_DIST = yc.tcl -INCLUDES = -I../include +INCLUDES = -I../include + libutil_a_SOURCES = options.c log.c marcdisp.c oid.c wrbuf.c nmemsdup.c xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.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@