--- jemboss/lib/Makefile.am.rebuild 2009-06-30 10:33:58.000000000 +0200 +++ jemboss/lib/Makefile.am 2009-10-21 07:56:01.000000000 +0200 @@ -1,5 +1,10 @@ SUBDIRS = axis +all-local: +if EHAVEANT + ant -f ../build.xml package -Demboss.data=../emboss/data -Dname=client -Djar.dir=lib -Dnotformemboss=yes; +endif + # The install-exec-hook is for the case where a client.jar has # been created by the 'ant' packaging for a standalone Jemboss. # In that case it needs to be copied to the install dir. --- jemboss/lib/Makefile.in.rebuild 2009-07-15 01:16:01.000000000 +0200 +++ jemboss/lib/Makefile.in 2009-10-21 07:56:46.000000000 +0200 @@ -507,7 +507,7 @@ done check-am: all-am check: check-recursive -all-am: Makefile $(DATA) +all-am: Makefile $(DATA) all-local installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(pkgdatadir)"; do \ @@ -609,21 +609,24 @@ install-am install-exec-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-generic clean-libtool \ - ctags ctags-recursive distclean distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-exec-hook install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-pkgdataDATA install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ - ps ps-am tags tags-recursive uninstall uninstall-am \ - uninstall-pkgdataDATA + all all-am all-local check check-am clean clean-generic \ + clean-libtool ctags ctags-recursive distclean \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-exec-hook install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkgdataDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-am uninstall-pkgdataDATA +all-local: +@EHAVEANT_TRUE@ ant -f ../build.xml package -Demboss.data=../emboss/data -Dname=client -Djar.dir=lib -Dnotformemboss=yes; + # The install-exec-hook is for the case where a client.jar has # been created by the 'ant' packaging for a standalone Jemboss. # In that case it needs to be copied to the install dir.