< prev index next >

hotspot/make/lib/CompileLibraries.gmk

Print this page




  24 #
  25 
  26 default: all
  27 
  28 include $(SPEC)
  29 include MakeBase.gmk
  30 include NativeCompilation.gmk
  31 
  32 include HotspotCommon.gmk
  33 
  34 # The dtrace setup must be done both before and after CompileJvm.gmk, due to
  35 # intricate dependencies.
  36 include lib/CompileDtracePreJvm.gmk
  37 include lib/CompileJvm.gmk
  38 include lib/CompileDtracePostJvm.gmk
  39 
  40 ifeq ($(BUILD_GTEST), true)
  41   include lib/CompileGtest.gmk
  42 endif
  43 


  44 all: $(TARGETS)
  45 
  46 .PHONY: all


  24 #
  25 
  26 default: all
  27 
  28 include $(SPEC)
  29 include MakeBase.gmk
  30 include NativeCompilation.gmk
  31 
  32 include HotspotCommon.gmk
  33 
  34 # The dtrace setup must be done both before and after CompileJvm.gmk, due to
  35 # intricate dependencies.
  36 include lib/CompileDtracePreJvm.gmk
  37 include lib/CompileJvm.gmk
  38 include lib/CompileDtracePostJvm.gmk
  39 
  40 ifeq ($(BUILD_GTEST), true)
  41   include lib/CompileGtest.gmk
  42 endif
  43 
  44 include CopyToExplodedJdk.gmk
  45 
  46 all: $(TARGETS)
  47 
  48 .PHONY: all
< prev index next >