X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=515acd9ba25835f7af46bab806f979ab812a107a;hb=6d04fc7a64ab1dd82574935bb189e055fe2d5e72;hp=d11864d7c36dfa64a3d4bddbe27d7e14ef28f0c9;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index d11864d..515acd9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,10 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# Copyright (C) 1995-2000, Index Data -# All rights reserved. -# $Id: Makefile.in,v 1.15 2000-02-28 11:20:05 adam Exp $ - SHELL = @SHELL@ @@ -71,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@ AUTOMAKE_OPTIONS = foreign @@ -81,16 +80,8 @@ SUBDIRS = @SUBDIRS_VAR@ noinst_SCRIPTS = yaz-config SPEC_FILE = $(PACKAGE).spec EXTRA_DIST = $(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt - -BINDIR = $(exec_prefix)/bin -# Public libraries and header files -LIBDIR = $(exec_prefix)/lib -INCDIR = $(prefix)/include -# Misc tables, etc. -YAZTAB = $(pkgdatadir)/tab ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ./include/yaz/config.h CONFIG_CLEAN_FILES = SCRIPTS = $(noinst_SCRIPTS)