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 2014 Garrett D'Amore <garrett@damore.org>
26 # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
27 #
28
29 #
30 # Makefile.master, global definitions for system source
31 #
32 ROOT= /proto
33
34 #
35 # Adjunct root, containing an additional proto area to be used for headers
36 # and libraries.
37 #
38 ADJUNCT_PROTO=
39
40 #
41 # Adjunct for building things that run on the build machine.
42 #
43 NATIVE_ADJUNCT= /usr
44
45 #
46 # RELEASE_BUILD should be cleared for final release builds.
132 INS= install
133 TRUE= true
134 SYMLINK= /usr/bin/ln -s
135 LN= /usr/bin/ln
136 CHMOD= /usr/bin/chmod
137 MV= /usr/bin/mv -f
138 RM= /usr/bin/rm -f
139 CUT= /usr/bin/cut
140 NM= /usr/ccs/bin/nm
141 DIFF= /usr/bin/diff
142 GREP= /usr/bin/grep
143 EGREP= /usr/bin/egrep
144 ELFWRAP= /usr/bin/elfwrap
145 KSH93= /usr/bin/ksh93
146 SED= /usr/bin/sed
147 NAWK= /usr/bin/nawk
148 CP= /usr/bin/cp -f
149 MCS= /usr/ccs/bin/mcs
150 CAT= /usr/bin/cat
151 ELFDUMP= /usr/ccs/bin/elfdump
152 M4= /usr/ccs/bin/m4
153 STRIP= /usr/ccs/bin/strip
154 LEX= /usr/ccs/bin/lex
155 FLEX= /usr/bin/flex
156 YACC= /usr/ccs/bin/yacc
157 CPP= /usr/lib/cpp
158 JAVAC= $(JAVA_ROOT)/bin/javac
159 JAVAH= $(JAVA_ROOT)/bin/javah
160 JAVADOC= $(JAVA_ROOT)/bin/javadoc
161 RMIC= $(JAVA_ROOT)/bin/rmic
162 JAR= $(JAVA_ROOT)/bin/jar
163 CTFCONVERT= $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
164 CTFMERGE= $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
165 CTFSTABS= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
166 CTFSTRIP= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
167 NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
168 GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets
169 XREF= $(ONBLD_TOOLS)/bin/xref
170 FIND= /usr/bin/find
171 PERL= /usr/bin/perl
172 PERL_VERSION= 5.10.0
|
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 2014 Garrett D'Amore <garrett@damore.org>
26 # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
27 # Copyright 2015 Gary Mills
28 #
29
30 #
31 # Makefile.master, global definitions for system source
32 #
33 ROOT= /proto
34
35 #
36 # Adjunct root, containing an additional proto area to be used for headers
37 # and libraries.
38 #
39 ADJUNCT_PROTO=
40
41 #
42 # Adjunct for building things that run on the build machine.
43 #
44 NATIVE_ADJUNCT= /usr
45
46 #
47 # RELEASE_BUILD should be cleared for final release builds.
133 INS= install
134 TRUE= true
135 SYMLINK= /usr/bin/ln -s
136 LN= /usr/bin/ln
137 CHMOD= /usr/bin/chmod
138 MV= /usr/bin/mv -f
139 RM= /usr/bin/rm -f
140 CUT= /usr/bin/cut
141 NM= /usr/ccs/bin/nm
142 DIFF= /usr/bin/diff
143 GREP= /usr/bin/grep
144 EGREP= /usr/bin/egrep
145 ELFWRAP= /usr/bin/elfwrap
146 KSH93= /usr/bin/ksh93
147 SED= /usr/bin/sed
148 NAWK= /usr/bin/nawk
149 CP= /usr/bin/cp -f
150 MCS= /usr/ccs/bin/mcs
151 CAT= /usr/bin/cat
152 ELFDUMP= /usr/ccs/bin/elfdump
153 M4= /usr/bin/m4
154 STRIP= /usr/ccs/bin/strip
155 LEX= /usr/ccs/bin/lex
156 FLEX= /usr/bin/flex
157 YACC= /usr/ccs/bin/yacc
158 CPP= /usr/lib/cpp
159 JAVAC= $(JAVA_ROOT)/bin/javac
160 JAVAH= $(JAVA_ROOT)/bin/javah
161 JAVADOC= $(JAVA_ROOT)/bin/javadoc
162 RMIC= $(JAVA_ROOT)/bin/rmic
163 JAR= $(JAVA_ROOT)/bin/jar
164 CTFCONVERT= $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert
165 CTFMERGE= $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge
166 CTFSTABS= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs
167 CTFSTRIP= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip
168 NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen
169 GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets
170 XREF= $(ONBLD_TOOLS)/bin/xref
171 FIND= /usr/bin/find
172 PERL= /usr/bin/perl
173 PERL_VERSION= 5.10.0
|