make/java/awt/Makefile

Print this page




  40 # Resources
  41 #
  42 RESOURCE_BUNDLES_COMPILED_PROPERTIES = sun/awt/resources/awt.properties
  43 LOCALE_SET_DEFINITION = jre
  44 
  45 #
  46 # Rules
  47 #
  48 include $(BUILDDIR)/common/Classes.gmk
  49 
  50 
  51 clean:: properties.clean sun.geom.clean cursors.clean
  52 
  53 _LIBPROPS = \
  54         flavormap.properties
  55 
  56 LIBPROPS = $(_LIBPROPS:%=$(LIBDIR)/%)
  57 
  58 properties: $(LIBDIR) $(LIBPROPS)
  59 
  60 $(LIBDIR)/%.properties: $(PLATFORM_SRC)/lib/%.properties
  61         $(install-file)
  62 
  63 properties.clean :
  64         $(RM) $(LIBPROPS)
  65 
  66 .SUFFIXES : $(SUFFIXES) .gif .properties
  67 
  68 CURSORSRC     = $(TOPDIR)/src/share/lib/images/cursors
  69 CURSORDIR     = $(LIBDIR)/images/cursors
  70 
  71 ifeq ($(PLATFORM), windows)
  72 CURSORPROPSRC = $(TOPDIR)/src/windows/lib/images/cursors
  73 CURSORS   = $(CURSORDIR)/win32_CopyDrop32x32.gif      \
  74             $(CURSORDIR)/win32_MoveDrop32x32.gif      \
  75             $(CURSORDIR)/win32_LinkDrop32x32.gif      \
  76             $(CURSORDIR)/win32_CopyNoDrop32x32.gif    \
  77             $(CURSORDIR)/win32_MoveNoDrop32x32.gif    \
  78             $(CURSORDIR)/win32_LinkNoDrop32x32.gif    \
  79             $(CURSORDIR)/invalid32x32.gif
  80 else # PLATFORM




  40 # Resources
  41 #
  42 RESOURCE_BUNDLES_COMPILED_PROPERTIES = sun/awt/resources/awt.properties
  43 LOCALE_SET_DEFINITION = jre
  44 
  45 #
  46 # Rules
  47 #
  48 include $(BUILDDIR)/common/Classes.gmk
  49 
  50 
  51 clean:: properties.clean sun.geom.clean cursors.clean
  52 
  53 _LIBPROPS = \
  54         flavormap.properties
  55 
  56 LIBPROPS = $(_LIBPROPS:%=$(LIBDIR)/%)
  57 
  58 properties: $(LIBDIR) $(LIBPROPS)
  59 
  60 $(LIBDIR)/%.properties: $(PLATFORM_PROPERTIES)/%.properties
  61         $(install-file)
  62 
  63 properties.clean :
  64         $(RM) $(LIBPROPS)
  65 
  66 .SUFFIXES : $(SUFFIXES) .gif .properties
  67 
  68 CURSORSRC     = $(TOPDIR)/src/share/lib/images/cursors
  69 CURSORDIR     = $(LIBDIR)/images/cursors
  70 
  71 ifeq ($(PLATFORM), windows)
  72 CURSORPROPSRC = $(TOPDIR)/src/windows/lib/images/cursors
  73 CURSORS   = $(CURSORDIR)/win32_CopyDrop32x32.gif      \
  74             $(CURSORDIR)/win32_MoveDrop32x32.gif      \
  75             $(CURSORDIR)/win32_LinkDrop32x32.gif      \
  76             $(CURSORDIR)/win32_CopyNoDrop32x32.gif    \
  77             $(CURSORDIR)/win32_MoveNoDrop32x32.gif    \
  78             $(CURSORDIR)/win32_LinkNoDrop32x32.gif    \
  79             $(CURSORDIR)/invalid32x32.gif
  80 else # PLATFORM