Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
7ba24263a36323ecaf0685758f44001c0800d012stoddard# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License, Version 1.0 only
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# (the "License"). You may not use this file except in compliance
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# with the License.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# or http://www.opensolaris.org/os/licensing.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# See the License for the specific language governing permissions
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# and limitations under the License.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard# When distributing Covered Code, include this CDDL HEADER in each
7ba24263a36323ecaf0685758f44001c0800d012stoddard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7ba24263a36323ecaf0685758f44001c0800d012stoddard# If applicable, add the following below this CDDL HEADER, with the
7ba24263a36323ecaf0685758f44001c0800d012stoddard# fields enclosed by brackets "[]" replaced with your own identifying
7ba24263a36323ecaf0685758f44001c0800d012stoddard# information: Portions Copyright [yyyy] [name of copyright owner]
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard#
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard# CDDL HEADER END
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard#
9c09943bad734ebd5c7cc10bd6d63b75c4c6e056stoddard#
7ba24263a36323ecaf0685758f44001c0800d012stoddard# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
9c09943bad734ebd5c7cc10bd6d63b75c4c6e056stoddard# Use is subject to license terms.
9c09943bad734ebd5c7cc10bd6d63b75c4c6e056stoddard#
7ba24263a36323ecaf0685758f44001c0800d012stoddard# ident "%Z%%M% %I% %E% SMI"
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj
2a6c49cfaef5979a5a06098f3ce987cd76769409manojinclude ../Makefile.com
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manojinclude ../../Makefile.lib.64
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manoj
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj.KEEP_STATE:
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj
7ba24263a36323ecaf0685758f44001c0800d012stoddardBUILD.SO= $(LD) -o $@ -G -64 $(DYNFLAGS) $(PICS)
7ba24263a36323ecaf0685758f44001c0800d012stoddard
9c09943bad734ebd5c7cc10bd6d63b75c4c6e056stoddardinstall: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT)
9c09943bad734ebd5c7cc10bd6d63b75c4c6e056stoddard