Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
4c221b0da1816acf2ca302b10092df059484468dvboxsync#
4c221b0da1816acf2ca302b10092df059484468dvboxsync# CDDL HEADER START
4c221b0da1816acf2ca302b10092df059484468dvboxsync#
4c221b0da1816acf2ca302b10092df059484468dvboxsync# The contents of this file are subject to the terms of the
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Common Development and Distribution License, Version 1.0 only
4c221b0da1816acf2ca302b10092df059484468dvboxsync# (the "License"). You may not use this file except in compliance
4c221b0da1816acf2ca302b10092df059484468dvboxsync# with the License.
4c221b0da1816acf2ca302b10092df059484468dvboxsync#
4c221b0da1816acf2ca302b10092df059484468dvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4c221b0da1816acf2ca302b10092df059484468dvboxsync# or http://www.opensolaris.org/os/licensing.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# See the License for the specific language governing permissions
4c221b0da1816acf2ca302b10092df059484468dvboxsync# and limitations under the License.
4c221b0da1816acf2ca302b10092df059484468dvboxsync#
4c221b0da1816acf2ca302b10092df059484468dvboxsync# When distributing Covered Code, include this CDDL HEADER in each
4c221b0da1816acf2ca302b10092df059484468dvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# If applicable, add the following below this CDDL HEADER, with the
4c221b0da1816acf2ca302b10092df059484468dvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
4c221b0da1816acf2ca302b10092df059484468dvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
4c221b0da1816acf2ca302b10092df059484468dvboxsync#
4c221b0da1816acf2ca302b10092df059484468dvboxsync# CDDL HEADER END
4c221b0da1816acf2ca302b10092df059484468dvboxsync#
4c221b0da1816acf2ca302b10092df059484468dvboxsync#
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Use is subject to license terms.
4c221b0da1816acf2ca302b10092df059484468dvboxsync#
4c221b0da1816acf2ca302b10092df059484468dvboxsync# ident "%Z%%M% %I% %E% SMI"
4c221b0da1816acf2ca302b10092df059484468dvboxsync#
4c221b0da1816acf2ca302b10092df059484468dvboxsync
4c221b0da1816acf2ca302b10092df059484468dvboxsyncinclude ../Makefile.com
4c221b0da1816acf2ca302b10092df059484468dvboxsync
4c221b0da1816acf2ca302b10092df059484468dvboxsync.KEEP_STATE:
4c221b0da1816acf2ca302b10092df059484468dvboxsync
4c221b0da1816acf2ca302b10092df059484468dvboxsyncLLDLIBS = $(LLDLIBS64)
4c221b0da1816acf2ca302b10092df059484468dvboxsyncLLDFLAGS = $(LLDFLAGS64)
4c221b0da1816acf2ca302b10092df059484468dvboxsyncLINTFLAGS64 += $(VAR_LINTFLAGS64)
4c221b0da1816acf2ca302b10092df059484468dvboxsync
4c221b0da1816acf2ca302b10092df059484468dvboxsyncROOTCCSBINPROG= $(ROOTCCSBINPROG64)
4c221b0da1816acf2ca302b10092df059484468dvboxsync
4c221b0da1816acf2ca302b10092df059484468dvboxsyncinclude ../Makefile.targ
4c221b0da1816acf2ca302b10092df059484468dvboxsyncinclude ../../Makefile.sub.64
4c221b0da1816acf2ca302b10092df059484468dvboxsync