Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe#
ec79b29695b183f794264bbb578c51e93d1f9b1emartin# CDDL HEADER START
1a5f954324f2584984fc9cee7a7a8ebe8ef39aeajim#
b39ba1ea90cd1940dcd9e8d0f18c1ff02c187ac1jim# The contents of this file are subject to the terms of the
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd# Common Development and Distribution License, Version 1.0 only
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd# (the "License"). You may not use this file except in compliance
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd# with the License.
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd#
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin# or http://www.opensolaris.org/os/licensing.
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin# See the License for the specific language governing permissions
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin# and limitations under the License.
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin#
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin# When distributing Covered Code, include this CDDL HEADER in each
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin# If applicable, add the following below this CDDL HEADER, with the
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin# fields enclosed by brackets "[]" replaced with your own identifying
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin# information: Portions Copyright [yyyy] [name of copyright owner]
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin#
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin# CDDL HEADER END
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin#
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin#
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin# Use is subject to license terms.
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin#
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin# ident "%Z%%M% %I% %E% SMI"
8a3e2ef19ddfb8addcccdc61da0d1442695a8280rpluem
8a3e2ef19ddfb8addcccdc61da0d1442695a8280rpluemPLTOBJS = plt32_resolution.o
8a3e2ef19ddfb8addcccdc61da0d1442695a8280rpluemPLTSRCS = plt32_resolution.c
213e520edc00641400771fc8f90b37a967a2d9ebdirkx
213e520edc00641400771fc8f90b37a967a2d9ebdirkxinclude ../Makefile.com
213e520edc00641400771fc8f90b37a967a2d9ebdirkx
213e520edc00641400771fc8f90b37a967a2d9ebdirkx.KEEP_STATE:
213e520edc00641400771fc8f90b37a967a2d9ebdirkx
a449830d5caa5b9900fe64cc383658b3641f9810dirkxall: $(DYNLIB) $(LINTLIB)
a449830d5caa5b9900fe64cc383658b3641f9810dirkxinstall: all $(ROOTFS_DYNLIB) $(ROOTFS_LINKS) \
a449830d5caa5b9900fe64cc383658b3641f9810dirkx $(ROOTFS_LIBDIR)/$(LINTLIB) $(ROOTFS_LIBDIR)/$(LINTLIBSRC)
a449830d5caa5b9900fe64cc383658b3641f9810dirkx
a449830d5caa5b9900fe64cc383658b3641f9810dirkxinclude ../Makefile.targ
a449830d5caa5b9900fe64cc383658b3641f9810dirkx