Makefile revision 672986541be54a7a471bb088e60780c37e371d7e
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff#
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff# CDDL HEADER START
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence#
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence# The contents of this file are subject to the terms of the
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence# Common Development and Distribution License (the "License").
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence# You may not use this file except in compliance with the License.
11a898e05092e8477fbfe1a245c1c5871a846638Andreas Gustafsson#
11a898e05092e8477fbfe1a245c1c5871a846638Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5d4f11b265c396d71ec2162a632e620425481a9eDavid Lawrence# or http://www.opensolaris.org/os/licensing.
5d4f11b265c396d71ec2162a632e620425481a9eDavid Lawrence# See the License for the specific language governing permissions
b295930144c8782e84528dcd355153ae5a5d66e8David Lawrence# and limitations under the License.
b295930144c8782e84528dcd355153ae5a5d66e8David Lawrence#
b295930144c8782e84528dcd355153ae5a5d66e8David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
0bcb1d4d630f8d7547ee62870e1b059827cc1c8aDavid Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0bcb1d4d630f8d7547ee62870e1b059827cc1c8aDavid Lawrence# If applicable, add the following below this CDDL HEADER, with the
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister# fields enclosed by brackets "[]" replaced with your own identifying
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister# information: Portions Copyright [yyyy] [name of copyright owner]
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister#
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister# CDDL HEADER END
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister#
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister#
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister# Use is subject to license terms.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister#
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister# ident "%Z%%M% %I% %E% SMI"
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister#
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister# cmd/sgs/yacc/sparc/Makefile
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister#
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister
ce3be21d63d1e06b222ecb66b4eae909b4658d53James BristerPROG= yacc
ce3be21d63d1e06b222ecb66b4eae909b4658d53James BristerDEFLIST= -DELF
7b2db4b8d13e3d8bc81419ffcc8b39de8193ef63David Lawrence
7b2db4b8d13e3d8bc81419ffcc8b39de8193ef63David Lawrenceinclude ../../../Makefile.cmd
7b2db4b8d13e3d8bc81419ffcc8b39de8193ef63David Lawrenceinclude ../Makefile.com
7b2db4b8d13e3d8bc81419ffcc8b39de8193ef63David Lawrence
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister.KEEP_STATE:
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafssonall: $(PROG)
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafssonall_lib: $(LIBS)
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafssoninstall: all $(ROOTPROG) $(ROOTYACCPAR) $(ROOTCCSBINLINK)
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafssoninstall_lib: all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB) $(ROOTLINT)
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafssoninclude ../Makefile.targ
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellingtoninclude ../../../Makefile.targ
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington