Implemented update action : adelete.
[idzebra-moved-to-github.git] / Makefile.am
index 3e772ba..de84952 100644 (file)
@@ -1,18 +1,23 @@
-## $Id: Makefile.am,v 1.8 2002-10-22 12:51:08 adam Exp $
+## $Id: Makefile.am,v 1.31 2007-03-20 22:42:19 adam Exp $
 
 AUTOMAKE_OPTIONS=foreign
 
-EXTRA_DIST= README CHANGELOG 
+ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS=util bfile dfa dict isams isamb isamc isam rset data1 \
- recctrl tab index test 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 $(SPEC_FILE) $(SPEC_FILE).in \
+ 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/cvs2cl -a -d CVS; then cvs2cl ; cp ChangeLog $(distdir); fi
        cp $(srcdir)/LICENSE* $(distdir)
-       cp $(srcdir)/*.spec $(distdir)
        mkdir $(distdir)/win
        for i in $(srcdir)/win/*; do \
                if test -f $$i; then \
@@ -20,13 +25,26 @@ dist-hook:
                fi; \
        done
        mkdir $(distdir)/debian
-       cp $(srcdir)/debian/control $(distdir)/debian
+       cp $(srcdir)/debian/*.install $(distdir)/debian
+       cp $(srcdir)/debian/*.manpages $(distdir)/debian
+       cp $(srcdir)/debian/*.postinst $(distdir)/debian
+       cp $(srcdir)/debian/*.prerm $(distdir)/debian
        cp $(srcdir)/debian/changelog $(distdir)/debian
-       cp $(srcdir)/debian/rules $(distdir)/debian
-       cp $(srcdir)/debian/postinst $(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)
+.PHONY: cvs2cl dox showdox