cmd: remove sparc-only virtinfo
[unleashed.git] / usr / src / cmd / picl / plugins / sun4u / cherrystone / frutree / Makefile
blob3d7cfacd38816661a63ed868d4a68bbc8b970f74
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= libpiclfrutree.a
29 VERS= .1
31 OBJECTS= piclfrutree.o
33 # include library definitions
34 include $(SRC)/lib/Makefile.lib
36 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-480R
38 include $(SRC)/cmd/picl/plugins/Makefile.com
40 CPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
41 CPPFLAGS += -I$(SRC)/lib/libdevfsevent -I$(SRC)/uts/common
43 SRCS= $(OBJECTS:%.o=%.c)
45 LIBS = $(DYNLIB)
47 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
49 CONF= piclfrutree.conf
50 ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
51 $(ROOTCONF) := FILEMODE = 0644
52 INFOS= $(CONF:%.conf=%.info)
55 CLOBBERFILES += $(LIBLINKS)
57 DEVTREE_SRC_DIR = $(SRC)/cmd/picl/plugins/common/devtree
58 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
59 LDLIBS += -L$(DEVTREE_SRC_DIR)
60 LDLIBS += -L$(SRC)/lib/libptree/$(MACH)
61 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
62 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins
63 LDLIBS += -lc -lpicldevtree -lpicltree -lnvpair
65 .KEEP_STATE:
67 SUBDIRS=
69 POFILE= piclfrutree.po
71 all := TARGET= all
72 install := TARGET= install
73 clean := TARGET= clean
74 clobber := TARGET= clobber
75 _msg := TARGET= _msg
77 all: $(LIBS) $(LIBLINKS) $(CONF)
79 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
81 _msg: $(MSGDOMAIN) $(POFILE)
82 $(RM) $(MSGDOMAIN)/$(POFILE)
83 $(CP) $(POFILE) $(MSGDOMAIN)/cstone_$(POFILE)
85 $(MSGDOMAIN):
86 $(INS.dir)
88 $(LIBLINKS): FRC
89 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
91 # include library targets
92 include $(SRC)/lib/Makefile.targ
93 include $(SRC)/cmd/picl/plugins/Makefile.targ
95 $(SUBDIRS): FRC
96 @cd $@; pwd; $(MAKE) $(TARGET)
98 $(CONF): $(INFOS)
99 $(RM) $@
100 $(CPP) piclfrutree.info >$@
102 FRC: