jdk/make/sun/Makefile
changeset 9286 b960a50a7052
parent 9002 6ee0abf0167f
child 9287 66d45ea865db
equal deleted inserted replaced
9034:3a5f097d5ae1 9286:b960a50a7052
    81                      $(DISPLAY_LIBS) $(DGA_SUBDIR) \
    81                      $(DISPLAY_LIBS) $(DGA_SUBDIR) \
    82                      jawt font jpeg cmm $(DISPLAY_TOOLS) beans
    82                      jawt font jpeg cmm $(DISPLAY_TOOLS) beans
    83 SUBDIRS_management = management
    83 SUBDIRS_management = management
    84 SUBDIRS_misc       = $(ORG_SUBDIR) rmi $(JDBC_SUBDIR) tracing
    84 SUBDIRS_misc       = $(ORG_SUBDIR) rmi $(JDBC_SUBDIR) tracing
    85 SUBDIRS_tools      = native2ascii serialver tools jconsole
    85 SUBDIRS_tools      = native2ascii serialver tools jconsole
       
    86 
       
    87 ifndef OPENJDK
       
    88   SUBDIRS += usagetracker
       
    89 endif
       
    90 
    86 include $(BUILDDIR)/common/Subdirs.gmk
    91 include $(BUILDDIR)/common/Subdirs.gmk
    87 
    92 
    88 all build clean clobber::
    93 all build clean clobber::
    89 	$(SUBDIRS-loop)
    94 	$(SUBDIRS-loop)
    90 
    95