1296N/A# X build options for Oracle Solaris -*- Makefile -*-
1003N/A#
1339N/A# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
1003N/A#
1003N/A# Permission is hereby granted, free of charge, to any person obtaining a
1003N/A# copy of this software and associated documentation files (the "Software"),
1003N/A# to deal in the Software without restriction, including without limitation
1003N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1003N/A# and/or sell copies of the Software, and to permit persons to whom the
1003N/A# Software is furnished to do so, subject to the following conditions:
1003N/A#
1003N/A# The above copyright notice and this permission notice (including the next
1003N/A# paragraph) shall be included in all copies or substantial portions of the
1003N/A# Software.
1003N/A#
1003N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1003N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1003N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1003N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1003N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1003N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1003N/A# DEALINGS IN THE SOFTWARE.
1003N/A#
1003N/A#
1003N/A###############################################################################
1003N/A#
1003N/A
1003N/A# Settings for building X with Oracle Solaris branding and access to
1003N/A# sites behind the Oracle firewall. If you're not at Oracle, you
1003N/A# probably want to either use the generic Makefile.options.opensolaris
1003N/A# or make a customized options file for your site/distro/build.
1003N/A
1003N/A# Oracle internal mirror/archive of tarballs used to build
1050N/ATARBALL_ARCHIVE = http://xserver.us.oracle.com/tarballs
1003N/ATARBALL_ARCHIVE_SET=yes
1003N/A
1003N/A# OS/Distro name for use in documentation
1003N/ADISTRO_NAME = Oracle Solaris
1003N/A
1003N/A# When packages contain only code to which Oracle owns the rights, Oracle
1003N/A# doesn't need to publish the open source license notice, and can just let
1003N/A# the distro's top-level license notice apply.
1003N/ALICENSE_CHOICE = Oracle
1003N/ALICENSE_CHOICE_SET = yes
1003N/A
1003N/A# Xserver configuration options for vendor name & support URL
1003N/A# The vendor name needs to include "X.Org Foundation" for software
1003N/A# like cairo that does strstr on VendorName to detect servers built
1003N/A# from the X.Org source tree for bug workarounds/compatibility tweaks.
1003N/AVENDOR_NAME = Oracle Corporation, based on X.Org Foundation sources
1003N/AVENDOR_SUPPORT_URL = http://support.oracle.com/
1003N/A
1003N/A# Additional pkg transforms to set Oracle Solaris branding
1003N/APKG_BRANDING_TRANSFORMS = branding_Oracle
1130N/A
1130N/A# Reference repository for pkglint to check against
1130N/APKGLINT_REFERENCE_REPO = http://ipkg.us.oracle.com/solaris11/dev/
1296N/A
1296N/A# Enable parfait static analysis of code by default
1296N/ADEFAULT_PARFAIT_1 = $(USE_PARFAIT:yes=)
1296N/ADEFAULT_PARFAIT_2 = $(DEFAULT_PARFAIT_1:no=$(POUND_SIGN))
1296N/A$(DEFAULT_PARFAIT_2) USE_PARFAIT = yes