Makefile revision 2
7126N/A#
7126N/A# CDDL HEADER START
7126N/A#
7126N/A# The contents of this file are subject to the terms of the
7126N/A# Common Development and Distribution License (the "License").
7126N/A# You may not use this file except in compliance with the License.
7126N/A#
7126N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7126N/A# or http://www.opensolaris.org/os/licensing.
7126N/A# See the License for the specific language governing permissions
7126N/A# and limitations under the License.
7126N/A#
7126N/A# When distributing Covered Code, include this CDDL HEADER in each
7126N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7126N/A# If applicable, add the following below this CDDL HEADER, with the
7126N/A# fields enclosed by brackets "[]" replaced with your own identifying
7126N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7126N/A#
7126N/A# CDDL HEADER END
7126N/A#
7126N/A#
7126N/A# Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
7126N/A#
7126N/A# lib/libfru/libfrureg/sparc/Makefile
7126N/A#
7126N/A
7126N/Ainclude ../Makefile.com
7126N/A
7126N/ALDLIBS += -L$(SRC)/lib/libfru/$(MACH)
7126N/ALDLIBS += -lc -lfruutils
7126N/A
7126N/A.KEEP_STATE:
7126N/A
7126N/Aall: $(ROOTLIBDIR) $(LIBS) $(LIBLINKS)
7126N/A
7126N/A$(LIBLINKS): FRC
7126N/A $(RM) $@; $(SYMLINK) $(DYNLIB) $@
7126N/A
7126N/A$(ROOTLIBDIR) $(STUBROOTLIBDIR):
7126N/A $(INS.dir)
7126N/A
7126N/Ainstall: stubinstall all $(ROOTLIBS) $(ROOTLINKS)
7126N/A
7126N/Astubinstall: stub $(STUBROOTLIBS) $(STUBROOTLINKS)
7126N/A
7126N/AFRC:
7126N/A