Makefile.com revision 2eeaed14a5e2ed9bd811643ad5bffc3510ca0310
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER START
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# The contents of this file are subject to the terms of the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Common Development and Distribution License (the "License").
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You may not use this file except in compliance with the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# See the License for the specific language governing permissions
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# and limitations under the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# When distributing Covered Code, include this CDDL HEADER in each
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# If applicable, add the following below this CDDL HEADER, with the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# fields enclosed by brackets "[]" replaced with your own identifying
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# information: Portions Copyright [yyyy] [name of copyright owner]
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER END
2eeaed14a5e2ed9bd811643ad5bffc3510ca0310robj# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Use is subject to license terms.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# ident "%Z%%M% %I% %E% SMI"
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiSRCS = $(BUILTINSRCS:%.c=../common/%.c) $(LIBSRCS:%.c=../common/%.c)
24db46411fd54f70c35b94bb952eb7ba040e43b4eschrock -lnvpair -lelf -lumem -lxml2 -lkstat -luuid -ldevinfo \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi$(LINTLIB) := LINTFLAGS64 = -nsvx -Xarch=$(MACH64:sparcv9=v9)
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi../common/topo_error.c: ../common/mkerror.sh ../common/topo_error.h
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi sh ../common/mkerror.sh liberrors < ../common/topo_error.h > $@
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi sh ../common/mkerror.sh properrors < ../common/libtopo.h >> $@
dd566498928f08e7c9a79797a40db893c6a4b9fbvn sh ../common/mkerror.sh methoderrors < ../common/libtopo.h >> $@
c40d7343efa60b18ad1ceb316eb337caeea79046cindi sh ../common/mkerror.sh fmrierrors < ../common/libtopo.h >> $@
c40d7343efa60b18ad1ceb316eb337caeea79046cindi sh ../common/mkerror.sh hdlerrors < ../common/libtopo.h >> $@