cmd: remove sparc-only virtinfo
[unleashed.git] / usr / src / cmd / picl / plugins / sun4u / enchilada / envd / Makefile
blob257317513b6cb0a01b06290be995b4c3a178ad9c
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.
25 # cmd/picl/plugins/sun4u/enchilada/envd/Makefile
27 include $(SRC)/Makefile.psm
29 LIBRARY= libpiclenvd.a
30 VERS= .1
32 OBJECTS= piclenvd.o piclenvsetup.o
34 # include library definitions
35 include $(SRC)/lib/Makefile.lib
37 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-2500
39 include $(SRC)/cmd/picl/plugins/Makefile.com
41 CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS
42 CPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
43 CPPFLAGS += -I$(SRC)/uts/sun4u/enchilada
44 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
46 SRCS= $(OBJECTS:%.o=%.c)
48 LIBS = $(DYNLIB)
50 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
52 CONF= envmodel.conf
53 ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
54 $(ROOTCONF) := FILEMODE = 0644
55 INFOS= envmodel.info
58 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
59 LDLIBS += -L$(SRC)/lib/libpicltree/$(MACH)
60 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
61 LDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
62 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins -lpicldevtree -lpicltree
63 LDLIBS += -lpicld_pluginutil
64 LDLIBS += -ldevinfo -lc
66 .KEEP_STATE:
68 SUBDIRS=
70 POFILE = piclenvd_enchilada.po
71 POFILES = $(SRCS:%.c=%.po)
73 all := TARGET= all
74 install := TARGET= install
75 clean := TARGET= clean
76 clobber := TARGET= clobber
77 _msg := TARGET= _msg
79 all: $(LIBS) $(CONF) $(LIBLINKS)
81 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
83 $(CONF): $(INFOS)
84 $(RM) $@
85 $(CPP) envmodel.info > $@
88 $(POFILE): $(POFILES)
89 $(CAT) $(POFILES) > $(POFILE)
91 _msg: $(MSGDOMAIN) $(POFILE)
92 $(RM) $(MSGDOMAIN)/$(POFILE)
93 $(CP) $(POFILE) $(MSGDOMAIN)/$(POFILE)
95 $(MSGDOMAIN):
96 $(INS.dir)
99 $(LIBLINKS): FRC
100 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
102 # include library targets
103 include $(SRC)/lib/Makefile.targ
104 include $(SRC)/cmd/picl/plugins/Makefile.targ
106 $(SUBDIRS): FRC
107 @cd $@; pwd; $(MAKE) $(TARGET)
109 FRC: