X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=781da6ea32cbd75fae3b282996216bf1644c6878;hb=58b2fdadbb7b8a8845ff67501520fe1660dedeee;hp=e2f5ac08c2512304522fec9851ce7ae59373f63d;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index e2f5ac0..781da6e 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,10 +1,26 @@ -# Copyright (C) 1994-2000, Index Data -# All rights reserved. -# $Id: Makefile.am,v 1.1 2000-02-28 11:20:06 adam Exp $ +## Copyright (C) 1994-2001, Index Data +## All rights reserved. +## $Id: Makefile.am,v 1.13 2002-09-11 21:25:57 adam Exp $ -noinst_LIBRARIES = libutil.a -EXTRA_DIST=yc.tcl +noinst_LTLIBRARIES = libutil.la -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 +#lib_LTLIBRARIES = libyazthread.la + +bin_SCRIPTS = yaz-comp + +EXTRA_DIST = yaz-comp cvs-date.tcl + +AM_CPPFLAGS=-I$(top_srcdir)/include + +noinst_PROGRAMS = marcdump yaziconv + +marcdump_LDADD = libutil.la +marcdump_SOURCES = marcdump.c + +yaziconv_LDADD = libutil.la +yaziconv_SOURCES = siconvtst.c + +libutil_la_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 siconv.c + +#libyazthread_la_SOURCES=nmemthread.c xmalloc.c log.c