jdk/make/launchers/Makefile

Print this page




  46 # Run MAKE $@ for all generic launchers
  47 ifndef BUILD_HEADLESS_ONLY
  48 define make-appletviewer
  49 $(call make-launcher, appletviewer, sun.applet.Main, , )
  50 endef
  51 else
  52 define make-appletviewer
  53 endef
  54 endif
  55 
  56 define make-all-launchers
  57 $(make-appletviewer)
  58 $(call make-launcher, extcheck, com.sun.tools.extcheck.Main, , )
  59 $(call make-launcher, idlj, com.sun.tools.corba.se.idl.toJavaPortable.Compile, , )
  60 $(call make-launcher, jar, sun.tools.jar.Main, , )
  61 $(call make-launcher, jarsigner, sun.security.tools.jarsigner.Main, , )
  62 $(call make-launcher, javac, com.sun.tools.javac.Main, , )
  63 $(call make-launcher, javadoc, com.sun.tools.javadoc.Main, , )
  64 $(call make-launcher, javah, com.sun.tools.javah.Main, , )
  65 $(call make-launcher, javap, com.sun.tools.javap.Main, , )

  66 $(call make-launcher, jcmd, sun.tools.jcmd.JCmd, , )
  67 $(call make-launcher, jconsole, sun.tools.jconsole.JConsole, \
  68   -J-Djconsole.showOutputViewer, )
  69 $(call make-launcher, jdb, com.sun.tools.example.debug.tty.TTY, , )
  70 $(call make-launcher, jhat, com.sun.tools.hat.Main, , )
  71 $(call make-launcher, jinfo, sun.tools.jinfo.JInfo, \
  72   -J-Dsun.jvm.hotspot.debugger.useProcDebugger \
  73   -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, )
  74 $(call make-launcher, jmap, sun.tools.jmap.JMap, \
  75   -J-Dsun.jvm.hotspot.debugger.useProcDebugger \
  76   -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, )
  77 $(call make-launcher, jps, sun.tools.jps.Jps, , )
  78 $(call make-launcher, jrunscript, com.sun.tools.script.shell.Main, , )
  79 $(call make-launcher, jsadebugd, sun.jvm.hotspot.jdi.SADebugServer, , )
  80 $(call make-launcher, jstack, sun.tools.jstack.JStack, \
  81   -J-Dsun.jvm.hotspot.debugger.useProcDebugger \
  82   -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, )
  83 $(call make-launcher, jstat, sun.tools.jstat.Jstat, , )
  84 $(call make-launcher, jstatd, sun.tools.jstatd.Jstatd, , )
  85 $(call make-launcher, native2ascii, sun.tools.native2ascii.Main, , )




  46 # Run MAKE $@ for all generic launchers
  47 ifndef BUILD_HEADLESS_ONLY
  48 define make-appletviewer
  49 $(call make-launcher, appletviewer, sun.applet.Main, , )
  50 endef
  51 else
  52 define make-appletviewer
  53 endef
  54 endif
  55 
  56 define make-all-launchers
  57 $(make-appletviewer)
  58 $(call make-launcher, extcheck, com.sun.tools.extcheck.Main, , )
  59 $(call make-launcher, idlj, com.sun.tools.corba.se.idl.toJavaPortable.Compile, , )
  60 $(call make-launcher, jar, sun.tools.jar.Main, , )
  61 $(call make-launcher, jarsigner, sun.security.tools.jarsigner.Main, , )
  62 $(call make-launcher, javac, com.sun.tools.javac.Main, , )
  63 $(call make-launcher, javadoc, com.sun.tools.javadoc.Main, , )
  64 $(call make-launcher, javah, com.sun.tools.javah.Main, , )
  65 $(call make-launcher, javap, com.sun.tools.javap.Main, , )
  66 $(call make-launcher, jdeps, com.sun.tools.jdeps.Main, , )
  67 $(call make-launcher, jcmd, sun.tools.jcmd.JCmd, , )
  68 $(call make-launcher, jconsole, sun.tools.jconsole.JConsole, \
  69   -J-Djconsole.showOutputViewer, )
  70 $(call make-launcher, jdb, com.sun.tools.example.debug.tty.TTY, , )
  71 $(call make-launcher, jhat, com.sun.tools.hat.Main, , )
  72 $(call make-launcher, jinfo, sun.tools.jinfo.JInfo, \
  73   -J-Dsun.jvm.hotspot.debugger.useProcDebugger \
  74   -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, )
  75 $(call make-launcher, jmap, sun.tools.jmap.JMap, \
  76   -J-Dsun.jvm.hotspot.debugger.useProcDebugger \
  77   -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, )
  78 $(call make-launcher, jps, sun.tools.jps.Jps, , )
  79 $(call make-launcher, jrunscript, com.sun.tools.script.shell.Main, , )
  80 $(call make-launcher, jsadebugd, sun.jvm.hotspot.jdi.SADebugServer, , )
  81 $(call make-launcher, jstack, sun.tools.jstack.JStack, \
  82   -J-Dsun.jvm.hotspot.debugger.useProcDebugger \
  83   -J-Dsun.jvm.hotspot.debugger.useWindbgDebugger, )
  84 $(call make-launcher, jstat, sun.tools.jstat.Jstat, , )
  85 $(call make-launcher, jstatd, sun.tools.jstatd.Jstatd, , )
  86 $(call make-launcher, native2ascii, sun.tools.native2ascii.Main, , )