Makefile revision 75ce41a57ff334bd8fe2cb9ed51eea835892f944
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
e5d909f2b06bd880fb3675cd49363df981caa631trawick# The contents of this file are subject to the terms of the
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener# Common Development and Distribution License (the "License").
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener# You may not use this file except in compliance with the License.
cb666b29f81df1d11d65002250153353568021fccovener# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cb666b29f81df1d11d65002250153353568021fccovener# See the License for the specific language governing permissions
f58fcd9d79be417ef351cac4e4c0ab264c5521e0trawick# and limitations under the License.
f58fcd9d79be417ef351cac4e4c0ab264c5521e0trawick# When distributing Covered Code, include this CDDL HEADER in each
f58fcd9d79be417ef351cac4e4c0ab264c5521e0trawick# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener# If applicable, add the following below this CDDL HEADER, with the
1c2cab00d988fc48cbe59032cf76cc0bab20d6f7covener# fields enclosed by brackets "[]" replaced with your own identifying
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener# information: Portions Copyright [yyyy] [name of copyright owner]
45dffe6c346dd73571ccaead10295fc7d53b59a6covener# CDDL HEADER END
75a230a728338d84dcfe81edd375352f34de22d0covener# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
75a230a728338d84dcfe81edd375352f34de22d0covener# Use is subject to license terms.
63a5ea80bddcc84a462e40f402b4f330e0e05411covenerIFLAGS += -I$(USR_PLAT_DIR)/sun4u/include -I ../../../libprtdiag/inc
f502dd154eaf60ccf6a993e83c490d52cd0a385eminfrin# Workgroup Server platform library should install into
f502dd154eaf60ccf6a993e83c490d52cd0a385eminfrin# SUNW,Ultra-4. All other desktop platforms can
f502dd154eaf60ccf6a993e83c490d52cd0a385eminfrin# link to /usr/platform/SUNW,Ultra-4/lib/libprtdiag_psr.so
65a4e663b82f8bce28ac22ab2edfd7502de36998sf$(USR_PLAT_DIR)/$(PLATFORM)/lib/libprtdiag_psr.so.1 := FILEMODE= 0755
df6d5653669f1514b4449aaba99cb950c0013e5fcovener cd $(UTSBASE)/sun4u/tazmo; $(MAKE) $(USR_PSM_LIB_DIR)
509622419be000045d461ef38fb97df778fdf81djailletc# install rule
0b9de55d178312ec929dbe417dd61199b269991djailletc $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext common/tazmo.c`
0b9de55d178312ec929dbe417dd61199b269991djailletc $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@