Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# CDDL HEADER START
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# The contents of this file are subject to the terms of the
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# Common Development and Distribution License, Version 1.0 only
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# (the "License"). You may not use this file except in compliance
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# with the License.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# or http://www.opensolaris.org/os/licensing.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# See the License for the specific language governing permissions
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# and limitations under the License.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# When distributing Covered Code, include this CDDL HEADER in each
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# If applicable, add the following below this CDDL HEADER, with the
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# fields enclosed by brackets "[]" replaced with your own identifying
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# information: Portions Copyright [yyyy] [name of copyright owner]
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# CDDL HEADER END
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# Use is subject to license terms.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#ident "%Z%%M% %I% %E% SMI"
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# To enable apptrace, comment out the next line
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnnDISABLE_APPTRACE= $(POUND_SIGN)
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnninclude ../Makefile.targ
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnninclude $(SRC)/lib/Makefile.lib
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnninclude $(SRC)/lib/Makefile.lib.64
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnninclude $(SRC)/lib/Makefile.spec
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn$(DISABLE_APPTRACE)install: $(ROOTABILIB64)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza