Makefile revision 148434217c040ea38dc844384f6ba68d9b325906
4407b6984e34d8fd373b964302c02b60781a07b1fielding#
4407b6984e34d8fd373b964302c02b60781a07b1fielding# CDDL HEADER START
4407b6984e34d8fd373b964302c02b60781a07b1fielding#
4407b6984e34d8fd373b964302c02b60781a07b1fielding# The contents of this file are subject to the terms of the
0202d2114cc6d7042995100519cce45c808c153bnd# Common Development and Distribution License (the "License").
0202d2114cc6d7042995100519cce45c808c153bnd# You may not use this file except in compliance with the License.
0202d2114cc6d7042995100519cce45c808c153bnd#
0202d2114cc6d7042995100519cce45c808c153bnd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0202d2114cc6d7042995100519cce45c808c153bnd# or http://www.opensolaris.org/os/licensing.
0202d2114cc6d7042995100519cce45c808c153bnd# See the License for the specific language governing permissions
0202d2114cc6d7042995100519cce45c808c153bnd# and limitations under the License.
0202d2114cc6d7042995100519cce45c808c153bnd#
0202d2114cc6d7042995100519cce45c808c153bnd# When distributing Covered Code, include this CDDL HEADER in each
0202d2114cc6d7042995100519cce45c808c153bnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0202d2114cc6d7042995100519cce45c808c153bnd# If applicable, add the following below this CDDL HEADER, with the
0202d2114cc6d7042995100519cce45c808c153bnd# fields enclosed by brackets "[]" replaced with your own identifying
0202d2114cc6d7042995100519cce45c808c153bnd# information: Portions Copyright [yyyy] [name of copyright owner]
0202d2114cc6d7042995100519cce45c808c153bnd#
0202d2114cc6d7042995100519cce45c808c153bnd# CDDL HEADER END
0202d2114cc6d7042995100519cce45c808c153bnd#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include ../Makefile.lib
SUBDIRS= $(MACH)
XGETTEXT= $(GNUXGETTEXT)
XGETFLAGS= $(GNUXGETFLAGS)
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
lint := TARGET= lint
MSGFILES = `$(FIND) . -name '*.py' -o -name '*.c'`
POFILE = pyzfs.po
.KEEP_STATE:
all install clean clobber lint: $(SUBDIRS)
$(POFILE): pofile_MSGFILES
_msg: $(MSGDOMAINPOFILE)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include ../../Makefile.msg.targ