Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# CDDL HEADER START
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# The contents of this file are subject to the terms of the
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Common Development and Distribution License, Version 1.0 only
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# (the "License"). You may not use this file except in compliance
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# with the License.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# or http://www.opensolaris.org/os/licensing.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# See the License for the specific language governing permissions
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# and limitations under the License.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
28a8f5b0de57d269cf2845c69cb6abe18cbd3b3aMark Andrews# If applicable, add the following below this CDDL HEADER, with the
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# fields enclosed by brackets "[]" replaced with your own identifying
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# CDDL HEADER END
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Use is subject to license terms.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#
c2bc56dc65b4b103a5600565680eb5f33fa4c90bMark Andrews#ident "%Z%%M% %I% %E% SMI"
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington.KEEP_STATE:
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtoninclude ../Makefile.targ
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Add arch specific objects here
b6d52ee5bea1b9d9074698e693b49ce96edff47bMark AndrewsOBJECTS +=
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtoninclude $(SRC)/lib/Makefile.lib
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Uncomment the following if the linker complains
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#i386_C_PICFLAGS = -K PIC
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtoninclude $(SRC)/lib/Makefile.spec
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtoninstall: $(ROOTABILIB)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington