Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach#
8267b99c0d7a187abe6f87ad50530dc08f5d1cdcAndy Gimblett# CDDL HEADER START
e071fb22ea9923a2a4ff41184d80ca46b55ee932Till Mossakowski#
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# The contents of this file are subject to the terms of the
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# Common Development and Distribution License, Version 1.0 only
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# (the "License"). You may not use this file except in compliance
b4fbc96e05117839ca409f5f20f97b3ac872d1edTill Mossakowski# with the License.
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach#
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# or http://www.opensolaris.org/os/licensing.
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# See the License for the specific language governing permissions
8267b99c0d7a187abe6f87ad50530dc08f5d1cdcAndy Gimblett# and limitations under the License.
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach#
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# When distributing Covered Code, include this CDDL HEADER in each
fbb2d28086a1860850f661fbf4af531322bac405Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# If applicable, add the following below this CDDL HEADER, with the
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# fields enclosed by brackets "[]" replaced with your own identifying
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# information: Portions Copyright [yyyy] [name of copyright owner]
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly#
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly# CDDL HEADER END
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach#
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly#
816c50f9135a598dfdcfb2af8a80390bc42a9b24Liam O'Reilly# Copyright (c) 2000-2001 by Sun Microsystems, Inc.
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly# All rights reserved.
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly#
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly#pragma ident "%Z%%M% %I% %E% SMI"
cdf1545bdcd39a9d53c00761ffa42e7b1174b91eLiam O'Reilly#
d0c66a832d7b556e20ea4af4852cdc27a5463d51Christian Maeder# lib/libfru/sparc/Makefile
b6e474220ddcf68a75ca3dc26093c5ac21e31747Christian Maeder#
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reillyinclude ../Makefile.obj
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reillyinclude ../Makefile.flag
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'ReillyLDLIBS += -L$(SRC)/lib/libfruutils/$(MACH) -lfruutils
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'ReillyLDLIBS += -L$(SRC)/lib/libfru/libfrureg/$(MACH) -lfrureg
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly
8528886a04f14abe0ddf80f50c853cc25bc821cdAndy Gimblett# Redefine this such that libC is found.
b6e474220ddcf68a75ca3dc26093c5ac21e31747Christian MaederBUILDCCC.SO= $(LINK.cc) $(DYNFLAGS) -o $@ -G $(PICS) $(LDLIBS)
afd6ed16928bbd774b6c6c5b3f440a917dd638a1Andy Gimblett
b6e474220ddcf68a75ca3dc26093c5ac21e31747Christian Maederinstall: all $(ROOTLIBDIR) $(ROOTLINKSCCC)
b6e474220ddcf68a75ca3dc26093c5ac21e31747Christian Maeder
b6e474220ddcf68a75ca3dc26093c5ac21e31747Christian Maeder$(ROOTLIBDIR):
90047eafd2de482c67bcd13103c6064e9b0cb254Andy Gimblett $(INS.dir)
e771539425f4a0abef9f94cf4b63690f3603f682Andy Gimblett
d326dac41dadbe2b84bb7021cbfd91f4dd4a19bcAndy Gimblettinclude ../Makefile.targ
f18cf8a4e7d512a2f57365ab1e9e7fdbb98ba257Andy Gimblett
f18cf8a4e7d512a2f57365ab1e9e7fdbb98ba257Andy Gimblett