Makefile.com revision 494f7e12a62129ef191a15f9dfde6b7abe3bf510
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
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiSRCS = $(BUILTINSRCS:%.c=../common/%.c) $(LIBSRCS:%.c=../common/%.c)
825ba0f20a74fd9c5d0d1ce2c195da2cc88a7f77robjCLEANFILES += $(SRCDIR)/topo_error.c $(SRCDIR)/topo_tables.c
494f7e12a62129ef191a15f9dfde6b7abe3bf510Keith M WesolowskiCPPFLAGS += -I../common -I$(ADJUNCT_PROTO)/usr/include/libxml2 -I.
24db46411fd54f70c35b94bb952eb7ba040e43b4eschrock -lnvpair -lelf -lumem -lxml2 -lkstat -luuid -ldevinfo \
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 >> $@
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi sh ../common/mkerror.sh moderrors < ../common/topo_mod.h >> $@