X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=582f00fe8bc60565b4a55483d864d8ee05d0ec20;hb=fc83d98d346711f446d9f9a29cc2ff0eee398053;hp=0d41f006647ae41f39e7c434848ebe37bedc5981;hpb=69da23537c6bb71ab948e079708bf8ea090de73f;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 0d41f00..582f00f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,21 @@ -## $Id: Makefile.am,v 1.1 2000-04-05 09:49:35 adam Exp $ +## $Id: Makefile.am,v 1.23 2006-05-08 12:09:49 marc Exp $ AUTOMAKE_OPTIONS=foreign -EXTRA_DIST= README CHANGELOG +ACLOCAL_AMFLAGS = -I m4 -if ISZMBOL -SUBDIRS=util bfile dfa dict isams isamc isam rset recctrl tab index test -else -SUBDIRS=util bfile dfa dict isams rset recctrl tab index test -endif -DIST_SUBDIRS=$(SUBDIRS) include doc +SUBDIRS=util bfile dfa dict isams isamb isamc rset data1 \ + recctrl tab index test examples include doc + +aclocaldir=$(datadir)/aclocal +aclocal_DATA = m4/idzebra.m4 SPEC_FILE=$(PACKAGE).spec +EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in \ + idzebra-config.in m4/idzebra.m4 m4/yaz.m4 Doxyfile.in + dist-hook: - cd doc; make cp $(srcdir)/LICENSE* $(distdir) mkdir $(distdir)/win for i in $(srcdir)/win/*; do \ @@ -22,7 +23,23 @@ dist-hook: cp $$i $(distdir)/win; \ fi; \ done + mkdir $(distdir)/debian + cp $(srcdir)/debian/*.install $(distdir)/debian + cp $(srcdir)/debian/*.manpages $(distdir)/debian + cp $(srcdir)/debian/changelog $(distdir)/debian + cp $(srcdir)/debian/compat $(distdir)/debian + cp $(srcdir)/debian/control $(distdir)/debian + cp $(srcdir)/debian/copyright $(distdir)/debian + cp $(srcdir)/debian/rules $(distdir)/debian + +cvs2cl: + cvs2cl + + +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & -rpm: $(PACKAGE)-$(VERSION).tar.gz - cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES - rpm -ba $(SPEC_FILE)