Makefile revision a7123019ed2e4decef929dc2e426f3f310788fa1
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
LIBRARY= $(LIBBASENAME:%=%.a)
VERS= .1
# Note that we build libc_pic.a for the benefit of building
# and it must be built in the same workspace as libc.
# include common library definitions
#
# on some architectures, we build multiple libc variants
#
# definitions for install_h target
# install rules for install_h target
$(INS.file)
$(VARIANTLIBS): FRC
etc \
spec \
inslib32 \
$(ROOTFS_LINTLIB) \
$(ROOTFS_LIB)/%: $(MACH)/%
$(INS.file)
$(INS.liblink)
$(ROOTFS_LIB64)/%: $(MACH64)/%
$(INS.file)
$(INS.liblink)
$(ROOTVARIANTDIR): $(ROOTLIB)
$(INS.dir)
$(INS.file)
$(INS.file)
# install rule for lint library target
$(ROOTFS_LINTDIR)/%: port/%
$(INS.file)
$(ROOTFS_LINTDIR64)/%: port/%
$(INS.file)
$(ROOTFS_LINTDIR)/%: $(MACH)/%
$(INS.file)
$(ROOTFS_LINTDIR64)/%: $(MACH64)/%
$(INS.file)
$(LINTLIB):
$(LINTLIB64):
$(MSGDOMAIN):
$(INS.dir)
$(XREF) -x $@
FRC:
# include MACH-specific library targets