1*11015SSundeep.Panicker@Sun.COM# 2*11015SSundeep.Panicker@Sun.COM# CDDL HEADER START 3*11015SSundeep.Panicker@Sun.COM# 4*11015SSundeep.Panicker@Sun.COM# The contents of this file are subject to the terms of the 5*11015SSundeep.Panicker@Sun.COM# Common Development and Distribution License (the "License"). 6*11015SSundeep.Panicker@Sun.COM# You may not use this file except in compliance with the License. 7*11015SSundeep.Panicker@Sun.COM# 8*11015SSundeep.Panicker@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*11015SSundeep.Panicker@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*11015SSundeep.Panicker@Sun.COM# See the License for the specific language governing permissions 11*11015SSundeep.Panicker@Sun.COM# and limitations under the License. 12*11015SSundeep.Panicker@Sun.COM# 13*11015SSundeep.Panicker@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*11015SSundeep.Panicker@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*11015SSundeep.Panicker@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*11015SSundeep.Panicker@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*11015SSundeep.Panicker@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*11015SSundeep.Panicker@Sun.COM# 19*11015SSundeep.Panicker@Sun.COM# CDDL HEADER END 20*11015SSundeep.Panicker@Sun.COM# 21*11015SSundeep.Panicker@Sun.COM# 22*11015SSundeep.Panicker@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*11015SSundeep.Panicker@Sun.COM# Use is subject to license terms. 24*11015SSundeep.Panicker@Sun.COM# 25*11015SSundeep.Panicker@Sun.COM# 26*11015SSundeep.Panicker@Sun.COM 27*11015SSundeep.Panicker@Sun.COMinclude ../Makefile.com 28*11015SSundeep.Panicker@Sun.COMinclude $(SRC)/lib/Makefile.lib.64 29*11015SSundeep.Panicker@Sun.COM 30*11015SSundeep.Panicker@Sun.COMLDLIBS += -L$(SRC)/lib/libfruutils/$(MACH64) 31*11015SSundeep.Panicker@Sun.COMLDLIBS += -L$(SRC)/lib/libfru/$(MACH64) 32*11015SSundeep.Panicker@Sun.COMLDLIBS += -lc -lfru -lfruutils 33*11015SSundeep.Panicker@Sun.COM 34*11015SSundeep.Panicker@Sun.COM.KEEP_STATE: 35*11015SSundeep.Panicker@Sun.COM 36*11015SSundeep.Panicker@Sun.COMall: $(ROOTLIBDIR64) $(LIBS) $(LIBLINKS) 37*11015SSundeep.Panicker@Sun.COM 38*11015SSundeep.Panicker@Sun.COM$(LIBLINKS): FRC 39*11015SSundeep.Panicker@Sun.COM $(RM) $@; $(SYMLINK) $(DYNLIB) $@ 40*11015SSundeep.Panicker@Sun.COM 41*11015SSundeep.Panicker@Sun.COM$(ROOTLIBDIR64): 42*11015SSundeep.Panicker@Sun.COM $(INS.dir) 43*11015SSundeep.Panicker@Sun.COM 44*11015SSundeep.Panicker@Sun.COMinstall: all $(ROOTLIBS64) $(ROOTLINKS64) 45*11015SSundeep.Panicker@Sun.COM 46*11015SSundeep.Panicker@Sun.COMFRC: 47