Makefile revision 2
7221236468b0b60c925a058fb7a1919a141202d4David Mathog#
7221236468b0b60c925a058fb7a1919a141202d4David Mathog# CDDL HEADER START
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog#
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog# The contents of this file are subject to the terms of the
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog# Common Development and Distribution License (the "License").
7221236468b0b60c925a058fb7a1919a141202d4David Mathog# You may not use this file except in compliance with the License.
5da08901f6f284dfb64e741ed2f6287d9cfc087amathog#
5da08901f6f284dfb64e741ed2f6287d9cfc087amathog# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7221236468b0b60c925a058fb7a1919a141202d4David Mathog# or http://www.opensolaris.org/os/licensing.
7221236468b0b60c925a058fb7a1919a141202d4David Mathog# See the License for the specific language governing permissions
5da08901f6f284dfb64e741ed2f6287d9cfc087amathog# and limitations under the License.
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog#
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog# When distributing Covered Code, include this CDDL HEADER in each
10b77f97a176647caa068363224704062325ec4aDavid Mathog# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
10b77f97a176647caa068363224704062325ec4aDavid Mathog# If applicable, add the following below this CDDL HEADER, with the
10b77f97a176647caa068363224704062325ec4aDavid Mathog# fields enclosed by brackets "[]" replaced with your own identifying
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog# information: Portions Copyright [yyyy] [name of copyright owner]
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog#
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog# CDDL HEADER END
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog#
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog#
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog#
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David MathogASFLAGS += -D_ASM -K PIC -P
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathoginclude ../Makefile.com
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathoginclude ../../Makefile.lib.64
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David MathogCPPFLAGS += -D_ELF64
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathoginstall yydebug: stubinstall all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) \
7221236468b0b60c925a058fb7a1919a141202d4David Mathog $(ROOTDLIBS) $(ROOTDOBJS64)
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathogstubinstall: stub $(STUBROOTLIBS64) $(STUBROOTLINKS64)
77158fc70d508e2e4deee0bd3783ea8ba56c9c61David Mathog