Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
436aad11e01e916f75e68a2e9cb89ac217a990d3Tinderbox User#
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# CDDL HEADER START
18920d790825d96ca3943aa2dcb6eb80dc611c5fTinderbox User#
18920d790825d96ca3943aa2dcb6eb80dc611c5fTinderbox User# The contents of this file are subject to the terms of the
e9e4257668ff6c4e583b0c0db2508650b0b677b8Tinderbox User# Common Development and Distribution License, Version 1.0 only
e9e4257668ff6c4e583b0c0db2508650b0b677b8Tinderbox User# (the "License"). You may not use this file except in compliance
c57668a2fbbe558c1bd21652813616f2f517c469Tinderbox User# with the License.
a7c412f37cc73d0332887a746e81220cbf09dd00Mark Andrews#
1f4c645185bd8fc70048e0a69eee46193a284e5cTinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrews# or http://www.opensolaris.org/os/licensing.
bed0874e1a09e810575328c4bfc346a47514b69fMark Andrews# See the License for the specific language governing permissions
950d203b64f512b85fcc093ee1e9e3e531a1aea3Tinderbox User# and limitations under the License.
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User#
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews# If applicable, add the following below this CDDL HEADER, with the
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
a7c412f37cc73d0332887a746e81220cbf09dd00Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
a7c412f37cc73d0332887a746e81220cbf09dd00Mark Andrews#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews#
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Use is subject to license terms.
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User#
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# ident "%Z%%M% %I% %E% SMI"
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User#
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User.KEEP_STATE:
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox Userinclude ../Makefile.targ
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# Add arch specific objects here
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox UserOBJECTS +=
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox Userinclude $(SRC)/lib/Makefile.lib
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrewsinclude $(SRC)/lib/Makefile.lib.64
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# Uncomment the following if the linker complains
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User#amd64_C_PICFLAGS = -K PIC
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox Userinclude $(SRC)/lib/Makefile.spec
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrews
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntinstall: $(ROOTABILIB64)
dc238a06bffa79de141ee7655765e2df91498a8aTinderbox User