103831d35Sstevel# 203831d35Sstevel# CDDL HEADER START 303831d35Sstevel# 403831d35Sstevel# The contents of this file are subject to the terms of the 503831d35Sstevel# Common Development and Distribution License (the "License"). 603831d35Sstevel# You may not use this file except in compliance with the License. 703831d35Sstevel# 803831d35Sstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 903831d35Sstevel# or http://www.opensolaris.org/os/licensing. 1003831d35Sstevel# See the License for the specific language governing permissions 1103831d35Sstevel# and limitations under the License. 1203831d35Sstevel# 1303831d35Sstevel# When distributing Covered Code, include this CDDL HEADER in each 1403831d35Sstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1503831d35Sstevel# If applicable, add the following below this CDDL HEADER, with the 1603831d35Sstevel# fields enclosed by brackets "[]" replaced with your own identifying 1703831d35Sstevel# information: Portions Copyright [yyyy] [name of copyright owner] 1803831d35Sstevel# 1903831d35Sstevel# CDDL HEADER END 2003831d35Sstevel# 2103831d35Sstevel# 22*75ce41a5SAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 2303831d35Sstevel# Use is subject to license terms. 2403831d35Sstevel# 2503831d35Sstevel# lib/libprtdiag_psr/sparc/snowbird/Makefile 2603831d35Sstevel# 2703831d35Sstevel# Need to make libctsmc library first. 2803831d35Sstevel# 2903831d35SstevelLIBCTSMC = ../../../../../src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc 3003831d35Sstevelall: ctsmclib 3103831d35Sstevelctsmclib: $(LIBCTSMC)/libctsmc.c $(LIBCTSMC)/smclib.h 3203831d35Sstevel cd $(LIBCTSMC); $(MAKE) 3303831d35Sstevel 3403831d35SstevelLIBBASE = ../../../../../src/lib 3503831d35SstevelUTSBASE = ../../../../uts 3603831d35SstevelSUN4U_INC_BASE = $(UTSBASE)/sun4u/sys 3703831d35SstevelSB_INC_BASE = $(UTSBASE)/sun4u/snowbird/sys 3803831d35Sstevel 3903831d35SstevelPLATFORM_OBJECTS= snowbird.o 4003831d35Sstevel 4103831d35Sstevelinclude ../Makefile.com 4203831d35Sstevel 4303831d35SstevelIFLAGS = -I$(USR_PLAT_DIR)/sun4u/include -I../../../libprtdiag/inc -I$(LIBBASE)/libdevinfo 4403831d35SstevelIFLAGS += -I$(SUN4U_INC_BASE) -I$(SB_INC_BASE) -I$(SRC)/cmd/picl/plugins/inc 4503831d35SstevelIFLAGS += -I$(LIBCTSMC) 4603831d35SstevelLINTFLAGS += $(IFLAGS) 4703831d35SstevelLDLIBS += -L$(LIBCTSMC) 4803831d35SstevelLDLIBS += -L$(LIBBASE)/libdevinfo -ldevinfo -L$(LIBBASE)/libcfgadm \ 4903831d35Sstevel -lcfgadm -lpicl -lctsmc 5003831d35SstevelDYNFLAGS += -R/usr/platform/SUNW,Netra-CP2300/lib 5103831d35Sstevel 5203831d35Sstevel 5303831d35Sstevel# 5403831d35Sstevel# SUNW,Netra-CP2300 platform can link to 5503831d35Sstevel# /usr/platform/SUNW,Netra-CP2300/lib/libprtdiag_psr.so 5603831d35Sstevel# 5703831d35SstevelPLATFORM=SUNW,Netra-CP2300 5803831d35Sstevel 59*75ce41a5SAli Bahrami$(USR_PLAT_DIR)/$(PLATFORM)/lib/libprtdiag_psr.so.1 := FILEMODE= 0755 60*75ce41a5SAli Bahrami 6103831d35Sstevel.KEEP_STATE: 6203831d35Sstevel 6303831d35SstevelPLATLIBS= $(PLATFORM:%=$(USR_PLAT_DIR)/%/lib/) 6403831d35Sstevel 6503831d35Sstevelinstall: all $(PLATLIBS) $(USR_PSM_LIBS) 6603831d35Sstevel 6703831d35Sstevel# 6803831d35Sstevel# install rules for SUNW,Netra-CP2300/lib/libprtdiag_psr.so 6903831d35Sstevel# 7003831d35Sstevel$(PLATLIBS): 7103831d35Sstevel $(INS.dir) 7203831d35Sstevel 7303831d35Sstevel$(USR_PSM_LIB_DIR): 7403831d35Sstevel cd $(UTSBASE)/sun4u/snowbird; $(MAKE) $(USR_PSM_LIB_DIR) 7503831d35Sstevel 7603831d35Sstevel$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR) 7703831d35Sstevel $(INS.file) 7803831d35Sstevel 7903831d35Sstevel# New additions to generate msg file 8003831d35SstevelPOFILE = libprtdiag_psr_snowbird.po 8103831d35SstevelPOFILES = snowbird.po 8203831d35Sstevel 8303831d35Sstevel_msg: $(MSGDOMAIN) $(POFILE) 8403831d35Sstevel $(RM) $(MSGDOMAIN)/$(POFILE) 8503831d35Sstevel $(CP) $(POFILE) $(MSGDOMAIN) 8603831d35Sstevel 8703831d35Sstevel$(POFILE): $(POFILES) 8803831d35Sstevel $(RM) $@ 8903831d35Sstevel $(CAT) $(POFILES) > $@ 9003831d35Sstevel 9103831d35Sstevel$(POFILES): 9203831d35Sstevel $(RM) messages.po 9303831d35Sstevel $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext common/snowbird.c` 9403831d35Sstevel $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@ 9503831d35Sstevel $(RM) messages.po 96