jdk/make/tools/Makefile
Print this page
rev 1217 : Make building the Nimbus L'n'F optional using the DISABLE_NIMBUS variable.
*** 49,61 ****
javazic \
jdwpgen \
makeclasslist \
strip_properties \
spp \
- swing-nimbus \
CharsetMapping
all build clean clobber::
$(SUBDIRS-loop)
clean clobber::
$(RM) -r $(BUILDTOOLCLASSDIR)
--- 49,64 ----
javazic \
jdwpgen \
makeclasslist \
strip_properties \
spp \
CharsetMapping
+ ifndef DISABLE_NIMBUS
+ SUBDIRS += swing-nimbus
+ endif
+
all build clean clobber::
$(SUBDIRS-loop)
clean clobber::
$(RM) -r $(BUILDTOOLCLASSDIR)