8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / uts / sun4u / opl_pcbe / Makefile
blobd47304b06b7ede0003517ac16081555a35f0488f
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
27 # uts/sun4u/opl_pcbe/Makefile
29 # This Makefile builds the SPARC64 VI Performance Counter BackEnd (PCBE).
32 UTSBASE = ../..
35 # Define module and object file sets.
37 MODULE = pcbe.4.6
38 OBJECTS = $(OPL_PCBE_OBJS:%=$(OBJS_DIR)/%)
39 LINTS = $(OPL_PCBE_OBJS:%.o=$(LINTS_DIR)/%.ln)
40 ROOTMODULE = $(USR_PCBE_DIR)/$(MODULE)
41 ROOTLINK = $(USR_PCBE_DIR)/pcbe.4.7
44 # Include common rules.
46 include $(UTSBASE)/sun4u/Makefile.sun4u
49 # Define targets.
51 ALL_TARGET = $(BINARY)
52 LINT_MODULE = opl_pcbe
53 LINT_TARGET = $(LINT_MODULE).lint
54 INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK)
57 # lint pass one enforcement
59 CFLAGS += $(CCVERBOSE)
62 # For now, disable these lint checks; maintainers should endeavor
63 # to investigate and remove these for maximum lint coverage.
64 # Please do not carry these forward to new Makefiles.
66 LINTTAGS += -erroff=E_SUSPICIOUS_COMPARISON
67 LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
69 CERRWARN += -_gcc=-Wno-type-limits
72 # Default build targets.
74 .KEEP_STATE:
76 all: $(ALL_DEPS)
78 def: $(DEF_DEPS)
80 clean: $(CLEAN_DEPS)
82 clobber: $(CLOBBER_DEPS)
84 lint: $(LINT_DEPS)
86 modlintlib: $(MODLINTLIB_DEPS)
88 clean.lint: $(CLEAN_LINT_DEPS)
90 install: $(INSTALL_DEPS)
92 $(ROOTLINK): $(ROOTMODULE)
93 -$(RM) $@; ln $(ROOTMODULE) $@
96 # Include common targets.
98 include $(UTSBASE)/sun4u/Makefile.targ