jdk/make/tools/Makefile

Print this page
rev 1217 : Make building the Nimbus L'n'F optional using the DISABLE_NIMBUS variable.

@@ -49,13 +49,16 @@
   javazic                   \
   jdwpgen                   \
   makeclasslist             \
   strip_properties          \
   spp                       \
-  swing-nimbus              \
   CharsetMapping
 
+ifndef DISABLE_NIMBUS
+  SUBDIRS += swing-nimbus
+endif
+
 all build clean clobber::
         $(SUBDIRS-loop)
 
 clean clobber::
         $(RM) -r $(BUILDTOOLCLASSDIR)