8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / picl / plugins / sun4u / cherrystone / frutree / Makefile
blobf8cdfe960cd70cb09c64e59bc8e140b664b1cd24
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 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
26 include $(SRC)/Makefile.psm
28 LIBRARY= libpiclfrutree.a
29 VERS= .1
31 OBJECTS= piclfrutree.o
33 # include library definitions
34 include $(SRC)/lib/Makefile.lib
36 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-480R
38 include $(SRC)/cmd/picl/plugins/Makefile.com
40 CFLAGS += $(CCVERBOSE)
41 CPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
42 CPPFLAGS += -I$(SRC)/lib/libdevfsevent -I$(SRC)/uts/common
43 CPPFLAGS += -D_REENTRANT
45 SRCS= $(OBJECTS:%.o=%.c)
47 LIBS = $(DYNLIB)
49 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
51 CONF= piclfrutree.conf
52 ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
53 $(ROOTCONF) := FILEMODE = 0644
54 INFOS= $(CONF:%.conf=%.info)
56 LINTSRC = $(LINTLIB:%.ln=%)
57 ROOTLINTDIR = $(ROOTLIBDIR)
58 ROOTLINT = $(LINTSRC:%=$(ROOTLINTDIR)/%)
60 CLEANFILES= $(LINTOUT) $(LINTLIB)
61 CLOBBERFILES += $(LIBLINKS)
63 DEVTREE_SRC_DIR = $(SRC)/cmd/picl/plugins/common/devtree
64 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
65 LDLIBS += -L$(DEVTREE_SRC_DIR)
66 LDLIBS += -L$(SRC)/lib/libptree/$(MACH)
67 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
68 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins
69 LDLIBS += -lc -lpicldevtree -lpicltree -lnvpair
71 .KEEP_STATE:
73 SUBDIRS=
75 POFILE= piclfrutree.po
77 all := TARGET= all
78 install := TARGET= install
79 clean := TARGET= clean
80 clobber := TARGET= clobber
81 lint := TARGET= lint
82 _msg := TARGET= _msg
84 all: $(LIBS) $(LIBLINKS) $(CONF)
86 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
88 _msg: $(MSGDOMAIN) $(POFILE)
89 $(RM) $(MSGDOMAIN)/$(POFILE)
90 $(CP) $(POFILE) $(MSGDOMAIN)/cstone_$(POFILE)
92 $(MSGDOMAIN):
93 $(INS.dir)
95 $(LIBLINKS): FRC
96 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
98 # include library targets
99 include $(SRC)/lib/Makefile.targ
100 include $(SRC)/cmd/picl/plugins/Makefile.targ
102 $(ROOTLINTDIR)/%: ../%
103 $(INS.file)
105 lint :
106 $(LINT.c) $(SRCS)
108 $(SUBDIRS): FRC
109 @cd $@; pwd; $(MAKE) $(TARGET)
111 $(CONF): $(INFOS)
112 $(RM) $@
113 $(CPP) piclfrutree.info >$@
115 FRC: