19dd0f810Scindi# 29dd0f810Scindi# CDDL HEADER START 39dd0f810Scindi# 49dd0f810Scindi# The contents of this file are subject to the terms of the 59dd0f810Scindi# Common Development and Distribution License (the "License"). 69dd0f810Scindi# You may not use this file except in compliance with the License. 79dd0f810Scindi# 89dd0f810Scindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 99dd0f810Scindi# or http://www.opensolaris.org/os/licensing. 109dd0f810Scindi# See the License for the specific language governing permissions 119dd0f810Scindi# and limitations under the License. 129dd0f810Scindi# 139dd0f810Scindi# When distributing Covered Code, include this CDDL HEADER in each 149dd0f810Scindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 159dd0f810Scindi# If applicable, add the following below this CDDL HEADER, with the 169dd0f810Scindi# fields enclosed by brackets "[]" replaced with your own identifying 179dd0f810Scindi# information: Portions Copyright [yyyy] [name of copyright owner] 189dd0f810Scindi# 199dd0f810Scindi# CDDL HEADER END 209dd0f810Scindi# 219dd0f810Scindi 229dd0f810Scindi# 239dd0f810Scindi# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 249dd0f810Scindi# Use is subject to license terms. 259dd0f810Scindi# 269dd0f810Scindi 279dd0f810ScindiMODULE = libtopo.so 289dd0f810ScindiMDBTGT = proc 299dd0f810Scindi 309dd0f810ScindiMODSRCS = libtopo.c 319dd0f810Scindi 329dd0f810Scindiinclude ../../../../Makefile.cmd 339dd0f810Scindiinclude ../../../../Makefile.cmd.64 349dd0f810Scindiinclude ../../Makefile.sparcv9 359dd0f810Scindiinclude ../../../Makefile.module 369dd0f810Scindi 379dd0f810ScindiCPPFLAGS += -I$(SRC)/lib/fm/topo/libtopo/common 38*7014882cSRichard LoweCERRWARN += -_gcc=-Wno-parentheses 39