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]
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
25 # cmd/picl/plugins/sun4u/snowbird/frutree/Makefile
28 include $(SRC
)/Makefile.psm
30 LIBRARY
= libpiclfrutree.a
32 PLATFORM
= SUNW
,Netra-CP2300
34 OBJECTS
= piclfrutree.o picllibdevinfo.o piclkstat.o piclscsi.o
36 # include library definitions
37 include $(SRC
)/lib
/Makefile.lib
39 ROOT_PLATFORM
= $(USR_PLAT_DIR
)/$(PLATFORM
)
41 include $(SRC
)/cmd
/picl
/plugins
/Makefile.com
43 CFLAGS
+= $(CCVERBOSE
)
44 CPPFLAGS
+= -D_REENTRANT
-I
$(SRC
)/uts
/common
/
46 SRCS
= $(OBJECTS
:%.o
=%.c
)
50 ROOTLIBDIR
= $(ROOT_PLAT_PLUGINDIR
)
52 CLEANFILES
= $(LINTOUT
) $(LINTLIB
)
54 CPPFLAGS
+= -I
$(USR_PSM_INCL_DIR
)
55 CPPFLAGS
+= -I
$(SRC
)/cmd
/picl
/plugins
/lib
/picld_pluginutil
56 CPPFLAGS
+= -I
$(SRC
)/lib
/libfru
/include
58 LDLIBS
+= -L
$(SRC
)/lib
/libptree
/$(MACH
)
59 LDLIBS
+= -L
$(SRC
)/cmd
/picl
/plugins
/lib
/picld_pluginutil
/$(MACH
)
60 LDLIBS
+= -L
$(ROOT
)/usr
/lib
/picl
/plugins
-lcfgadm
-lc
-lpicltree \
61 -lpicld_pluginutil
-lfru
-lnvpair
-ldevinfo \
63 LDLIBS
+= -R
/usr
/platform
/sun4u
/lib
/picl
/plugins
:/usr
/lib
/picl
/plugins
69 POFILE
= snowbird_piclfrutree.po
70 POFILES
= $(SRCS
:%.c
=%.po
)
73 install := TARGET
= install
74 clean := TARGET
= clean
75 clobber := TARGET
= clobber
79 all: $(LIBS
) $(LIBLINKS
)
81 install: $(ROOTLIBDIR
) all $(ROOTLIBS
) $(ROOTLINKS
)
84 $(RM
) $@
; $(SYMLINK
) .
/$(DYNLIB
) $@
86 _msg
: $(MSGDOMAIN
) $(POFILE
)
87 $(RM
) $(MSGDOMAIN
)/$(POFILE
)
88 $(CP
) $(POFILE
) $(MSGDOMAIN
)/$(POFILE
)
91 $(CAT
) $(POFILES
) > $(POFILE
)
96 # include library targets
97 include $(SRC
)/lib
/Makefile.targ
98 include $(SRC
)/cmd
/picl
/plugins
/Makefile.targ
104 @cd
$@
; pwd
; $(MAKE
) $(TARGET
)