< prev index next >

make/lib/CompileLibraries.gmk

Print this page
rev 11112 : 8148244: Finalize and integrate GTest implementation
Reviewed-by: jwilhelm, erikj
Contributed-by: stefan.karlsson@oracle.com, stefan.sarne@oracle.com, jesper.wilhelmsson@oracle.com, erik.helin@oracle.com, alexandre.iline@oracle.com, igor.ignatyev@oracle.com, erik.joelsson@oracle.com


  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  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 all: $(TARGETS)
  41 
  42 .PHONY: all


  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  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 include lib/CompileGtest.gmk
  40 
  41 all: $(TARGETS)
  42 
  43 .PHONY: all
< prev index next >