Makefile revision 7c2fbfb345896881c631598ee3852ce9ce33fb07
1516N/A#
20N/A# CDDL HEADER START
20N/A#
20N/A# The contents of this file are subject to the terms of the
20N/A# Common Development and Distribution License (the "License").
20N/A# You may not use this file except in compliance with the License.
20N/A#
20N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20N/A# or http://www.opensolaris.org/os/licensing.
20N/A# See the License for the specific language governing permissions
20N/A# and limitations under the License.
20N/A#
20N/A# When distributing Covered Code, include this CDDL HEADER in each
20N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20N/A# If applicable, add the following below this CDDL HEADER, with the
20N/A# fields enclosed by brackets "[]" replaced with your own identifying
20N/A# information: Portions Copyright [yyyy] [name of copyright owner]
20N/A#
20N/A# CDDL HEADER END
20N/A#
20N/A#
20N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
20N/A# Use is subject to license terms.
3158N/A#
20N/A
20N/ASHELL=/usr/bin/ksh93
42N/A
42N/Ainclude ../Makefile.cmd
42N/A
42N/ASUBDIRS= \
42N/A msgcc
42N/A
42N/Aall := TARGET = all
42N/Ainstall := TARGET = install
42N/Aclean := TARGET = clean
42N/Aclobber := TARGET = clobber
42N/Alint := TARGET = lint
42N/A
3143N/A.KEEP_STATE:
42N/A
42N/Aall install clean clobber lint: $(SUBDIRS)
42N/A
42N/A$(SUBDIRS): FRC
42N/A @cd $@; pwd; $(MAKE) $(TARGET)
42N/A
20N/AFRC:
20N/A
42N/Ainclude ../Makefile.targ
42N/A