Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder#
5cb757fab60f0c6bd6c2ff444d18963f078be9beChristian Maeder# CDDL HEADER START
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder#
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder# The contents of this file are subject to the terms of the
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder# Common Development and Distribution License, Version 1.0 only
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder# (the "License"). You may not use this file except in compliance
6cb518d88084543c13aa7e56db767c14ee97ab77Christian Maeder# with the License.
946f62de1b188898dde0c472f2a8a6fb86f4d2f5Christian Maeder#
678e45c045799ce271c4719123ecd9cf4f456d4bChristian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6cb518d88084543c13aa7e56db767c14ee97ab77Christian Maeder# or http://www.opensolaris.org/os/licensing.
6cb518d88084543c13aa7e56db767c14ee97ab77Christian Maeder# See the License for the specific language governing permissions
6cb518d88084543c13aa7e56db767c14ee97ab77Christian Maeder# and limitations under the License.
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder#
b640fb89ee46f63ae66111c0a12c0ff39e9daf20Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
e13ee09381f136f5eadaabdb9699773c0052cf3dChristian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e13ee09381f136f5eadaabdb9699773c0052cf3dChristian Maeder# If applicable, add the following below this CDDL HEADER, with the
021d7137df04ec1834911d99d90243a092841cedChristian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
3aa7e4492a7e28b37d1a0b23f5bfe2109f87d4d6Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
# lib/libaio/spec/sparcv9/Makefile
.KEEP_STATE:
include ../Makefile.targ
# Add arch specific objects here
OBJECTS +=
include $(SRC)/lib/Makefile.lib
include $(SRC)/lib/Makefile.lib.64
# Uncomment the following if the linker complains
#sparcv9_C_PICFLAGS = -K PIC
include $(SRC)/lib/Makefile.spec
# We set ABILLIBC here because libmapmalloc is built before libc
# and we most avoid ABILLIBC= -lc -z defs from Makefile.spec
# (-z defs can cause build failures at this point)
ABILLIBC= -lc
install: $(ROOTABILIB64)