1 # |
|
2 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. |
|
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
4 # |
|
5 # This code is free software; you can redistribute it and/or modify it |
|
6 # under the terms of the GNU General Public License version 2 only, as |
|
7 # published by the Free Software Foundation. |
|
8 # |
|
9 # This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 # version 2 for more details (a copy is included in the LICENSE file that |
|
13 # accompanied this code). |
|
14 # |
|
15 # You should have received a copy of the GNU General Public License version |
|
16 # 2 along with this work; if not, write to the Free Software Foundation, |
|
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 # |
|
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
20 # or visit www.oracle.com if you need additional information or have any |
|
21 # questions. |
|
22 # |
|
23 |
|
24 # This is a configuration example using an nfs-mount /java |
|
25 # it will use the builddeps directly from the nfs mounted directory. |
|
26 # This is how you use it: |
|
27 |
|
28 #configure --with-builddeps-conf=..../builddeps.conf.nfs.example |
|
29 |
|
30 REWRITE_i686_pc_linux_gnu=i686-unknown-linux-gnu |
|
31 REWRITE_i386_pc_solaris2_10=i686-sun-solaris2_10 |
|
32 |
|
33 DEVTOOLS=/java/devtools |
|
34 |
|
35 builddep_cups=${DEVTOOLS}/linux/cups/include |
|
36 builddep_cups_CFLAGS=-I${depdir} |
|
37 |
|
38 JDK_ROOT=/java/re/jdk/7u4/latest/binaries |
|
39 builddep_bootjdk_BUILD_i386_pc_solaris2=${JDK_ROOT}/solaris-i586 |
|
40 builddep_bootjdk_BUILD_x86_64_pc_solaris2=${JDK_ROOT}/solaris-amd64 |
|
41 builddep_bootjdk_BUILD_i686_unknown_linux_gnu=${JDK_ROOT}/linux-i586 |
|
42 builddep_bootjdk_BUILD_x86_64_unknown_linux_gnu=${JDK_ROOT}/linux-amd64 |
|
43 builddep_bootjdk_ROOT= |
|