8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / picl / plugins / sun4u / excalibur / envd / Makefile
blobafe53623111d18f0fffbf25cc351b7d56f2e4036
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= libpiclenvd.a
29 VERS= .1
31 OBJECTS= piclenvd.o piclenvsetup.o
33 # include library definitions
34 include $(SRC)/lib/Makefile.lib
36 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1000
38 include $(SRC)/cmd/picl/plugins/Makefile.com
40 CPPFLAGS += -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
41 CPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
42 CPPFLAGS += -I$(SRC)/uts/sun4u/excalibur
43 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
45 SRCS= $(OBJECTS:%.o=%.c)
47 LIBS = $(DYNLIB)
49 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
51 CONF= envmodel.conf
52 ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
53 $(ROOTCONF) := FILEMODE = 0644
54 INFOS= envmodel.info
56 LINTSRC = $(LINTLIB:%.ln=%)
57 ROOTLINTDIR = $(ROOTLIBDIR)
58 ROOTLINT = $(LINTSRC:%=$(ROOTLINTDIR)/%)
60 CLEANFILES= $(LINTOUT) $(LINTLIB)
62 CFLAGS += $(CCVERBOSE)
63 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
64 LDLIBS += -L$(SRC)/lib/libpicltree/$(MACH)
65 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
66 LDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
67 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins -lpicldevtree -lpicltree
68 LDLIBS += -lpicld_pluginutil
69 LDLIBS += -ldevinfo -lc
71 .KEEP_STATE:
73 SUBDIRS=
75 POFILE = piclenvd_excalibur.po
76 POFILES = $(SRCS:%.c=%.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)
87 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
89 $(CONF): $(INFOS)
90 $(RM) $@
91 $(CPP) envmodel.info > $@
94 $(POFILE): $(POFILES)
95 $(CAT) $(POFILES) > $(POFILE)
97 _msg: $(MSGDOMAIN) $(POFILE)
98 $(RM) $(MSGDOMAIN)/$(POFILE)
99 $(CP) $(POFILE) $(MSGDOMAIN)/$(POFILE)
101 $(MSGDOMAIN):
102 $(INS.dir)
105 $(LIBLINKS): FRC
106 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
108 # include library targets
109 include $(SRC)/lib/Makefile.targ
110 include $(SRC)/cmd/picl/plugins/Makefile.targ
112 $(ROOTLINTDIR)/%: ../%
113 $(INS.file)
115 lint:
116 $(LINT.c) $(SRCS)
118 $(SUBDIRS): FRC
119 @cd $@; pwd; $(MAKE) $(TARGET)
121 FRC: