jdk/make/mksample/Makefile
changeset 4917 c98da2209f8c
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    35   WEBSERVICES_SUBDIR =
    35   WEBSERVICES_SUBDIR =
    36 else
    36 else
    37   WEBSERVICES_SUBDIR = webservices
    37   WEBSERVICES_SUBDIR = webservices
    38 endif
    38 endif
    39 
    39 
    40 SUBDIRS = nio jmx scripting $(WEBSERVICES_SUBDIR) nbproject
    40 SUBDIRS =
       
    41 SUBDIRS_misc = nio scripting nbproject
       
    42 SUBDIRS_enterprise = $(WEBSERVICES_SUBDIR)
       
    43 SUBDIRS_management = jmx
    41 
    44 
    42 # include dtrace samples in Solaris builds
    45 # include dtrace samples in Solaris builds
    43 ifeq ($(PLATFORM), solaris) 
    46 ifeq ($(PLATFORM), solaris) 
    44 	SUBDIRS += dtrace
    47 	SUBDIRS += dtrace
    45 endif
    48 endif
    46 
    49 
       
    50 include $(BUILDDIR)/common/Subdirs.gmk
       
    51 
    47 all build clean clobber::
    52 all build clean clobber::
    48 	$(SUBDIRS-loop)
    53 	$(SUBDIRS-loop)
    49 
    54 
    50 clobber clean ::
    55 clobber clean ::
    51 	$(RM) -r $(SAMPLEDIR)
    56 	$(RM) -r $(SAMPLEDIR)