Makefile revision 229
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# CDDL HEADER START
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# The contents of this file are subject to the terms of the
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# Common Development and Distribution License (the "License").
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# You may not use this file except in compliance with the License.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# See the License for the specific language governing permissions
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# and limitations under the License.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# When distributing Covered Code, include this CDDL HEADER in each
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# If applicable, add the following below this CDDL HEADER, with the
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# fields enclosed by brackets "[]" replaced with your own identifying
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# information: Portions Copyright [yyyy] [name of copyright owner]
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# CDDL HEADER END
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftinclude ../../../../../make-rules/shared-macros.mk
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift $(LD) $(LDFLAGS) -G -h $@ -o $@ $(OBJS) $(LIBS)