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