X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=b492b0cdcdff324b2bd3ff9b08682e0d45c035b1;hp=2232779fc4948c4ba87c2af63bd1c41104711797;hb=96e4c5479e111511f5df3531b6648931251b9e5d;hpb=87515c8d89b4b0e3ceadac4bded487efa099a94e diff --git a/Makefile.am b/Makefile.am index 2232779..b492b0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,29 +1,35 @@ -## $Id: Makefile.am,v 1.2 2000-04-06 09:03:27 adam 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 \ + tab index test examples include doc -SPEC_FILE=$(PACKAGE).spec +aclocaldir=$(datadir)/aclocal +aclocal_DATA = m4/idzebra-2.0.m4 + +SPEC_FILE=idzebra.spec + +EXTRA_DIST= README NEWS IDMETA $(SPEC_FILE) \ + idzebra-config-2.0.in m4/idzebra-2.0.m4 m4/yaz.m4 buildconf.sh Doxyfile.in dist-hook: - cd doc; make + if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi cp $(srcdir)/LICENSE* $(distdir) - cp $(srcdir)/*.spec $(distdir) - mkdir $(distdir)/win + test -d $(distdir)/win || mkdir $(distdir)/win for i in $(srcdir)/win/*; do \ if test -f $$i; then \ cp $$i $(distdir)/win; \ fi; \ done -rpm: $(PACKAGE)-$(VERSION).tar.gz - cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES - rpm -ba $(SPEC_FILE) +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & + + +.PHONY: dox showdox