Makefile revision 3d19cdae966d9ac4218dd9859640463bd7da19d8
342N/A# The contents of this file are subject to the terms of the 342N/A# Common Development and Distribution License (the "License"). 342N/A# You may not use this file except in compliance with the License. 342N/A# See the License for the specific language governing permissions 342N/A# and limitations under the License. 342N/A# When distributing Covered Code, include this CDDL HEADER in each 342N/A# If applicable, add the following below this CDDL HEADER, with the 342N/A# fields enclosed by brackets "[]" replaced with your own identifying 342N/A# information: Portions Copyright [yyyy] [name of copyright owner] 342N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 342N/A# Use is subject to license terms. 342N/A#ident "%Z%%M% %I% %E% SMI" 342N/A# include global definitions 526N/A# NOTE: pm.h is not shipped. It should be shipped when power management 342N/A# is a real feature of Solaris. 342N/A# check files really don't exist 342N/A# headers which won't quite meet the standards... 342N/A# devops.h has a macro where the formal parameters to the macro are greater 342N/A# than 80 characters. cpp (or the equivalent built into acomp) does not allow 342N/A# continuation line breaks in the formal parameter list. This could be fixed 342N/A# by giving shorter names to the formal parameters, but the right fix is to 342N/A# fix cpp. (Also, /* CSTYLED */ doesn't seem to fix this.