0N/A#
1472N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
1472N/A# CDDL HEADER END
1472N/A#
1472N/A#
0N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A#
0N/A# lib/libprtdiag_psr/sparc/littleneck/Makefile
0N/A
0N/AUTSBASE = ../../../../uts
0N/A
0N/APLATFORM_OBJECTS= littleneck.o
0N/A
0N/Ainclude ../Makefile.com
0N/A
0N/AIFLAGS += -I$(USR_PLAT_DIR)/sun4u/include -I ../../../libprtdiag/inc
0N/AIFLAGS += -I $(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
0N/AIFLAGS += -I$(UTSBASE)/sun4u
0N/A
0N/ALDLIBS += -lpicl
0N/A
0N/ALINTFLAGS += $(IFLAGS)
0N/A
0N/A#
0N/A# Workgroup Server platform library should install into
0N/A# SUNW,Ultra-4. All other desktop platforms can
0N/A# link to /usr/platform/SUNW,Ultra-4/lib/libprtdiag_psr.so
#
PLATFORM=SUNW,Sun-Fire-280R
$(USR_PLAT_DIR)/$(PLATFORM)/lib/libprtdiag_psr.so.1 := FILEMODE= 0755
.KEEP_STATE:
PLATLIBS= $(USR_PLAT_DIR)/$(PLATFORM)/lib/
install: all $(USR_PSM_LIBS)
$(USR_PSM_LIB_DIR):
cd $(UTSBASE)/sun4u/littleneck; pwd; $(MAKE) $(USR_PSM_LIB_DIR)
#
# install rule
#
$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR)
$(INS.file)
#
# used for message files
#
POFILE= libprtdiag_psr_littleneck.po
POFILES= littleneck.po
_msg: $(MSGDOMAIN) $(POFILE)
$(RM) $(MSGDOMAIN)/$(POFILE)
$(CP) $(POFILE) $(MSGDOMAIN)
$(POFILE): $(POFILES)
$(RM) $@
$(CAT) $(POFILES) > $@
$(POFILES):
$(RM) messages.po
$(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext common/*.c`
$(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
$(RM) messages.po