diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/Makefile.am b/Makefile.am index 2074f7c..f6c9eb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,3 @@ -dist_bin_SCRIPTS = \ - src/run-java-tool - icondir = $(datadir)/icons/hicolor/48x48/mimetypes dist_icon_DATA = \ icons/application-x-java-jnlp-file.png @@ -39,58 +36,6 @@ MAINTAINERCLEANFILES = \ Makefile.in \ INSTALL -#------------------------------------------------------------------------------ -# FIXME let eselect java-vm handle symlinks. -tools = \ - appletviewer \ - apt \ - ControlPanel \ - extcheck \ - HtmlConverter \ - idlj \ - jar \ - jarsigner \ - java \ - javac \ - javadoc \ - javah \ - javap \ - javaws \ - jconsole \ - jcontrol \ - jdb \ - jhat \ - jinfo \ - jmap \ - jps \ - jrunscript \ - jsadebugd \ - jstack \ - jstat \ - jstatd \ - jvisualvm \ - keytool \ - native2ascii \ - orbd \ - pack200 \ - policytool \ - rmic \ - rmid \ - rmiregistry \ - schemagen \ - serialver \ - servertool \ - tnameserv \ - wsgen \ - wsimport \ - xjc - -.PHONY: $(tools) - -$(tools): - $(LN_S) run-java-tool "$(DESTDIR)/$(bindir)/$@" - -install-exec-hook: $(tools) dist-hook: if test -d "$(srcdir)"/.svn ; then \ |