1 ## This file is part of the YAZ toolkit.
2 ## Copyright (C) 1995-2009 Index Data
4 AUTOMAKE_OPTIONS = foreign
6 ACLOCAL_AMFLAGS = -I m4
8 SUBDIRS = src include util test client ztest zoom doc etc
10 aclocaldir=$(datadir)/aclocal
12 aclocal_DATA = m4/yaz.m4
14 pkgconfigdir = $(libdir)/pkgconfig
15 pkgconfig_DATA = yaz.pc
17 SPEC_FILE=$(PACKAGE).spec
18 EXTRA_DIST=$(SPEC_FILE) yaz.spec.sles README LICENSE NEWS \
19 yaz-config.in yaz.pc.in m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \
20 Doxyfile.in m4/acx_pthread.m4 m4/ac_check_icu.m4
23 if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi
24 test -d $(distdir)/win || mkdir $(distdir)/win
25 -cp $(srcdir)/win/* $(distdir)/win