cmd: remove sparc-only virtinfo
[unleashed.git] / usr / src / cmd / picl / plugins / sun4u / excalibur / envd / Makefile
blob40b8a88f59503f36ad7f1c0de3beffeb155c1fd3
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_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
57 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
58 LDLIBS += -L$(SRC)/lib/libpicltree/$(MACH)
59 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
60 LDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
61 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins -lpicldevtree -lpicltree
62 LDLIBS += -lpicld_pluginutil
63 LDLIBS += -ldevinfo -lc
65 .KEEP_STATE:
67 SUBDIRS=
69 POFILE = piclenvd_excalibur.po
70 POFILES = $(SRCS:%.c=%.po)
72 all := TARGET= all
73 install := TARGET= install
74 clean := TARGET= clean
75 clobber := TARGET= clobber
76 _msg := TARGET= _msg
78 all: $(LIBS) $(LIBLINKS)
80 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
82 $(CONF): $(INFOS)
83 $(RM) $@
84 $(CPP) envmodel.info > $@
87 $(POFILE): $(POFILES)
88 $(CAT) $(POFILES) > $(POFILE)
90 _msg: $(MSGDOMAIN) $(POFILE)
91 $(RM) $(MSGDOMAIN)/$(POFILE)
92 $(CP) $(POFILE) $(MSGDOMAIN)/$(POFILE)
94 $(MSGDOMAIN):
95 $(INS.dir)
98 $(LIBLINKS): FRC
99 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
101 # include library targets
102 include $(SRC)/lib/Makefile.targ
103 include $(SRC)/cmd/picl/plugins/Makefile.targ
105 $(SUBDIRS): FRC
106 @cd $@; pwd; $(MAKE) $(TARGET)
108 FRC: