cmd: remove sparc-only virtinfo
[unleashed.git] / usr / src / cmd / picl / plugins / sun4u / frudata / Makefile
blob771bb64bd40ea0fcec9d5f1c8f2263a9c841a608
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= libpiclfrudata.a
27 VERS= .1
28 OBJECTS= fru_data.o
30 # include library definitions
31 include $(SRC)/Makefile.psm
32 include $(SRC)/lib/Makefile.lib
34 ROOT_PLATFORM = $(USR_PLAT_DIR)/sun4u
36 include $(SRC)/cmd/picl/plugins/Makefile.com
38 LIBLINKS= libpiclfrudata.so
40 SRCS= $(OBJECTS:%.o=%.c)
42 LIBS = $(DYNLIB)
44 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
46 CLOBBERFILES += $(LIBLINKS)
47 CSTYLE = cstyle -p -P
48 HDRCHK = hdrchk
51 CPPFLAGS += -I$(SRC)/lib/libfru/include -I../lib/fruaccess
52 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
53 CPPFLAGS += -I$(SRC)/lib/libfruutils/
54 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/lib/fruaccess
55 LDLIBS += -L$(SRC)/lib/libfruutils/$(MACH)
56 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/frutree
57 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins
58 LDLIBS += -lc -lnvpair -lfruutils
59 LDLIBS += -lpicltree -lpiclfrutree -lfruaccess -lpicld_pluginutil
60 LDLIBS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/\$$PLATFORM/lib:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins:/usr/platform/sun4u/lib
61 .KEEP_STATE:
64 SUBDIRS=
66 all := TARGET= all
67 install := TARGET= install
68 clean := TARGET= clean
69 clobber := TARGET= clobber
70 _msg := TARGET= _msg
72 POFILE= $(LIBRARY:.a=.po)
73 POFILES= frudata.po
75 all: $(LIBS) $(LIBLINKS) $(CONF)
77 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS)
79 check-style :
80 $(CSTYLE) *.c *.h
81 $(HDRCHK) *.h
83 _msg: $(MSGDOMAIN) $(POFILE)
84 $(RM) $(MSGDOMAIN)/$(POFILE)
85 $(CP) $(POFILE) $(MSGDOMAIN)
87 $(MSGDOMAIN):
88 $(INS.dir)
90 $(POFILE): .WAIT $(POFILES)
91 $(RM) $@
92 $(CAT) $(POFILES) > $@
94 $(POFILES):
95 $(RM) messages.po
96 $(XGETTEXT) $(XGETFLAGS) *.[ch]* */*.[ch]*
97 $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
98 $(RM) messages.po
100 $(LIBLINKS): FRC
101 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
103 # include library targets
104 include $(SRC)/cmd/picl/plugins/Makefile.targ
105 include $(SRC)/lib/Makefile.targ
107 $(SUBDIRS): FRC
108 @cd $@; pwd; $(MAKE) $(TARGET)
110 FRC: