jdk/make/mksample/Makefile
changeset 9255 c7df2225fecc
parent 7668 d4a77089c587
child 10292 ed7db6a12c2a
equal deleted inserted replaced
9254:142881732d3c 9255:c7df2225fecc
     1 #
     1 #
     2 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2004, 2011, Oracle and/or its affiliates. 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.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    36 else
    36 else
    37   WEBSERVICES_SUBDIR = webservices
    37   WEBSERVICES_SUBDIR = webservices
    38 endif
    38 endif
    39 
    39 
    40 SUBDIRS =
    40 SUBDIRS =
    41 SUBDIRS_misc = nio scripting nbproject
    41 SUBDIRS_misc = nio scripting nbproject forkjoin
    42 SUBDIRS_enterprise = $(WEBSERVICES_SUBDIR)
    42 SUBDIRS_enterprise = $(WEBSERVICES_SUBDIR)
    43 SUBDIRS_management = jmx
    43 SUBDIRS_management = jmx
    44 
    44 
    45 # include dtrace samples in Solaris builds
    45 # include dtrace samples in Solaris builds
    46 ifeq ($(PLATFORM), solaris) 
    46 ifeq ($(PLATFORM), solaris)