Makefile revision 269473047d747f7815af570197e4ef7322d3632c
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# CDDL HEADER START
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# The contents of this file are subject to the terms of the
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Common Development and Distribution License (the "License").
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# You may not use this file except in compliance with the License.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# See the License for the specific language governing permissions
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# and limitations under the License.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# When distributing Covered Code, include this CDDL HEADER in each
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# If applicable, add the following below this CDDL HEADER, with the
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# CDDL HEADER END
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Use is subject to license terms.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsyncall clean clobber delete install lint package: $(SUBDIRS)
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]* */*.[ch]*`
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@