Makefile revision 5bdc182b8368dd35a75d7d1f73639ea9920d03d8
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# The contents of this file are subject to the terms of the
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Common Development and Distribution License (the "License").
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# You may not use this file except in compliance with the License.
4da61833a1cbbca94094f9653fd970582b97a72etrawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4da61833a1cbbca94094f9653fd970582b97a72etrawick# See the License for the specific language governing permissions
4da61833a1cbbca94094f9653fd970582b97a72etrawick# and limitations under the License.
4789804be088bcd86ae637a29cdb7fda25169521jailletc# When distributing Covered Code, include this CDDL HEADER in each
4789804be088bcd86ae637a29cdb7fda25169521jailletc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4789804be088bcd86ae637a29cdb7fda25169521jailletc# If applicable, add the following below this CDDL HEADER, with the
4789804be088bcd86ae637a29cdb7fda25169521jailletc# fields enclosed by brackets "[]" replaced with your own identifying
e50c3026198fd496f183cda4c32a202925476778covener# information: Portions Copyright [yyyy] [name of copyright owner]
e50c3026198fd496f183cda4c32a202925476778covener# CDDL HEADER END
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# Use is subject to license terms.
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic# include global definitions
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener$(CLOSED_BUILD)ROOTHDRS += $(CLOSED_HDRS:%=$(ROOTDIR)/%)
d7205b1a86c51c27b71a2c458dc453fd53a261c1covenerROOTSCSIADHDRS= $(SCSIADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
44ff304057225e944e220e981d434a046d14cf06covenerROOTSCSITARGHDRS= $(SCSITARGHDRS:%=$(ROOTDIR)/scsi/targets/%)
5d1ba75b8794925e67591c209085a49279791de9covener# install rules
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh# check files really don't exist
457468b82e59d01eba00dd9d0817309c8f5e414ejim# headers which won't quite meet the standards...
04983e3bd1754764eec7d6bb772fe3b0bf391771jorton# devops.h has a macro where the formal parameters to the macro are greater
04983e3bd1754764eec7d6bb772fe3b0bf391771jorton# than 80 characters. cpp (or the equivalent built into acomp) does not allow
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem# continuation line breaks in the formal parameter list. This could be fixed
15660979a30d251681463de2e0584853890082accovener# by giving shorter names to the formal parameters, but the right fix is to
15660979a30d251681463de2e0584853890082accovener# fix cpp. (Also, /* CSTYLED */ doesn't seem to fix this.
49dacedb6c387b786b7911082ff35121a45f414bcovenerdevops.check := CSTYLE_TAIL = | grep -v "line > 80 characters" | true