Makefile revision 0e42dee69ed771bf604dd1789fca9d77b5bbe302
af84459fbf938e508fd10b01cb8d699c79083813takashi# CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# The contents of this file are subject to the terms of the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Common Development and Distribution License (the "License").
af84459fbf938e508fd10b01cb8d699c79083813takashi# You may not use this file except in compliance with the License.
af84459fbf938e508fd10b01cb8d699c79083813takashi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# See the License for the specific language governing permissions
af84459fbf938e508fd10b01cb8d699c79083813takashi# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
2e545ce2450a9953665f701bb05350f0d3f26275nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# If applicable, add the following below this CDDL HEADER, with the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# fields enclosed by brackets "[]" replaced with your own identifying
af84459fbf938e508fd10b01cb8d699c79083813takashi# information: Portions Copyright [yyyy] [name of copyright owner]
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# CDDL HEADER END
af84459fbf938e508fd10b01cb8d699c79083813takashi#ident "%Z%%M% %I% %E% SMI"
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
af84459fbf938e508fd10b01cb8d699c79083813takashi# Use is subject to license terms.
af84459fbf938e508fd10b01cb8d699c79083813takashiLINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN -erroff=E_NAME_DEF_NOT_USED2
af84459fbf938e508fd10b01cb8d699c79083813takashiLINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN -erroff=E_NAME_DEF_NOT_USED2
c04f76acce77126cf88b09350e56ea8c6b4a064enilgunCPPFLAGS += -DFSTYP_VERS=${FSTYP_VERS} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
af84459fbf938e508fd10b01cb8d699c79083813takashi# Override PMAP dependency
af84459fbf938e508fd10b01cb8d699c79083813takashi# Rules for making shared objects out of .c files. Works well if
af84459fbf938e508fd10b01cb8d699c79083813takashi# we have a one-to-one mapping. Applies in all cases so far.