Makefile revision 1dd08564e4a3aafe66b00aee6f222b0885346fe8
f743002678eb67b99bbc29fee116b65d9530fec0wrowe#
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
6736c640e65e06990ef33af71ee81fac4df4ff5fjim#
b40bfdb714672f972887f9f1f1e154e00125bb68covener# The contents of this file are subject to the terms of the
b40bfdb714672f972887f9f1f1e154e00125bb68covener# Common Development and Distribution License (the "License").
b40bfdb714672f972887f9f1f1e154e00125bb68covener# You may not use this file except in compliance with the License.
b40bfdb714672f972887f9f1f1e154e00125bb68covener#
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin# or http://www.opensolaris.org/os/licensing.
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin# See the License for the specific language governing permissions
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin# and limitations under the License.
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin#
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin# When distributing Covered Code, include this CDDL HEADER in each
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin# If applicable, add the following below this CDDL HEADER, with the
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung# fields enclosed by brackets "[]" replaced with your own identifying
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung# information: Portions Copyright [yyyy] [name of copyright owner]
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung#
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung# CDDL HEADER END
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung#
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung#
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung# Use is subject to license terms.
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung#
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung# ident "%Z%%M% %I% %E% SMI"
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick#
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick# cmd/sgs/yacc/sparc/Makefile
0827cb14e550f6f65018431c22c2c913631c8f25kbrand#
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick
ae600ca541efc686b34f8b1f21bd3d0741d37674covenerDEFLIST= -DELF
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick
cfa64348224b66dd1c9979b809406c4d15b1c137fieldinginclude ../../../Makefile.cmd
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajiminclude ../Makefile.com
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim.KEEP_STATE:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajimall: $(PROG)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajimall_lib: $(LIBS)
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
install: all $(ROOTPROG) $(ROOTYACCPAR) $(ROOTCCSBINLINK)
install_lib: all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB) $(ROOTLINT)
$(RM) $(ROOTCCSBIN)/yaccpar
$(SYMLINK) ../../share/lib/ccs/yaccpar $(ROOTCCSBIN)/yaccpar
include ../Makefile.targ
include ../../../Makefile.targ