X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=33cab0c287dccf5513f56b08d74b53c8e3da95f9;hb=a19b3326f39623ae79b6679c010c8db04c22fdf4;hp=36c69e1ca7f6574b524f243d585bd24047fcb322;hpb=d90d31f39aba4c7256d5b83eaf4192630b18ae02;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 36c69e1..33cab0c 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,12 +1,28 @@ -## Copyright (C) 1994-2000, Index Data +## Copyright (C) 1994-2001, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.4 2000-03-02 08:48:20 adam Exp $ +## $Id: Makefile.am,v 1.12 2002-08-27 14:02:13 adam Exp $ -noinst_LIBRARIES = libutil.a +noinst_LTLIBRARIES = libutil.la -bin_SCRIPTS=yaz-comp +#lib_LTLIBRARIES = libyazthread.la -INCLUDES=-I../include +bin_SCRIPTS = yaz-comp -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 +EXTRA_DIST = yaz-comp cvs-date.tcl + +LIBS = + +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