Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore#
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# CDDL HEADER START
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore#
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# The contents of this file are subject to the terms of the
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# Common Development and Distribution License, Version 1.0 only
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# (the "License"). You may not use this file except in compliance
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# with the License.
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore#
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# or http://www.opensolaris.org/os/licensing.
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# See the License for the specific language governing permissions
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# and limitations under the License.
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore#
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# If applicable, add the following below this CDDL HEADER, with the
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# fields enclosed by brackets "[]" replaced with your own identifying
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# information: Portions Copyright [yyyy] [name of copyright owner]
82743679557cf8b7a5dd51eaa0015e0ca498ac37Garrett D'Amore#
82743679557cf8b7a5dd51eaa0015e0ca498ac37Garrett D'Amore# CDDL HEADER END
438b5f69eb4f998015cc0835f19f2f80663f2f53Jason King#
438b5f69eb4f998015cc0835f19f2f80663f2f53Jason King#
506aa7c68b127eefb0197e329af7e9abcc3ebc98Garrett D'Amore# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
506aa7c68b127eefb0197e329af7e9abcc3ebc98Garrett D'Amore# Use is subject to license terms.
6750ebac18fffc872e3e2c643732f448b14f5195Richard Lowe#
e9a5ec5aa8a1a14de1b019c6bd73e0a33f920e49Gordon Ross# ident "%Z%%M% %I% %E% SMI"
e9a5ec5aa8a1a14de1b019c6bd73e0a33f920e49Gordon Ross#
e9a5ec5aa8a1a14de1b019c6bd73e0a33f920e49Gordon Ross
e9a5ec5aa8a1a14de1b019c6bd73e0a33f920e49Gordon Ross# This Makefile is only to produce 64-bit yacc shared library liby.so.1
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# and not for building 64-bit yacc itself.
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore#
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amoreinclude ../Makefile.com
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amoreinclude ../../../../lib/Makefile.lib.64
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore
6c1891ea28c10049521d8647a32ef85d9449a8cbGarrett D'Amore# no messaging files here
6c1891ea28c10049521d8647a32ef85d9449a8cbGarrett D'AmorePOFILE=
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore.KEEP_STATE:
73f5adc7ee5816cee39ea31c7fa1fb37df74db28Kartik Mistry
506aa7c68b127eefb0197e329af7e9abcc3ebc98Garrett D'Amoreall_lib: $(LIBS)
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amoreinstall_lib: all_lib $(ROOTLIBS64) $(ROOTLINKS64)
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amoreinclude ../Makefile.targ
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amoreinclude ../../../Makefile.targ
506aa7c68b127eefb0197e329af7e9abcc3ebc98Garrett D'Amore
506aa7c68b127eefb0197e329af7e9abcc3ebc98Garrett D'Amoreall: FRC
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amoreinstall: FRC
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'AmoreFRC:
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore