< prev index next >

make/sun/launcher/Makefile

Print this page
rev 1437 : 6875904: Java 7 message synchronization 1
Reviewed-by: ogino, faryad

  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 BUILDDIR = ../..
  27 PACKAGE = sun.launcher
  28 PRODUCT = sun
  29 include $(BUILDDIR)/common/Defs.gmk
  30 
  31 #
  32 # Java source files
  33 #
  34 AUTO_FILES_JAVA_DIRS = sun/launcher
  35 
  36 #
  37 # Resources
  38 #
  39 LOCALE_SET_DEFINITION = jre
  40 NEW_RESOURCE_BUNDLES_PROPERTIES = $(PKGDIR)/resources/launcher.properties
  41 
  42 #
  43 # Rules
  44 #
  45 include $(BUILDDIR)/common/Classes.gmk
  46 

  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 BUILDDIR = ../..
  27 PACKAGE = sun.launcher
  28 PRODUCT = sun
  29 include $(BUILDDIR)/common/Defs.gmk
  30 
  31 #
  32 # Java source files
  33 #
  34 AUTO_FILES_JAVA_DIRS = sun/launcher
  35 
  36 #
  37 # Resources
  38 #
  39 LOCALE_SET_DEFINITION = jre
  40 RESOURCE_BUNDLES_COMPILED_PROPERTIES = $(PKGDIR)/resources/launcher.properties
  41 
  42 #
  43 # Rules
  44 #
  45 include $(BUILDDIR)/common/Classes.gmk
  46 
< prev index next >