Makefile revision 1056
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# CDDL HEADER START
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# The contents of this file are subject to the terms of the
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# Common Development and Distribution License (the "License").
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# You may not use this file except in compliance with the License.
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# See the License for the specific language governing permissions
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# and limitations under the License.
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# When distributing Covered Code, include this CDDL HEADER in each
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# If applicable, add the following below this CDDL HEADER, with the
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# fields enclosed by brackets "[]" replaced with your own identifying
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# information: Portions Copyright [yyyy] [name of copyright owner]
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# CDDL HEADER END
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilsonvalidate: links time-$(MACH32).so time-$(MACH64).so
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# generate wrappers for parfait. we need to generate them
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# with the correct compiler variables from the common makefiles because
7c5dba5aa2daa6307b5374b24275cf5c2b4d822dneil_a_wilson# some things reset the environment which causes lovely infinite
time-%.so: time-%.o
$(LD) -G -o $@ $<