Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License (the "License").
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d03ce8efc673309b40746bf5f66299cc3cefa3b0Klaus Luettich# If applicable, add the following below this CDDL HEADER, with the
8e494181dee5cfc59ae494e4082c71edfde24f58Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
b7839add0728fef3cbb28244373661db382f6588Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder# CDDL HEADER END
88c800932dd7053322501ea2039d9f234be6866cKlaus Luettich# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# Use is subject to license terms.
9e748851c150e1022fb952bab3315e869aaf0214Christian Maederinstall: all $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
f4505a64a089693012a3f5c3b1f12a82cd7a2a5aKlaus LuettichASFLAGS= $(AS_PICFLAGS) -P -D_SYS_SYS_S -D_LOCORE -D_ASM -DPIC -DLOCORE $(CPPFLAGS)
08e5741dd8b6bf9b7419e89298e384e18bc57f64Christian Maeder $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]*`
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@