5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2012 by Delphix. All rights reserved.
25 #
26
27 #
28 # Makefile.master, global definitions for system source
29 #
30 ROOT= /proto
31
32 #
33 # Adjunct root, containing an additional proto area to be used for headers
34 # and libraries.
35 #
36 ADJUNCT_PROTO=
37
38 #
39 # Adjunct for building things that run on the build machine.
40 #
41 NATIVE_ADJUNCT= /usr
42
43 #
44 # RELEASE_BUILD should be cleared for final release builds.
139 LN= /usr/bin/ln
140 CHMOD= /usr/bin/chmod
141 MV= /usr/bin/mv -f
142 RM= /usr/bin/rm -f
143 CUT= /usr/bin/cut
144 NM= /usr/ccs/bin/nm
145 DIFF= /usr/bin/diff
146 GREP= /usr/bin/grep
147 EGREP= /usr/bin/egrep
148 ELFWRAP= /usr/bin/elfwrap
149 KSH93= /usr/bin/ksh93
150 SED= /usr/bin/sed
151 NAWK= /usr/bin/nawk
152 CP= /usr/bin/cp -f
153 MCS= /usr/ccs/bin/mcs
154 CAT= /usr/bin/cat
155 ELFDUMP= /usr/ccs/bin/elfdump
156 M4= /usr/ccs/bin/m4
157 STRIP= /usr/ccs/bin/strip
158 LEX= /usr/ccs/bin/lex
159 FLEX= $(SFW_ROOT)/bin/flex
160 YACC= /usr/ccs/bin/yacc
161 CPP= /usr/lib/cpp
162 JAVAC= $(JAVA_ROOT)/bin/javac
163 JAVAH= $(JAVA_ROOT)/bin/javah
164 JAVADOC= $(JAVA_ROOT)/bin/javadoc
165 RMIC= $(JAVA_ROOT)/bin/rmic
166 JAR= $(JAVA_ROOT)/bin/jar
167 CTFCONVERT= $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
168 CTFMERGE= $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
169 CTFSTABS= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
170 CTFSTRIP= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
171 NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
172 GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets
173 CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl
174 CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod
175 XREF= $(ONBLD_TOOLS)/bin/xref
176 FIND= /usr/bin/find
177 PERL= /usr/bin/perl
178 PYTHON_26= /usr/bin/python2.6
179 PYTHON= $(PYTHON_26)
180 SORT= /usr/bin/sort
|
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2012 by Delphix. All rights reserved.
25 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
26 #
27
28 #
29 # Makefile.master, global definitions for system source
30 #
31 ROOT= /proto
32
33 #
34 # Adjunct root, containing an additional proto area to be used for headers
35 # and libraries.
36 #
37 ADJUNCT_PROTO=
38
39 #
40 # Adjunct for building things that run on the build machine.
41 #
42 NATIVE_ADJUNCT= /usr
43
44 #
45 # RELEASE_BUILD should be cleared for final release builds.
140 LN= /usr/bin/ln
141 CHMOD= /usr/bin/chmod
142 MV= /usr/bin/mv -f
143 RM= /usr/bin/rm -f
144 CUT= /usr/bin/cut
145 NM= /usr/ccs/bin/nm
146 DIFF= /usr/bin/diff
147 GREP= /usr/bin/grep
148 EGREP= /usr/bin/egrep
149 ELFWRAP= /usr/bin/elfwrap
150 KSH93= /usr/bin/ksh93
151 SED= /usr/bin/sed
152 NAWK= /usr/bin/nawk
153 CP= /usr/bin/cp -f
154 MCS= /usr/ccs/bin/mcs
155 CAT= /usr/bin/cat
156 ELFDUMP= /usr/ccs/bin/elfdump
157 M4= /usr/ccs/bin/m4
158 STRIP= /usr/ccs/bin/strip
159 LEX= /usr/ccs/bin/lex
160 FLEX= /usr/bin/flex
161 YACC= /usr/ccs/bin/yacc
162 BISON= /usr/bin/bison
163 CPP= /usr/lib/cpp
164 JAVAC= $(JAVA_ROOT)/bin/javac
165 JAVAH= $(JAVA_ROOT)/bin/javah
166 JAVADOC= $(JAVA_ROOT)/bin/javadoc
167 RMIC= $(JAVA_ROOT)/bin/rmic
168 JAR= $(JAVA_ROOT)/bin/jar
169 CTFCONVERT= $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
170 CTFMERGE= $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
171 CTFSTABS= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
172 CTFSTRIP= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
173 NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
174 GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets
175 CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl
176 CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod
177 XREF= $(ONBLD_TOOLS)/bin/xref
178 FIND= /usr/bin/find
179 PERL= /usr/bin/perl
180 PYTHON_26= /usr/bin/python2.6
181 PYTHON= $(PYTHON_26)
182 SORT= /usr/bin/sort
|