Makefile revision 4297a3b0d0a35d80f86fff155e288e885a100e6d
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# CDDL HEADER START
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# The contents of this file are subject to the terms of the
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# Common Development and Distribution License (the "License").
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# You may not use this file except in compliance with the License.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# See the License for the specific language governing permissions
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# and limitations under the License.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# When distributing Covered Code, include this CDDL HEADER in each
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# If applicable, add the following below this CDDL HEADER, with the
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# fields enclosed by brackets "[]" replaced with your own identifying
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# CDDL HEADER END
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# Use is subject to license terms.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# Note that we build libc_pic.a for the benefit of building
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# ld.so.1, but we do not install it. Only ld.so.1 needs it
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# and it must be built in the same workspace as libc.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan FosterROOTFS_LINTLIB64= $(ROOTFS_LINTDIR64)/$(LINTLIB)
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# include common library definitions
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# on some architectures, we build multiple libc variants
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan FosterVAR1_DYNLIB = $(LIBRARY:%.a=%_$(VAR1).so$(VERS))
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan FosterVAR2_DYNLIB = $(LIBRARY:%.a=%_$(VAR2).so$(VERS))
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan FosterVAR3_DYNLIB = $(LIBRARY:%.a=%_$(VAR3).so$(VERS))
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan FosterVAR1_DYNLIB64 = $(LIBRARY:%.a=%_$(VAR1).so$(VERS))
$(INS.file)
etc \
inslib32 \
$(ROOTFS_LINTLIB) \
$(ROOTFS_LINTLIB64) \
$(INS.file)
$(INS.liblink)
$(INS.file)
$(INS.liblink)
$(INS.dir)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.dir)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(LINTLIB):
$(LINTLIB64):
$(MSGDOMAIN):
$(INS.dir)
$(XREF) -x $@
FRC: