< prev index next >

common/autoconf/compare.sh.in

Print this page




  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 
  25 # This script is processed by configure before it's usable. It is run from
  26 # the root of the build directory.
  27 
  28 
  29 ##########################################################################################
  30 # Substitutions from autoconf
  31 
  32 export LEGACY_BUILD_DIR=@OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU_LEGACY@
  33 
  34 export OPENJDK_TARGET_OS="@OPENJDK_TARGET_OS@"
  35 export OPENJDK_TARGET_CPU="@OPENJDK_TARGET_CPU@"

  36 
  37 export AWK="@AWK@"
  38 export BASH="@BASH@"
  39 export CAT="@CAT@"
  40 export CMP="@CMP@"
  41 export CP="@CP@"
  42 export CUT="@CUT@"
  43 export DIFF="@DIFF@"
  44 export DUMPBIN="@FIXPATH@ @DUMPBIN@"
  45 export EXPR="@EXPR@"
  46 export FILE="@FILE@"
  47 export FIND="@FIND@"
  48 export GREP="@GREP@"
  49 export JAVAP="@FIXPATH@ @BOOT_JDK@/bin/javap @JAVA_TOOL_FLAGS_SMALL@"
  50 export JIMAGE="@FIXPATH@ @BUILD_OUTPUT@/jdk/bin/jimage"
  51 export LDD="@LDD@"
  52 export LN="@LN@"
  53 export MKDIR="@MKDIR@"
  54 export MV="@MV@"
  55 export NAWK="@NAWK@"




  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 
  25 # This script is processed by configure before it's usable. It is run from
  26 # the root of the build directory.
  27 
  28 
  29 ##########################################################################################
  30 # Substitutions from autoconf
  31 
  32 export LEGACY_BUILD_DIR=@OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU_LEGACY@
  33 
  34 export OPENJDK_TARGET_OS="@OPENJDK_TARGET_OS@"
  35 export OPENJDK_TARGET_CPU="@OPENJDK_TARGET_CPU@"
  36 export OPENJDK_TARGET_CPU_LIBDIR="@OPENJDK_TARGET_CPU_LIBDIR@"
  37 
  38 export AWK="@AWK@"
  39 export BASH="@BASH@"
  40 export CAT="@CAT@"
  41 export CMP="@CMP@"
  42 export CP="@CP@"
  43 export CUT="@CUT@"
  44 export DIFF="@DIFF@"
  45 export DUMPBIN="@FIXPATH@ @DUMPBIN@"
  46 export EXPR="@EXPR@"
  47 export FILE="@FILE@"
  48 export FIND="@FIND@"
  49 export GREP="@GREP@"
  50 export JAVAP="@FIXPATH@ @BOOT_JDK@/bin/javap @JAVA_TOOL_FLAGS_SMALL@"
  51 export JIMAGE="@FIXPATH@ @BUILD_OUTPUT@/jdk/bin/jimage"
  52 export LDD="@LDD@"
  53 export LN="@LN@"
  54 export MKDIR="@MKDIR@"
  55 export MV="@MV@"
  56 export NAWK="@NAWK@"


< prev index next >