Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
6650N/A#
6650N/A# CDDL HEADER START
6650N/A#
6650N/A# The contents of this file are subject to the terms of the
6650N/A# Common Development and Distribution License, Version 1.0 only
6650N/A# (the "License"). You may not use this file except in compliance
6650N/A# with the License.
6650N/A#
6650N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6650N/A# or http://www.opensolaris.org/os/licensing.
6650N/A# See the License for the specific language governing permissions
6650N/A# and limitations under the License.
6650N/A#
6650N/A# When distributing Covered Code, include this CDDL HEADER in each
6650N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6650N/A# If applicable, add the following below this CDDL HEADER, with the
6650N/A# fields enclosed by brackets "[]" replaced with your own identifying
6650N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6650N/A#
6650N/A# CDDL HEADER END
6650N/A#
6650N/A#
6650N/A# Copyright 1993,2003 Sun Microsystems, Inc. All rights reserved.
6650N/A# Use is subject to license terms.
6650N/A#
6650N/A# ident "%Z%%M% %I% %E% SMI"
6650N/A#
6650N/A# cmd/sgs/yacc/sparc/Makefile
6650N/A#
6650N/A
6650N/APROG= yacc
6650N/ADEFLIST= -DELF
6650N/A
6650N/Ainclude ../../../Makefile.cmd
6650N/Ainclude ../Makefile.com
6650N/A
6650N/A.KEEP_STATE:
6650N/A
6650N/Aall: $(PROG)
6650N/A
6650N/Aall_lib: $(LIBS)
6650N/A
6650N/Ainstall: all $(ROOTCCSBINPROG) $(ROOTYACCPAR)
6650N/A
6650N/Ainstall_lib: all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB) $(ROOTLINT)
6650N/A
6650N/Ainclude ../Makefile.targ
6650N/Ainclude ../../../Makefile.targ
6650N/A