Makefile.master (105958d7eca6f896fb8caab1f9777157eb0a352c) Makefile.master (14c3be3932e278c263b32fb17daff38fd4de18f8)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
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

--- 82 unchanged lines hidden (view full) ---

91# compiler is primary, and control the versions of the given compilers to be
92# used. They also allow compiler-version specific Makefile fragments.
93#
94
95__SUNC= $(POUND_SIGN)
96$(__SUNC)__GNUC= $(POUND_SIGN)
97__GNUC64= $(__GNUC)
98
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
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

--- 82 unchanged lines hidden (view full) ---

91# compiler is primary, and control the versions of the given compilers to be
92# used. They also allow compiler-version specific Makefile fragments.
93#
94
95__SUNC= $(POUND_SIGN)
96$(__SUNC)__GNUC= $(POUND_SIGN)
97__GNUC64= $(__GNUC)
98
99# Allow build-time "configuration" to enable or disable some things.
100# The default is POUND_SIGN, meaning "not enabled". If the environment
101# passes in an override like ENABLE_SMB_PRINTING= (empty) that will
102# uncomment things in the lower Makefiles to enable the feature.
103ENABLE_IPP_PRINTING= $(POUND_SIGN)
104ENABLE_SMB_PRINTING= $(POUND_SIGN)
105
99# CLOSED is the root of the tree that contains source which isn't released
100# as open source
101CLOSED= $(SRC)/../closed
102
103# BUILD_TOOLS is the root of all tools including compilers.
104# ONBLD_TOOLS is the root of all the tools that are part of SUNWonbld.
105
106BUILD_TOOLS= /ws/onnv-tools

--- 1054 unchanged lines hidden ---
106# CLOSED is the root of the tree that contains source which isn't released
107# as open source
108CLOSED= $(SRC)/../closed
109
110# BUILD_TOOLS is the root of all tools including compilers.
111# ONBLD_TOOLS is the root of all the tools that are part of SUNWonbld.
112
113BUILD_TOOLS= /ws/onnv-tools

--- 1054 unchanged lines hidden ---