Directive s=pw sets structure to phrase if term includes blank(s).
[yaz-moved-to-github.git] / util / Makefile.am
index e2f5ac0..c023e99 100644 (file)
@@ -1,10 +1,28 @@
-# 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.9 2001-03-21 15:02:39 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 \
+#lib_LTLIBRARIES = libyazthread.la
+
+bin_SCRIPTS = yaz-comp
+
+EXTRA_DIST = yaz-comp
+
+LIBS =
+
+INCLUDES =-I$(top_srcdir)/include
+
+libyazthread_la_INCLUDES=-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