jdk/make/mkdemo/management/Makefile
changeset 4917 c98da2209f8c
parent 4665 d14dc3d9e1fa
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    36 SUBDIRS = FullThreadDump \
    36 SUBDIRS = FullThreadDump \
    37 	  VerboseGC      \
    37 	  VerboseGC      \
    38 	  MemoryMonitor  \
    38 	  MemoryMonitor  \
    39 	  JTop
    39 	  JTop
    40 
    40 
       
    41 include $(BUILDDIR)/common/Subdirs.gmk
       
    42 
    41 all build clean clobber::
    43 all build clean clobber::
    42 	$(SUBDIRS-loop)
    44 	$(SUBDIRS-loop)
    43 
    45 
    44 all build :: $(DEMODIR)/management/index.html
    46 all build :: $(DEMODIR)/management/index.html
    45 
    47