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