Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
367N/A#
367N/A# CDDL HEADER START
367N/A#
367N/A# The contents of this file are subject to the terms of the
367N/A# Common Development and Distribution License, Version 1.0 only
367N/A# (the "License"). You may not use this file except in compliance
367N/A# with the License.
367N/A#
367N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
367N/A# or http://www.opensolaris.org/os/licensing.
367N/A# See the License for the specific language governing permissions
367N/A# and limitations under the License.
367N/A#
367N/A# When distributing Covered Code, include this CDDL HEADER in each
367N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
367N/A# If applicable, add the following below this CDDL HEADER, with the
367N/A# fields enclosed by brackets "[]" replaced with your own identifying
367N/A# information: Portions Copyright [yyyy] [name of copyright owner]
873N/A#
367N/A# CDDL HEADER END
367N/A#
367N/A#
367N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
367N/A# Use is subject to license terms.
3232N/A#
367N/A#ident "%Z%%M% %I% %E% SMI"
367N/A#
367N/A# cmd/print/gateway/translators/Makefile
367N/A#
367N/A
367N/ASUBDIRS = test cascade
367N/A
367N/Aall := TARGET= all
367N/Ainstall := TARGET= install
758N/Aclean := TARGET= clean
758N/Aclobber := TARGET= clobber
758N/Alint := TARGET= lint
758N/Astrip := TARGET= strip
367N/A_msg := TARGET= catalog
367N/A
367N/A.KEEP_STATE:
367N/A
367N/Aall install: $(SUBDIRS)
367N/A
367N/Aclean clobber strip cstyle lint: $(SUBDIRS)
367N/A
367N/A$(SUBDIRS): FRC
367N/A @cd $@; pwd; $(MAKE) $(TARGET)
367N/A
367N/AFRC:
367N/A