make/Main.gmk
branchJEP-230-microbenchmarks-branch
changeset 56921 69544f53b8bf
parent 56919 fe0fad5aebf5
parent 51994 7577686cc9bd
child 56928 8957fe0c94f3
equal deleted inserted replaced
56920:e0750e33f818 56921:69544f53b8bf
  1138 
  1138 
  1139 ALL_TARGETS += $(addsuffix -only, $(filter-out dist-clean clean%, $(ALL_TARGETS)))
  1139 ALL_TARGETS += $(addsuffix -only, $(filter-out dist-clean clean%, $(ALL_TARGETS)))
  1140 
  1140 
  1141 ################################################################################
  1141 ################################################################################
  1142 
  1142 
  1143 # Include JPRT targets
       
  1144 include $(TOPDIR)/make/Jprt.gmk
       
  1145 
       
  1146 ################################################################################
       
  1147 
       
  1148 # The following targets are intentionally not added to ALL_TARGETS since they
  1143 # The following targets are intentionally not added to ALL_TARGETS since they
  1149 # are internal only, to support Init.gmk.
  1144 # are internal only, to support Init.gmk.
  1150 
  1145 
  1151 print-targets:
  1146 print-targets:
  1152 	  @$(ECHO) $(sort $(ALL_TARGETS))
  1147 	  @$(ECHO) $(sort $(ALL_TARGETS))