--- old/common/makefiles/Jprt.gmk Fri Aug 16 10:34:24 2013 +++ new/common/makefiles/Jprt.gmk Fri Aug 16 10:34:24 2013 @@ -23,7 +23,7 @@ # questions. # -# This file is included by the root NewerMakefile and contains targets +# This file is included by the root NewerMakefile and contains targets # and utilities needed by JPRT. # Utilities used in this Makefile. Most of this makefile executes without @@ -150,7 +150,7 @@ endif ifdef ALT_SPARKLE_FRAMEWORK_DIR @$(ECHO) " --with-sparkle-framework=$(call UnixPath,$(ALT_SPARKLE_FRAMEWORK_DIR)) " >> $@.tmp - endif + endif endif @if [ -f $@ ] ; then \ if ! $(CMP) $@ $@.tmp > /dev/null ; then \ @@ -175,6 +175,24 @@ # These targets execute in a SPEC free context, before calling bridgeBuild # to generate the SPEC. +jprt_build_productEmb: + $(MAKE) JAVASE_EMBEDDED=true MINIMIZE_RAM_USAGE=true jprt_build_product + +jprt_build_debugEmb: + $(MAKE) JAVASE_EMBEDDED=true MINIMIZE_RAM_USAGE=true jprt_build_debug + +jprt_build_fastdebugEmb: + $(MAKE) JAVASE_EMBEDDED=true MINIMIZE_RAM_USAGE=true jprt_build_fastdebug + +jprt_build_productOpen: + $(MAKE) OPENJDK=true jprt_build_product + +jprt_build_debugOpen: + $(MAKE) OPENJDK=true jprt_build_debug + +jprt_build_fastdebugOpen: + $(MAKE) OPENJDK=true jprt_build_fastdebug + jprt_build_product: DEBUG_LEVEL=release jprt_build_product: BUILD_DIRNAME=*-release jprt_build_product: jprt_build_generic