xref: /illumos-gate/usr/src/lib/libfru/amd64/Makefile (revision 9c05409f)
16bbe0590SSundeep Panicker#
26bbe0590SSundeep Panicker# CDDL HEADER START
36bbe0590SSundeep Panicker#
46bbe0590SSundeep Panicker# The contents of this file are subject to the terms of the
56bbe0590SSundeep Panicker# Common Development and Distribution License (the "License").
66bbe0590SSundeep Panicker# You may not use this file except in compliance with the License.
76bbe0590SSundeep Panicker#
86bbe0590SSundeep Panicker# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96bbe0590SSundeep Panicker# or http://www.opensolaris.org/os/licensing.
106bbe0590SSundeep Panicker# See the License for the specific language governing permissions
116bbe0590SSundeep Panicker# and limitations under the License.
126bbe0590SSundeep Panicker#
136bbe0590SSundeep Panicker# When distributing Covered Code, include this CDDL HEADER in each
146bbe0590SSundeep Panicker# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156bbe0590SSundeep Panicker# If applicable, add the following below this CDDL HEADER, with the
166bbe0590SSundeep Panicker# fields enclosed by brackets "[]" replaced with your own identifying
176bbe0590SSundeep Panicker# information: Portions Copyright [yyyy] [name of copyright owner]
186bbe0590SSundeep Panicker#
196bbe0590SSundeep Panicker# CDDL HEADER END
206bbe0590SSundeep Panicker#
216bbe0590SSundeep Panicker#
226bbe0590SSundeep Panicker# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
236bbe0590SSundeep Panicker# Use is subject to license terms.
246bbe0590SSundeep Panicker#
256bbe0590SSundeep Panicker#
266bbe0590SSundeep Panicker
276bbe0590SSundeep Panicker# include common Makefiles
286bbe0590SSundeep Panickerinclude ../Makefile.obj
296bbe0590SSundeep Panickerinclude ../../Makefile.lib.64
306bbe0590SSundeep Panickerinclude ../Makefile.flag
31*9c05409fSRichard LoweLDLIBS += -lc
326bbe0590SSundeep PanickerLDLIBS += -L$(SRC)/lib/libfruutils/$(MACH64) -lfruutils
336bbe0590SSundeep PanickerLDLIBS += -L$(SRC)/lib/libfru/libfrureg/$(MACH64) -lfrureg
346bbe0590SSundeep Panicker
356bbe0590SSundeep Panickerinstall: all $(ROOTLIBDIR64) $(ROOTLINKSCCC64)
366bbe0590SSundeep Panicker
376bbe0590SSundeep Panicker$(ROOTLIBDIR64):
386bbe0590SSundeep Panicker	$(INS.dir)
396bbe0590SSundeep Panicker
406bbe0590SSundeep Panickerinclude ../Makefile.targ
41