Makefile revision da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync#
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# CDDL HEADER START
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync#
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# The contents of this file are subject to the terms of the
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# Common Development and Distribution License (the "License").
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# You may not use this file except in compliance with the License.
a7f76a6a5289c5c56005df14dce59bfbceb3b132vboxsync#
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# or http://www.opensolaris.org/os/licensing.
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# See the License for the specific language governing permissions
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# and limitations under the License.
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync#
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# When distributing Covered Code, include this CDDL HEADER in each
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# If applicable, add the following below this CDDL HEADER, with the
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# fields enclosed by brackets "[]" replaced with your own identifying
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync#
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# CDDL HEADER END
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync#
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync#
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# Use is subject to license terms.
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync#
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync# ident "%Z%%M% %I% %E% SMI"
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync#
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncinclude ../../Makefile.lib
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncTEXT_DOMAIN= SUNW_OST_SYSOSPAM
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncPOFILE= smb_passwd.po
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncMSGFILES= smb_passwd.c
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
8429669b672301e12d6ddab8bc9ce0618d930d2evboxsyncSUBDIRS= $(MACH)
8429669b672301e12d6ddab8bc9ce0618d930d2evboxsync#$(BUILD64)SUBDIRS += $(MACH64)
8429669b672301e12d6ddab8bc9ce0618d930d2evboxsync
8429669b672301e12d6ddab8bc9ce0618d930d2evboxsyncall := TARGET= all
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncclean := TARGET= clean
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncclobber := TARGET= clobber
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncinstall := TARGET= install
09034c53c75eab7ea04021a749b98e7f78fae85avboxsynclint := TARGET= lint
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync.KEEP_STATE:
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncall clean clobber install lint: $(SUBDIRS)
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync_msg: $(MSGDOMAINPOFILE)
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync$(SUBDIRS): FRC
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync @cd $@; pwd; $(MAKE) $(TARGET)
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncFRC:
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncinclude $(SRC)/Makefile.msg.targ
09034c53c75eab7ea04021a749b98e7f78fae85avboxsyncinclude ../../Makefile.targ
09034c53c75eab7ea04021a749b98e7f78fae85avboxsync