Makefile revision 03831d35f7499c87d51205817c93e9a8d42c4bae
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# The contents of this file are subject to the terms of the
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Common Development and Distribution License, Version 1.0 only
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# (the "License"). You may not use this file except in compliance
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# with the License.
4da61833a1cbbca94094f9653fd970582b97a72etrawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4da61833a1cbbca94094f9653fd970582b97a72etrawick# See the License for the specific language governing permissions
4da61833a1cbbca94094f9653fd970582b97a72etrawick# and limitations under the License.
4789804be088bcd86ae637a29cdb7fda25169521jailletc# When distributing Covered Code, include this CDDL HEADER in each
4789804be088bcd86ae637a29cdb7fda25169521jailletc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4789804be088bcd86ae637a29cdb7fda25169521jailletc# If applicable, add the following below this CDDL HEADER, with the
e50c3026198fd496f183cda4c32a202925476778covener# fields enclosed by brackets "[]" replaced with your own identifying
e50c3026198fd496f183cda4c32a202925476778covener# information: Portions Copyright [yyyy] [name of copyright owner]
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# CDDL HEADER END
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# Use is subject to license terms.
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic# ident "%Z%%M% %I% %E% SMI"
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# Platform specific Makefile for libprtdiag.
69301145375a889e7e37caf7cc7321ac0f91801erpluem# PLATFORM is the target for the binary installation.
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic# used for creating message catalogue files
caad2986f81ab263f7af41467dd622dc9add17f3ylavic $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../../common/*.c`
caad2986f81ab263f7af41467dd622dc9add17f3ylavic $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@