Makefile.com revision 1
1N/A# The contents of this file are subject to the terms of the 1N/A# Common Development and Distribution License (the "License"). 1N/A# You may not use this file except in compliance with the License. 1N/A# See the License for the specific language governing permissions 1N/A# and limitations under the License. 1N/A# When distributing Covered Code, include this CDDL HEADER in each 1N/A# If applicable, add the following below this CDDL HEADER, with the 1N/A# fields enclosed by brackets "[]" replaced with your own identifying 1N/A# information: Portions Copyright [yyyy] [name of copyright owner] 1N/A# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 1N/A# Use -KPIC as libcmd is too big for -Kpic on sparcv9 with gcc 1N/A# mapfile-vers does not live with the sources in in common/ to make 1N/A# automated code updates easier. 1N/A# Set common AST build flags (e.g. C99/XPG6, needed to support the math stuff) 1N/A# case - it MUST come as the last element but future changes in -D options 1N/A# may then cause silent breakage in the AST sources because the last -D 1N/A# option specified overrides previous -D options so we prefer the current 1N/A# way to explicitly list each single flag. 1N/A# - "-D_BLD_DLL" comes from ${mam_cc_DLL} in Mamfile 1N/A '-DERROR_CATALOG="libcmd"' \
1N/A "[-author?Glenn Fowler <gsf@research.att.com>]"\ 1N/A "[-author?David Korn <dgk@research.att.com>]"\ 1N/A "[-copyright?Copyright (c) 1992-2011 AT&T Intellectual Property]"\ 1N/A "[--catalog?libcmd]"' 1N/A# libcmd is not lint-clean yet; fake up a target. (You can use 1N/A# "make lintcheck" to actually run lint; please send all lint fixes 1N/A# upstream (to AT&T) so the next update will pull them into ON.)