8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / picl / plugins / sun4u / daktari / frutree / Makefile
blobfe246c15c3624de5486eae64069333d837800ece
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-880
38 include $(SRC)/cmd/picl/plugins/Makefile.com
40 CFLAGS += $(CCVERBOSE)
42 CPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
43 CPPFLAGS += -I$(SRC)/lib/libdevfsevent -I$(SRC)/uts/common
44 CPPFLAGS += -D_REENTRANT
46 SRCS= $(OBJECTS:%.o=%.c)
48 LIBS = $(DYNLIB)
50 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
52 CONF= piclfrutree.conf
53 ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
54 $(ROOTCONF) := FILEMODE = 0644
55 INFOS= $(CONF:%.conf=%.info)
57 LINTSRC = $(LINTLIB:%.ln=%)
58 ROOTLINTDIR = $(ROOTLIBDIR)
59 ROOTLINT = $(LINTSRC:%=$(ROOTLINTDIR)/%)
61 CLEANFILES= $(LINTOUT) $(LINTLIB)
62 CLOBBERFILES += $(LIBLINKS)
64 DEVTREE_SRC_DIR = $(SRC)/cmd/picl/plugins/common/devtree
65 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
66 LDLIBS += -L$(DEVTREE_SRC_DIR)
67 LDLIBS += -L$(SRC)/lib/libptree/$(MACH)
68 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
69 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins
70 LDLIBS += -lc -lpicldevtree -lpicltree -lnvpair
72 .KEEP_STATE:
74 SUBDIRS=
76 POFILE= piclfrutree.po
78 all := TARGET= all
79 install := TARGET= install
80 clean := TARGET= clean
81 clobber := TARGET= clobber
82 lint := TARGET= lint
83 _msg := TARGET= _msg
85 all: $(LIBS) $(LIBLINKS) $(CONF)
87 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
89 _msg: $(MSGDOMAIN) $(POFILE)
90 $(RM) $(MSGDOMAIN)/$(POFILE)
91 $(CP) $(POFILE) $(MSGDOMAIN)/dak_$(POFILE)
93 $(MSGDOMAIN):
94 $(INS.dir)
96 $(LIBLINKS): FRC
97 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
99 # include library targets
100 include $(SRC)/lib/Makefile.targ
101 include $(SRC)/cmd/picl/plugins/Makefile.targ
103 $(ROOTLINTDIR)/%: ../%
104 $(INS.file)
106 lint :
107 $(LINT.c) $(SRCS)
109 $(SUBDIRS): FRC
110 @cd $@; pwd; $(MAKE) $(TARGET)
112 $(CONF): $(INFOS)
113 $(RM) $@
114 $(CPP) piclfrutree.info >$@
116 FRC: