Makefile revision 2
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER START
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# The contents of this file are subject to the terms of the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Common Development and Distribution License (the "License").
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You may not use this file except in compliance with the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# or http://www.opensolaris.org/os/licensing.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# See the License for the specific language governing permissions
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# and limitations under the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# When distributing Covered Code, include this CDDL HEADER in each
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# If applicable, add the following below this CDDL HEADER, with the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# fields enclosed by brackets "[]" replaced with your own identifying
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# information: Portions Copyright [yyyy] [name of copyright owner]
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER END
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek#
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipekinclude ../Makefile.com
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipekinclude ../../../Makefile.lib.64
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' SipekLINTFLAGS64 += -erroff=E_ASSIGMENT_CAUSE_LOSS_PREC
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' SipekLIBS= $(DYNLIB) $(LINTLIB)
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek.KEEP_STATE:
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipekall: stub $(LIBS)
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipekinstall: stubinstall all $(ROOTLIBS64) $(ROOTLINKS64)
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipekstubinstall: stub $(STUBROOTLIBS64) $(STUBROOTLINKS64)
2063d9c01c4a721994a3cb528444d7f328135869Josef 'Jeff' Sipek