jdk/make/mkdemo/jvmti/Makefile
changeset 4808 37f605425f74
parent 4665 d14dc3d9e1fa
child 4917 c98da2209f8c
equal deleted inserted replaced
4807:2521b7dcf505 4808:37f605425f74
     1 #
     1 #
     2 # Copyright 2004-2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 2004-2010 Sun Microsystems, Inc.  All Rights Reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    32 PRODUCT = demos
    32 PRODUCT = demos
    33 include $(BUILDDIR)/common/Defs.gmk
    33 include $(BUILDDIR)/common/Defs.gmk
    34 
    34 
    35 # Can be built in any order, the JRE version of hprof and java_crw_demo are
    35 # Can be built in any order, the JRE version of hprof and java_crw_demo are
    36 #   really built in make/java.
    36 #   really built in make/java.
    37 #   The hprof target here just deliveres the sources and README files.
    37 #   The hprof target here just delivers the sources and README files.
    38 #   The java_crw_demo and agent_util files are copied into each demo that
    38 #   The java_crw_demo and agent_util files are copied into each demo that
    39 #   uses them.
    39 #   uses them.
    40 SUBDIRS = \
    40 SUBDIRS = \
    41 	  versionCheck \
    41 	  versionCheck \
    42           gctest \
    42 	  compiledMethodLoad \
       
    43 	  gctest \
    43 	  heapViewer \
    44 	  heapViewer \
    44 	  heapTracker \
    45 	  heapTracker \
    45 	  minst \
    46 	  minst \
    46 	  mtrace \
    47 	  mtrace \
    47 	  waiters \
    48 	  waiters \