#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#
# Requires new pkgmogrify feature, not available in S11.
# Enable C99 mode + -Xc for its additional warnings.
# -xinline=%auto -- we like inlining where appropriate
# -xbuiltin=%none -- builtins have been known to be buggy
CFLAGS += $(CPP_LARGEFILES)
CFLAGS += $(CPP_C99_EXTENDED_MATH)
CFLAGS += $(studio_PIC)
# If we pass -lc, -mt won't link with -lthread
# (which is what it does by default, and we don't
# want that, because we use POSIX threads).
LD_OPTIONS += $(LD_Z_DEFS)
'-e "/libtool/d"' \
'-e "/-m32/d"' \
'-e "/-m64/d"' \
'-e "/ld: warning/d"' \
'-e "/warning/d"' \
'-e "/Generat/d"' \
'-e "/Creat/d"' \
'-e "/Compos/d"' \
'-e "/Writ/d"' \
'-e "/Read/d"' \
'-e "/Home/d"' \
'-e "/from/d"' \
'-e "/--run/d"' \
'-e "/rm -f/d"' \
'-e "/Nothing/d"' \
'-e "/Leaving/d"' \
'-e "/Entering/d"' \
'-e "/Making/d"' \
'-e "/Known envvars/d"' \
'-e "/make/d"' \
'-e "s/[0-9]\{1,\}\.[0-9]\{1,\} s, //g"' \
'-e "s^[0-9]\{1,\} kB/s^^g"' \
'-e "s^[0-9]\{1,\} kB/s^^g"' \
'-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
'-e "s^[0-9]\{1,\}\.[0-9]\{1,\} MB/s^^g"' \
'-e "s/([0-9]\{1,\} B)//g"' \
'-e "s/([0-9]\{1,\} B)//g"' \
'-e "s/ \{1,\}copied/ copied/g"' \
# Without this GnuPG's ./configure will complain that we're not using
# GNU make. But we are.
# Work around pkgdepend bug which doesn't resolve dependencies from
# the local workspace repo. Fortunately we only have to do this once.