c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER START
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The contents of this file are subject to the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License (the "License").
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may not use this file except in compliance with the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# See the License for the specific language governing permissions
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# and limitations under the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
bd93c05dbd9b8f1e8d2edf48c777bc881f927608Alexander Eremin# If applicable, add the following below this CDDL HEADER, with the
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
ead9bb4b1be81d7bbf8ed86ee41d6c1e58b069a3Yuri Pankov# information: Portions Copyright [yyyy] [name of copyright owner]
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# CDDL HEADER END
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Platform specific Makefile for libprtdiag.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# PLATFORM is the target for the binary installation.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# used for creating message catalogue files
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinstall: stubinstall all $(USR_PSM_LIBS) $(USR_PSMLINT)
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../../common/*.c`
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@