8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / fwflash / Makefile.com
blob5f0873b244472a0df1e03222cac364727405f3fb
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
21 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
22 # Use is subject to license terms.
24 # cmd/fwflash/Makefile.com
27 # common rules for $SRC/cmd/fwflash
29 CLOSED=                 $(SRC)/../closed
31 CERRWARN +=             -_gcc=-Wno-parentheses
32 CERRWARN +=             -_gcc=-Wno-uninitialized
33 CERRWARN +=             -_gcc=-Wno-address
35 ROOTUSR=                $(ROOT)/usr
36 ROOTUSRINCLD=           $(ROOTUSR)/include
37 ROOTUSRINCLDFWFLASH=    $(ROOTUSRINCLD)/fwflash
38 ROOTUSRLIB=             $(ROOTUSR)/lib
39 ROOTUSRLIBFWFLASH=      $(ROOTUSRLIB)/fwflash
40 ROOTUSRLIBFWFLASHIDF=   $(ROOTUSRLIBFWFLASH)/identify
41 ROOTUSRLIBFWFLASHVRF=   $(ROOTUSRLIBFWFLASH)/verify
42 ROOTUSRSBIN=            $(ROOTUSR)/sbin
44 $(ROOTUSR):
45         $(INS.dir)
47 $(ROOTUSRINCLD):        $(ROOTUSR)
48         $(INS.dir)
50 $(ROOTUSRINCLDFWFLASH):
51         $(INS.dir)
53 $(ROOTUSRINCLDFWFLASH)/%: $(ROOTUSRINCLDFWFLASH) %
54         $(INS.file)
56 $(ROOTUSRLIB):
57         $(INS.dir)
59 $(ROOTUSRLIBFWFLASH):   $(ROOTUSRLIB)
60         $(INS.dir)
62 $(ROOTUSRLIBFWFLASH)/%: $(ROOTUSRLIB) %
63         $(INS.dir)
65 $(ROOTUSRLIBFWFLASHIDF): $(ROOTUSRLIBFWFLASH)
66         $(INS.dir)
68 $(ROOTUSRLIBFWFLASHIDF)/%: $(ROOTUSRLIBFWFLASHIDF) %
69         $(INS.file)
71 $(ROOTUSRLIBFWFLASHVRF): $(ROOTUSRLIBFWFLASH)
72         $(INS.dir)
74 $(ROOTUSRLIBFWFLASHVRF)/%: $(ROOTUSRLIBFWFLASHVRF) %
75         $(INS.file)
77 $(ROOTUSRSBIN):         $(ROOTUSR)
78         $(INS.dir)
80 $(ROOTUSRSBIN)/%:       %
81         $(INS.file)
85 %.ln: $(SRCDIR)/%.c
86         $(LINT.c) $(LINTFLAGS) -c $<
88 %.po: $(SRCDIR)/%.c
89         $(RM) messages.po
90         $(XGETTEXT) $(XGETFLAGS) \
91             `($(GREP) -l gettext $< || echo /dev/null)`
92         $(SED) "/^domain/d" messages.po > $@
93         $(RM) messages.po
95 $(POFILE): $(POFILES)
96         $(RM) $@
97         cat $(POFILES) >$@              
99 LINTFLAGS += -D_POSIX_PTHREAD_SEMANTICS -erroff=E_CONSTANT_CONDITION \
100         -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED