Makefile revision f169c0eae91b2ee787cf8d6dcf8edd9159d4c9e2
6212N/A#
6212N/A# CDDL HEADER START
6212N/A#
6212N/A# The contents of this file are subject to the terms of the
6212N/A# Common Development and Distribution License (the "License").
6212N/A# You may not use this file except in compliance with the License.
6212N/A#
6212N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6212N/A# or http://www.opensolaris.org/os/licensing.
6212N/A# See the License for the specific language governing permissions
6212N/A# and limitations under the License.
6212N/A#
6212N/A# When distributing Covered Code, include this CDDL HEADER in each
6212N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6212N/A# If applicable, add the following below this CDDL HEADER, with the
6212N/A# fields enclosed by brackets "[]" replaced with your own identifying
6212N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6212N/A#
6212N/A# CDDL HEADER END
6212N/A#
6212N/A
6212N/A#
6212N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
6212N/A#
6212N/A
6212N/Ainclude ../Makefile.lib
6212N/A
6212N/ASUBDIRS= $(MACH)
6212N/AXGETTEXT= $(GNUXGETTEXT)
6212N/AXGETFLAGS= $(GNUXGETFLAGS)
6212N/A
6212N/Aall := TARGET= all
6212N/Ainstall := TARGET= install
6212N/Aclean := TARGET= clean
6212N/Aclobber := TARGET= clobber
6212N/Alint := TARGET= lint
6212N/A
6212N/AMSGFILES = `$(FIND) . -name '*.py' -o -name '*.c'`
6212N/APOFILE = libbe_py.po
6212N/A
6212N/A.KEEP_STATE:
6212N/A
6212N/Aall install clean clobber lint: $(SUBDIRS)
$(POFILE): pofile_MSGFILES
_msg: $(MSGDOMAINPOFILE)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include ../../Makefile.msg.targ