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