8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / picl / plugins / sun4u / lw8 / frutree / Makefile
blob2819caf8bd2f9406c5263cd937418ada80b848bf
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
23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
27 include $(SRC)/Makefile.psm
29 LIBRARY = libpiclfrutree.a
30 VERS = .1
32 OBJECTS = piclfrutree.o
34 # include library definitions
35 include $(SRC)/lib/Makefile.lib
37 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-T12
39 include $(SRC)/cmd/picl/plugins/Makefile.com
41 CPPFLAGS += -D_REENTRANT -I$(SRC)/uts/sun4u/serengeti
42 CPPFLAGS += -I$(SRC)/uts/sun4u/serengeti
43 CPPFLAGS += -I$(SRC)/uts/sun4u/lw8
44 CPPFLAGS += -I$(SRC)/uts/sun4u -I$(CLOSED)/uts/sun4u
45 CPPFLAGS += -I$(SRC)/uts/common -I$(CLOSED)/uts/common
47 SRCS = $(OBJECTS:%.o=%.c)
49 LIBS = $(DYNLIB)
51 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
53 LINTSRC = $(LINTLIB:%.ln=%)
54 ROOTLINTDIR = $(ROOTLIBDIR)
55 ROOTLINT = $(LINTSRC:%=$(ROOTLINTDIR)/%)
57 CLEANFILES = $(LINTOUT) $(LINTLIB)
60 CPPFLAGS += -D_SGFRU
61 CFLAGS += $(CCVERBOSE)
62 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
63 LDLIBS += -L$(DEVTREE_SRC_DIR)
64 LDLIBS += -L$(SRC)/lib/libpicltree/$(MACH)
65 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
66 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins
67 LDLIBS += -lc -lpicldevtree -lpiclmemcfg
68 LDLIBS += -lpicltree -lnvpair -lkstat -ldevice
70 .KEEP_STATE:
72 SUBDIRS =
74 POFILE = piclfrutree.po
76 all := TARGET= all
77 install := TARGET= install
78 clean := TARGET= clean
79 clobber := TARGET= clobber
80 lint := TARGET= lint
81 _msg := TARGET= _msg
83 all: $(LIBS) $(LIBLINKS)
85 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS)
87 _msg: $(MSGDOMAIN) $(POFILE)
88 $(RM) $(MSGDOMAIN)/$(POFILE)
89 $(CP) $(POFILE) $(MSGDOMAIN)/lw8_$(POFILE)
91 $(MSGDOMAIN):
92 $(INS.dir)
94 $(LIBLINKS): FRC
95 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
97 # include library targets
98 include $(SRC)/lib/Makefile.targ
99 include $(SRC)/cmd/picl/plugins/Makefile.targ
101 $(ROOTLINTDIR)/%: ../%
102 $(INS.file)
104 lint:
105 $(LINT.c) $(SRCS)
107 $(SUBDIRS): FRC
108 @cd $@; pwd; $(MAKE) $(TARGET)
110 FRC: