jdk/make/javax/swing/plaf/Makefile
changeset 2800 f7318b0bd705
parent 2658 43e06bc950ec
child 3742 5e1b8bc3cb1a
equal deleted inserted replaced
2799:0441b5d34aa0 2800:f7318b0bd705
    32 #
    32 #
    33 # Files
    33 # Files
    34 #
    34 #
    35 include FILES.gmk
    35 include FILES.gmk
    36 AUTO_FILES_JAVA_DIRS = javax/swing/plaf sun/swing com/sun/java/swing/plaf
    36 AUTO_FILES_JAVA_DIRS = javax/swing/plaf sun/swing com/sun/java/swing/plaf
    37 SUBDIRS = nimbus
    37 ifndef DISABLE_NIMBUS
       
    38   SUBDIRS = nimbus
       
    39 endif
    38 
    40 
    39 # Nimbus is handled in its own directory
    41 # Nimbus is handled in its own directory
    40 AUTO_JAVA_PRUNE = nimbus
    42 AUTO_JAVA_PRUNE = nimbus
    41 
    43 
    42 ifeq ($(PLATFORM), windows)
    44 ifeq ($(PLATFORM), windows)