make/hotspot/gensrc/GenerateSources.gmk
branchihse-setupexecute-branch
changeset 57235 9a1676cf7078
parent 57139 94ff48d6eee4
child 58834 f78e7ce060b0
equal deleted inserted replaced
57232:88931121fb84 57235:9a1676cf7078
    34 
    34 
    35 include HotspotCommon.gmk
    35 include HotspotCommon.gmk
    36 
    36 
    37 # The real work is done in these files
    37 # The real work is done in these files
    38 
    38 
       
    39 include gensrc/GensrcJfr.gmk
    39 include gensrc/GensrcAdlc.gmk
    40 include gensrc/GensrcAdlc.gmk
    40 include gensrc/GensrcDtrace.gmk
    41 include gensrc/GensrcDtrace.gmk
    41 include gensrc/GensrcJvmti.gmk
    42 include gensrc/GensrcJvmti.gmk
    42 include gensrc/GensrcJfr.gmk
       
    43 
    43 
    44 $(eval $(call IncludeCustomExtension, hotspot/gensrc/GenerateSources.gmk))
    44 $(eval $(call IncludeCustomExtension, hotspot/gensrc/GenerateSources.gmk))
    45 
    45 
    46 # While technically the rules below are "gendata" which can be done in parallel
    46 # While technically the rules below are "gendata" which can be done in parallel
    47 # with native compilation, let's keep it here for simplicity.
    47 # with native compilation, let's keep it here for simplicity.