Makefile revision 03831d35f7499c87d51205817c93e9a8d42c4bae
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# CDDL HEADER START
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# The contents of this file are subject to the terms of the
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrence# Common Development and Distribution License, Version 1.0 only
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# (the "License"). You may not use this file except in compliance
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# with the License.
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
15a44745412679c30a6d022733925af70a38b715David Lawrence# fields enclosed by brackets "[]" replaced with your own identifying
34158349b49add1ad63eede5ab7e694c589eb3cdMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# CDDL HEADER END
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrence# Use is subject to license terms.
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# ident "%Z%%M% %I% %E% SMI"
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrence# Platform specific Makefile for libprtdiag.
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrence# PLATFORM is the target for the binary installation.
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas GustafssonOBJECTS = io.o cpu.o memory.o kstat.o prom.o \
b897c52f865b2fc4e220e2110b874e59c716456bBob Halley# used for creating message catalogue files
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrence $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../../common/*.c`
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrence $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@