jdk/make/mkdemo/jfc/Makefile
changeset 4917 c98da2209f8c
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    44 # Some demos aren't currently included in OpenJDK
    44 # Some demos aren't currently included in OpenJDK
    45 ifndef OPENJDK
    45 ifndef OPENJDK
    46   SUBDIRS += Java2D SwingSet2 Stylepad
    46   SUBDIRS += Java2D SwingSet2 Stylepad
    47 endif
    47 endif
    48 
    48 
       
    49 include $(BUILDDIR)/common/Subdirs.gmk
    49 all build clean clobber::
    50 all build clean clobber::
    50 	$(SUBDIRS-loop)
    51 	$(SUBDIRS-loop)
    51 
    52