Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# CDDL HEADER START
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# The contents of this file are subject to the terms of the
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# Common Development and Distribution License, Version 1.0 only
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# (the "License"). You may not use this file except in compliance
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# with the License.
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# or http://www.opensolaris.org/os/licensing.
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# See the License for the specific language governing permissions
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# and limitations under the License.
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# CDDL HEADER END
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#ident "%Z%%M% %I% %E% SMI"
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# Use is subject to license terms.
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson#
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# lib/libc/spec/sparc/Makefile
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson.KEEP_STATE:
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafssoninclude ../Makefile.targ
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# Add arch specific objects here
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas GustafssonOBJECTS +=
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafssoninclude $(SRC)/lib/Makefile.lib
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# Uncomment the following if the linker complains
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafssonsparc_C_PICFLAGS = -K PIC
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# Override this top level flag so the compiler builds in its native
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# C99 mode.
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas GustafssonC99MODE=
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas GustafssonC99LMODE=
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafssoninclude $(SRC)/lib/Makefile.spec
ABILLIBC=
install: $(ROOTABILIB)