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