#
# 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
#
#
# 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 += -z defs
# 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.
install: $(INSTALL_32)
if test -d man8 ; then \
if test -f $$f.8 ; then \
done )
test: $(TEST_32)