ignore more files
[yaz-moved-to-github.git] / util / Makefile.am
index c67abbb..781da6e 100644 (file)
@@ -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.13 2002-09-11 21:25:57 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 \
-   xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c 
+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