cmd: remove sparc-only virtinfo
[unleashed.git] / usr / src / cmd / picl / plugins / sun4u / blade / bsc / Makefile
blob15acdb0c3d20cdd68f661b0cc1b745385b579dca
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/picl/plugins/sun4u/blade/bsc/Makefile
27 include $(SRC)/Makefile.psm
29 LIBRARY= libpicllom.a
30 VERS= .1
32 OBJECTS= picllom.o
34 # include library definitions
35 include $(SRC)/lib/Makefile.lib
37 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Serverblade1
39 include $(SRC)/cmd/picl/plugins/Makefile.com
41 SRCS= $(OBJECTS:%.o=%.c)
43 LIBS = $(DYNLIB)
45 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
47 CONF= picllom.conf
48 ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
49 $(ROOTCONF) := FILEMODE = 0644
50 INFOS= picllom.info
53 CPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
54 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
55 DYNFLAGS += -R/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
56 LDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
57 LDLIBS += -L$(SRC)/lib/libpicltree/$(MACH)
58 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/piclevent
59 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/memcfg
60 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
61 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/frutree
62 LDLIBS += -lpicldevtree -lpiclfrutree -lpicltree -lpicld_pluginutil
63 LDLIBS += -ldevinfo -lc
65 .KEEP_STATE:
67 SUBDIRS=
69 all := TARGET= all
70 install := TARGET= install
71 clean := TARGET= clean
72 clobber := TARGET= clobber
73 _msg := TARGET= _msg
75 POFILE = picllom_blade.po
76 POFILES = $(SRCS:%.c=%.po)
78 all: $(LIBS) $(LIBLINKS) $(CONF)
80 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
82 $(POFILE): $(POFILES)
83 $(CAT) $(POFILES) > $(POFILE)
85 _msg: $(MSGDOMAIN) $(POFILE)
86 $(RM) $(MSGDOMAIN)/$(POFILE)
87 $(CP) $(POFILE) $(MSGDOMAIN)/$(POFILE)
89 $(MSGDOMAIN):
90 $(INS.dir)
92 $(CONF): $(INFOS)
93 $(RM) $@
94 $(CPP) $(INFOS) | \
95 $(SED) -e '/^[ ]*$$/d' -e '/^#/d' > $@
97 $(LIBLINKS): FRC
98 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
100 # include library targets
101 include $(SRC)/lib/Makefile.targ
102 include $(SRC)/cmd/picl/plugins/Makefile.targ
104 $(SUBDIRS): FRC
105 @cd $@; pwd; $(MAKE) $(TARGET)
107 FRC: