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.
128 LN= /usr/bin/ln
129 CHMOD= /usr/bin/chmod
130 MV= /usr/bin/mv -f
131 RM= /usr/bin/rm -f
132 CUT= /usr/bin/cut
133 NM= /usr/ccs/bin/nm
134 DIFF= /usr/bin/diff
135 GREP= /usr/bin/grep
136 EGREP= /usr/bin/egrep
137 ELFWRAP= /usr/bin/elfwrap
138 KSH93= /usr/bin/ksh93
139 SED= /usr/bin/sed
140 NAWK= /usr/bin/nawk
141 CP= /usr/bin/cp -f
142 MCS= /usr/ccs/bin/mcs
143 CAT= /usr/bin/cat
144 ELFDUMP= /usr/ccs/bin/elfdump
145 M4= /usr/ccs/bin/m4
146 STRIP= /usr/ccs/bin/strip
147 LEX= /usr/ccs/bin/lex
148 FLEX= $(SFW_ROOT)/bin/flex
149 YACC= /usr/ccs/bin/yacc
150 CPP= /usr/lib/cpp
151 JAVAC= $(JAVA_ROOT)/bin/javac
152 JAVAH= $(JAVA_ROOT)/bin/javah
153 JAVADOC= $(JAVA_ROOT)/bin/javadoc
154 RMIC= $(JAVA_ROOT)/bin/rmic
155 JAR= $(JAVA_ROOT)/bin/jar
156 CTFCONVERT= $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
157 CTFMERGE= $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
158 CTFSTABS= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
159 CTFSTRIP= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
160 NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
161 GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets
162 CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl
163 CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod
164 XREF= $(ONBLD_TOOLS)/bin/xref
165 FIND= /usr/bin/find
166 PERL= /usr/bin/perl
167 PYTHON_26= /usr/bin/python2.6
168 PYTHON= $(PYTHON_26)
169 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.
129 LN= /usr/bin/ln
130 CHMOD= /usr/bin/chmod
131 MV= /usr/bin/mv -f
132 RM= /usr/bin/rm -f
133 CUT= /usr/bin/cut
134 NM= /usr/ccs/bin/nm
135 DIFF= /usr/bin/diff
136 GREP= /usr/bin/grep
137 EGREP= /usr/bin/egrep
138 ELFWRAP= /usr/bin/elfwrap
139 KSH93= /usr/bin/ksh93
140 SED= /usr/bin/sed
141 NAWK= /usr/bin/nawk
142 CP= /usr/bin/cp -f
143 MCS= /usr/ccs/bin/mcs
144 CAT= /usr/bin/cat
145 ELFDUMP= /usr/ccs/bin/elfdump
146 M4= /usr/ccs/bin/m4
147 STRIP= /usr/ccs/bin/strip
148 LEX= /usr/ccs/bin/lex
149 FLEX= /usr/bin/flex
150 YACC= /usr/ccs/bin/yacc
151 BISON= /usr/bin/bison
152 CPP= /usr/lib/cpp
153 JAVAC= $(JAVA_ROOT)/bin/javac
154 JAVAH= $(JAVA_ROOT)/bin/javah
155 JAVADOC= $(JAVA_ROOT)/bin/javadoc
156 RMIC= $(JAVA_ROOT)/bin/rmic
157 JAR= $(JAVA_ROOT)/bin/jar
158 CTFCONVERT= $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
159 CTFMERGE= $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
160 CTFSTABS= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
161 CTFSTRIP= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
162 NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
163 GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets
164 CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl
165 CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod
166 XREF= $(ONBLD_TOOLS)/bin/xref
167 FIND= /usr/bin/find
168 PERL= /usr/bin/perl
169 PYTHON_26= /usr/bin/python2.6
170 PYTHON= $(PYTHON_26)
171 SORT= /usr/bin/sort
|