Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# CDDL HEADER START
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# The contents of this file are subject to the terms of the
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# Common Development and Distribution License, Version 1.0 only
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# (the "License"). You may not use this file except in compliance
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# with the License.
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# or http://www.opensolaris.org/os/licensing.
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# See the License for the specific language governing permissions
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# and limitations under the License.
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# When distributing Covered Code, include this CDDL HEADER in each
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# If applicable, add the following below this CDDL HEADER, with the
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# fields enclosed by brackets "[]" replaced with your own identifying
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# information: Portions Copyright [yyyy] [name of copyright owner]
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# CDDL HEADER END
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# Use is subject to license terms.
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# ident "%Z%%M% %I% %E% SMI"
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshottinclude ../Makefile.targ
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# Add arch specific objects here
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert WapshottOBJECTS +=
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshottinclude $(SRC)/lib/Makefile.lib
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshottinclude $(SRC)/lib/Makefile.lib.64
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott# Uncomment the following if the linker complains
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott#amd64_C_PICFLAGS = $(amd64_C_BIGPICFLAGS)
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshottinclude $(SRC)/lib/Makefile.spec
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshottinstall: $(ROOTABILIB64)
f56a278c148b90f6c2a675e0c1fa8686ca5abed4Robert Wapshott