all: @ANT@ @ANT_ARGS@ compile # Copy files to distribute into $(distdir), before a tarball is # constructed. Of course this target is not required if the no-dist # option (see Options) is used. #The variables $(top_distdir) and # $(distdir) (see Dist) will be passed from the outer package to the # subpackage when the distdir target is invoked. These two variables # have been adjusted for the directory that is being recursed into, so # they are ready to use. EXTRA_DIST = \ build.xml \ org.cipres.recidcm3 dist-hook: find "$(distdir)/org.cipres.recidcm3" -depth -name .svn -and -type d -and -exec rm -rf {} \; # Install or uninstall files # see http://sources.redhat.com/automake/automake.html#Install install-exec-hook: @ANT@ @ANT_ARGS@ install uninstall-hook: @ANT@ @ANT_ARGS@ uninstall # Install only tex-info files # See http://sources.redhat.com/automake/automake.html#Texinfo install-info: @echo The install-info target is not implemented. # Create install dirs, but don't install any files installdirs: @echo The installdirs target is not implemented. # Check (test) the package # See http://sources.redhat.com/automake/automake.html#Tests check: @ANT@ @ANT_ARGS@ test installcheck-local: @ANT@ @ANT_ARGS@ install-check mostlyclean: @echo The mostlyclean target is not implemented. clean: @ANT@ @ANT_ARGS@ clean distclean: @echo The distclean target is not implemented. maintainer-clean: @echo The maintainer-clean target is not implemented. dvi: @echo The dvi target is not implemented. pdf: @echo The pdf target is not implemented. ps: @echo The ps target is not implemented. info: @echo The info target is not implemented html: @ANT@ @ANT_ARGS@ javadoc tags: @echo The tags target is not implemented. ctags: @echo The ctags target is not implemented.