70025d765b044c6d8594bb965a2247a61e991a99johnny# CDDL HEADER START
70025d765b044c6d8594bb965a2247a61e991a99johnny# The contents of this file are subject to the terms of the
f808c858fa61e7769218966759510a8b1190dfcfraf# Common Development and Distribution License (the "License").
f808c858fa61e7769218966759510a8b1190dfcfraf# You may not use this file except in compliance with the License.
70025d765b044c6d8594bb965a2247a61e991a99johnny# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
70025d765b044c6d8594bb965a2247a61e991a99johnny# See the License for the specific language governing permissions
70025d765b044c6d8594bb965a2247a61e991a99johnny# and limitations under the License.
70025d765b044c6d8594bb965a2247a61e991a99johnny# When distributing Covered Code, include this CDDL HEADER in each
70025d765b044c6d8594bb965a2247a61e991a99johnny# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
70025d765b044c6d8594bb965a2247a61e991a99johnny# If applicable, add the following below this CDDL HEADER, with the
70025d765b044c6d8594bb965a2247a61e991a99johnny# fields enclosed by brackets "[]" replaced with your own identifying
70025d765b044c6d8594bb965a2247a61e991a99johnny# information: Portions Copyright [yyyy] [name of copyright owner]
70025d765b044c6d8594bb965a2247a61e991a99johnny# CDDL HEADER END
4466400188e2b3a0fa0e310d049f282862508982Zach Kissel# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
70025d765b044c6d8594bb965a2247a61e991a99johnny# Use is subject to license terms.
70025d765b044c6d8594bb965a2247a61e991a99johnny#############################################################################
70025d765b044c6d8594bb965a2247a61e991a99johnny#############################################################################
70025d765b044c6d8594bb965a2247a61e991a99johnny# SRCS is used by the lintcheck rule and is defined as
70025d765b044c6d8594bb965a2247a61e991a99johnny# $(OBJECTS:%.o=$(SRCDIR)/%.c) where SRCDIR is this directory; set SRCS to a
70025d765b044c6d8594bb965a2247a61e991a99johnny# list of source paths if it differ from the default
4466400188e2b3a0fa0e310d049f282862508982Zach KisselSRCS = $(TOPOBJECTS:%.o=$(USR_SRC_BASE)/cmd/pcidr/%.c) $(LOCOBJECTS:%.o=$(SRCDIR)/%.c)
70025d765b044c6d8594bb965a2247a61e991a99johnny# override LIBLINKS so that ROOTLIBS or anything else won't match the install
70025d765b044c6d8594bb965a2247a61e991a99johnny# target "$(ROOTLIBDIR)/$(LIBLINKS)"
70025d765b044c6d8594bb965a2247a61e991a99johnny#############################################################################