X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=5d908210ddca879d9b4ea79b67e3c67088d93a23;hb=695e6df9fce9b838cb3fe8f49b211ed99943caef;hp=c67abbb232d33875a9c8dfa46b9c0c6854d98933;hpb=19af2bd8dfd21731cc978beccd1346133d614c67;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index c67abbb..5d90821 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,11 +1,26 @@ -## Copyright (C) 1994-2000, Index Data +## Copyright (C) 1994-2001, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.3 2000-02-29 13:44:55 adam Exp $ +## $Id: Makefile.am,v 1.11 2002-04-15 09:44:44 adam Exp $ -noinst_LIBRARIES = libutil.a -EXTRA_DIST=yc.tcl +noinst_LTLIBRARIES = libutil.la -INCLUDES=-I../include +#lib_LTLIBRARIES = libyazthread.la -libutil_a_SOURCES=options.c log.c marcdisp.c oid.c wrbuf.c nmemsdup.c \ +bin_SCRIPTS = yaz-comp + +EXTRA_DIST = yaz-comp cvs-date.tcl + +LIBS = + +AM_CPPFLAGS=-I$(top_srcdir)/include + +noinst_PROGRAMS = marcdump + +marcdump_LDADD = libutil.la + +marcdump_SOURCES = marcdump.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 + +#libyazthread_la_SOURCES=nmemthread.c xmalloc.c log.c