cmd: remove sparc-only virtinfo
[unleashed.git] / usr / src / cmd / picl / plugins / sun4u / cherrystone / psvcplugin / Makefile
blob4d4e2d9393f6bd5e26e102b83a5c7f1e178b59a8
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 LIBRARY= libpsvcplugin_psr.a
27 VERS= .1
29 OBJECTS= psvcplugin.o
31 # include library definitions
32 include $(SRC)/lib/Makefile.lib
33 include $(SRC)/Makefile.psm
35 include $(SRC)/cmd/picl/plugins/Makefile.com
37 SRCS= $(OBJECTS:%.o=%.c)
39 LIBS = $(DYNLIB)
41 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-480R
43 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
45 CPPFLAGS += -I$(SRC)/uts/sun4u
46 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
48 LDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -L$(SRC)/lib/libpicltree/$(MACH)
49 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
50 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcplugin
51 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
53 LDLIBS += -lc -lpicltree -lpicl -lpsvcobj -lpsvcplugin
55 .KEEP_STATE:
57 SUBDIRS=
59 POFILE= psvcplugin.po
60 POFILE_RENAME= psvcplugin_cstone.po
62 all := TARGET= all
63 install := TARGET= install
64 clean := TARGET= clean
65 clobber := TARGET= clobber
66 _msg := TARGET= _msg
68 all: $(LIBS) $(LIBLINKS)
70 install: all $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
72 _msg: $(MSGDOMAIN) $(POFILE)
73 $(RM) $(MSGDOMAIN)/$(POFILE)
74 $(CP) $(POFILE) $(MSGDOMAIN)/$(POFILE_RENAME)
76 $(MSGDOMAIN):
77 $(INS.dir)
79 $(LIBLINKS): FRC
80 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
82 # include library targets
83 include $(SRC)/cmd/picl/plugins/Makefile.targ
84 include $(SRC)/lib/Makefile.targ
86 $(SUBDIRS): FRC
87 @cd $@; pwd; $(MAKE) $(TARGET)
89 FRC: