< prev index next >

make/windows/projectfiles/common/Makefile

Print this page




  44 !endif
  45 !endif
  46 !endif
  47 
  48 # if hotspot-only build and/or OPENJDK isn't passed down, need to set OPENJDK
  49 !ifndef OPENJDK
  50 !if !exists($(WorkSpace)\src\closed)
  51 OPENJDK=true
  52 !endif
  53 !endif
  54 
  55 
  56 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/projectcreator.make
  57 !include $(WorkSpace)/make/windows/makefiles/compile.make
  58 
  59 # Pick up rules for building JVMTI (JSR-163)
  60 JvmtiOutDir=$(HOTSPOTBUILDSPACE)\$(Variant)\generated\jvmtifiles
  61 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/jvmti.make
  62 
  63 # Pick up rules for building trace
  64 TraceOutDir=$(HOTSPOTBUILDSPACE)\$(Variant)\generated\tracefiles
  65 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/trace.make
  66 
  67 !if "$(Variant)" == "compiler2"
  68 # Pick up rules for building adlc
  69 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/adlc.make
  70 !endif
  71 
  72 !if "$(Variant)" == "tiered"
  73 # Pick up rules for building adlc
  74 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/adlc.make
  75 !endif
  76 
  77 HS_INTERNAL_NAME=jvm
  78 
  79 default:: $(AdditionalTargets) $(JvmtiGeneratedFiles) $(TraceGeneratedFiles)
  80 
  81 !include $(HOTSPOTWORKSPACE)/make/hotspot_version
  82 
  83 !if "$(USER_RELEASE_SUFFIX)" != ""
  84 HOTSPOT_BUILD_VERSION = internal-$(USER_RELEASE_SUFFIX)
  85 !else




  44 !endif
  45 !endif
  46 !endif
  47 
  48 # if hotspot-only build and/or OPENJDK isn't passed down, need to set OPENJDK
  49 !ifndef OPENJDK
  50 !if !exists($(WorkSpace)\src\closed)
  51 OPENJDK=true
  52 !endif
  53 !endif
  54 
  55 
  56 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/projectcreator.make
  57 !include $(WorkSpace)/make/windows/makefiles/compile.make
  58 
  59 # Pick up rules for building JVMTI (JSR-163)
  60 JvmtiOutDir=$(HOTSPOTBUILDSPACE)\$(Variant)\generated\jvmtifiles
  61 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/jvmti.make
  62 
  63 # Pick up rules for building trace
  64 JfrOutDir=$(HOTSPOTBUILDSPACE)\$(Variant)\generated\jfrfiles
  65 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/jfr.make
  66 
  67 !if "$(Variant)" == "compiler2"
  68 # Pick up rules for building adlc
  69 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/adlc.make
  70 !endif
  71 
  72 !if "$(Variant)" == "tiered"
  73 # Pick up rules for building adlc
  74 !include $(HOTSPOTWORKSPACE)/make/windows/makefiles/adlc.make
  75 !endif
  76 
  77 HS_INTERNAL_NAME=jvm
  78 
  79 default:: $(AdditionalTargets) $(JvmtiGeneratedFiles) $(TraceGeneratedFiles)
  80 
  81 !include $(HOTSPOTWORKSPACE)/make/hotspot_version
  82 
  83 !if "$(USER_RELEASE_SUFFIX)" != ""
  84 HOTSPOT_BUILD_VERSION = internal-$(USER_RELEASE_SUFFIX)
  85 !else


< prev index next >