make/windows/makefiles/sa.make

Print this page




  38 
  39 GENERATED = ..\generated
  40 
  41 # tools.jar is needed by the JDI - SA binding
  42 SA_CLASSPATH = $(BOOT_JAVA_HOME)\lib\tools.jar
  43 
  44 SA_CLASSDIR = $(GENERATED)\saclasses
  45 
  46 SA_BUILD_VERSION_PROP = sun.jvm.hotspot.runtime.VM.saBuildVersion=$(SA_BUILD_VERSION)
  47 
  48 SA_PROPERTIES = $(SA_CLASSDIR)\sa.properties
  49 
  50 default::  $(GENERATED)\sa-jdi.jar
  51 
  52 # Remove the space between $(SA_BUILD_VERSION_PROP) and > below as it adds a white space
  53 # at the end of SA version string and causes a version mismatch with the target VM version.
  54 
  55 $(GENERATED)\sa-jdi.jar: $(AGENT_FILES1:/=\) $(AGENT_FILES2:/=\)
  56         @if not exist $(SA_CLASSDIR) mkdir $(SA_CLASSDIR)
  57         @echo ...Building sa-jdi.jar
  58         @echo ...$(COMPILE_JAVAC) -source 1.4 -classpath $(SA_CLASSPATH) -g -d $(SA_CLASSDIR) ....
  59         @$(COMPILE_JAVAC) -source 1.4 -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -g -d $(SA_CLASSDIR) $(AGENT_FILES1:/=\)
  60         @$(COMPILE_JAVAC) -source 1.4 -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -g -d $(SA_CLASSDIR) $(AGENT_FILES2:/=\)
  61         $(COMPILE_RMIC) -classpath $(SA_CLASSDIR) -d $(SA_CLASSDIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
  62         $(QUIETLY) echo $(SA_BUILD_VERSION_PROP)> $(SA_PROPERTIES)
  63         $(QUIETLY) rm -f $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql/sa.js
  64         $(QUIETLY) cp $(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql
  65         $(QUIETLY) rm -rf $(SA_CLASSDIR)/sun/jvm/hotspot/ui/resources
  66         $(QUIETLY) mkdir $(SA_CLASSDIR)\sun\jvm\hotspot\ui\resources
  67         $(QUIETLY) cp $(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/resources/*.png $(SA_CLASSDIR)/sun/jvm/hotspot/ui/resources
  68         $(QUIETLY) cp -r $(AGENT_SRC_DIR)/images/* $(SA_CLASSDIR)
  69         $(RUN_JAR) cf $@ -C saclasses .
  70         $(RUN_JAR) uf $@ -C $(AGENT_SRC_DIR:/=\) META-INF\services\com.sun.jdi.connect.Connector
  71         $(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.windbg.WindbgDebuggerLocal
  72         $(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.x86.X86ThreadContext 
  73         $(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.ia64.IA64ThreadContext 
  74         $(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext 
  75 
  76 
  77 
  78 # This second part is used to build sawindbg.dll
  79 # We currently build it the same way for product, debug, and fastdebug.
  80 




  38 
  39 GENERATED = ..\generated
  40 
  41 # tools.jar is needed by the JDI - SA binding
  42 SA_CLASSPATH = $(BOOT_JAVA_HOME)\lib\tools.jar
  43 
  44 SA_CLASSDIR = $(GENERATED)\saclasses
  45 
  46 SA_BUILD_VERSION_PROP = sun.jvm.hotspot.runtime.VM.saBuildVersion=$(SA_BUILD_VERSION)
  47 
  48 SA_PROPERTIES = $(SA_CLASSDIR)\sa.properties
  49 
  50 default::  $(GENERATED)\sa-jdi.jar
  51 
  52 # Remove the space between $(SA_BUILD_VERSION_PROP) and > below as it adds a white space
  53 # at the end of SA version string and causes a version mismatch with the target VM version.
  54 
  55 $(GENERATED)\sa-jdi.jar: $(AGENT_FILES1:/=\) $(AGENT_FILES2:/=\)
  56         @if not exist $(SA_CLASSDIR) mkdir $(SA_CLASSDIR)
  57         @echo ...Building sa-jdi.jar
  58         @echo ...$(COMPILE_JAVAC) $(SA_JAVAC_FLAGS) -classpath $(SA_CLASSPATH) -g -d $(SA_CLASSDIR) ....
  59         @$(COMPILE_JAVAC) $(SA_JAVAC_FLAGS) -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -g -d $(SA_CLASSDIR) $(AGENT_FILES1:/=\)
  60         @$(COMPILE_JAVAC) $(SA_JAVAC_FLAGS) -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -g -d $(SA_CLASSDIR) $(AGENT_FILES2:/=\)
  61         $(COMPILE_RMIC) -classpath $(SA_CLASSDIR) -d $(SA_CLASSDIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
  62         $(QUIETLY) echo $(SA_BUILD_VERSION_PROP)> $(SA_PROPERTIES)
  63         $(QUIETLY) rm -f $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql/sa.js
  64         $(QUIETLY) cp $(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql
  65         $(QUIETLY) rm -rf $(SA_CLASSDIR)/sun/jvm/hotspot/ui/resources
  66         $(QUIETLY) mkdir $(SA_CLASSDIR)\sun\jvm\hotspot\ui\resources
  67         $(QUIETLY) cp $(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/resources/*.png $(SA_CLASSDIR)/sun/jvm/hotspot/ui/resources
  68         $(QUIETLY) cp -r $(AGENT_SRC_DIR)/images/* $(SA_CLASSDIR)
  69         $(RUN_JAR) cf $@ -C saclasses .
  70         $(RUN_JAR) uf $@ -C $(AGENT_SRC_DIR:/=\) META-INF\services\com.sun.jdi.connect.Connector
  71         $(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.windbg.WindbgDebuggerLocal
  72         $(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.x86.X86ThreadContext 
  73         $(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.ia64.IA64ThreadContext 
  74         $(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext 
  75 
  76 
  77 
  78 # This second part is used to build sawindbg.dll
  79 # We currently build it the same way for product, debug, and fastdebug.
  80