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