Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
65410a6c1c900489c9028f7c235484f137e42df1sf#
65410a6c1c900489c9028f7c235484f137e42df1sf# CDDL HEADER START
65410a6c1c900489c9028f7c235484f137e42df1sf#
ad67a7cdd0a4b766880eb724fbe61c17d2b41286gryzor# The contents of this file are subject to the terms of the
65410a6c1c900489c9028f7c235484f137e42df1sf# Common Development and Distribution License, Version 1.0 only
65410a6c1c900489c9028f7c235484f137e42df1sf# (the "License"). You may not use this file except in compliance
65410a6c1c900489c9028f7c235484f137e42df1sf# with the License.
65410a6c1c900489c9028f7c235484f137e42df1sf#
65410a6c1c900489c9028f7c235484f137e42df1sf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65410a6c1c900489c9028f7c235484f137e42df1sf# or http://www.opensolaris.org/os/licensing.
65410a6c1c900489c9028f7c235484f137e42df1sf# See the License for the specific language governing permissions
65410a6c1c900489c9028f7c235484f137e42df1sf# and limitations under the License.
65410a6c1c900489c9028f7c235484f137e42df1sf#
65410a6c1c900489c9028f7c235484f137e42df1sf# When distributing Covered Code, include this CDDL HEADER in each
65410a6c1c900489c9028f7c235484f137e42df1sf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
65410a6c1c900489c9028f7c235484f137e42df1sf# If applicable, add the following below this CDDL HEADER, with the
65410a6c1c900489c9028f7c235484f137e42df1sf# fields enclosed by brackets "[]" replaced with your own identifying
65410a6c1c900489c9028f7c235484f137e42df1sf# information: Portions Copyright [yyyy] [name of copyright owner]
65410a6c1c900489c9028f7c235484f137e42df1sf#
65410a6c1c900489c9028f7c235484f137e42df1sf# CDDL HEADER END
65410a6c1c900489c9028f7c235484f137e42df1sf#
65410a6c1c900489c9028f7c235484f137e42df1sf#
65410a6c1c900489c9028f7c235484f137e42df1sf# Copyright (c) 1999-2001 by Sun Microsystems, Inc.
65410a6c1c900489c9028f7c235484f137e42df1sf# All rights reserved.
94aba9caa9b2f7a0e95a55f51264c908b69470e2igalic#
65410a6c1c900489c9028f7c235484f137e42df1sf#pragma ident "%Z%%M% %I% %E% SMI"
65410a6c1c900489c9028f7c235484f137e42df1sf#
65410a6c1c900489c9028f7c235484f137e42df1sf
65410a6c1c900489c9028f7c235484f137e42df1sf.KEEP_STATE:
65410a6c1c900489c9028f7c235484f137e42df1sf
65410a6c1c900489c9028f7c235484f137e42df1sfinclude ../Makefile.targ
65410a6c1c900489c9028f7c235484f137e42df1sf
65410a6c1c900489c9028f7c235484f137e42df1sf# Add arch specific objects here
65410a6c1c900489c9028f7c235484f137e42df1sfOBJECTS +=
65410a6c1c900489c9028f7c235484f137e42df1sf
1a055593d7fa3619f0b49e7daa364e4adb066941covenerinclude $(SRC)/lib/Makefile.lib
1a055593d7fa3619f0b49e7daa364e4adb066941covener
1a055593d7fa3619f0b49e7daa364e4adb066941covener# Uncomment the following if the linker complains
1a055593d7fa3619f0b49e7daa364e4adb066941covener#sparc_C_PICFLAGS = -K PIC
1a055593d7fa3619f0b49e7daa364e4adb066941covener
1a055593d7fa3619f0b49e7daa364e4adb066941covenerinclude $(SRC)/lib/Makefile.spec
1a055593d7fa3619f0b49e7daa364e4adb066941covener
65410a6c1c900489c9028f7c235484f137e42df1sfinstall: $(ROOTABILIB)
a343f97443af94a56b903dfa1226eddcccf32b66gryzor