19e39c5baSBill Taylor# 29e39c5baSBill Taylor# CDDL HEADER START 39e39c5baSBill Taylor# 49e39c5baSBill Taylor# The contents of this file are subject to the terms of the 59e39c5baSBill Taylor# Common Development and Distribution License (the "License"). 69e39c5baSBill Taylor# You may not use this file except in compliance with the License. 79e39c5baSBill Taylor# 89e39c5baSBill Taylor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 99e39c5baSBill Taylor# or http://www.opensolaris.org/os/licensing. 109e39c5baSBill Taylor# See the License for the specific language governing permissions 119e39c5baSBill Taylor# and limitations under the License. 129e39c5baSBill Taylor# 139e39c5baSBill Taylor# When distributing Covered Code, include this CDDL HEADER in each 149e39c5baSBill Taylor# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 159e39c5baSBill Taylor# If applicable, add the following below this CDDL HEADER, with the 169e39c5baSBill Taylor# fields enclosed by brackets "[]" replaced with your own identifying 179e39c5baSBill Taylor# information: Portions Copyright [yyyy] [name of copyright owner] 189e39c5baSBill Taylor# 199e39c5baSBill Taylor# CDDL HEADER END 209e39c5baSBill Taylor# 219e39c5baSBill Taylor 229e39c5baSBill Taylor# 239e39c5baSBill Taylor# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 249e39c5baSBill Taylor# Use is subject to license terms. 259e39c5baSBill Taylor# 269e39c5baSBill Taylor 279e39c5baSBill Taylorinclude ../Makefile.com 289e39c5baSBill Taylor 29*5d9d9091SRichard LoweASFLAGS += -D_ASM -xarch=v8 309e39c5baSBill Taylor 319e39c5baSBill TaylorSRCS += dapl_tavor_atomic_copy.s 329e39c5baSBill Taylor 339e39c5baSBill TaylorOBJECTS += dapl_tavor_atomic_copy.o 349e39c5baSBill Taylor 359e39c5baSBill Taylorinstall: all $(ROOTLIBS) 369e39c5baSBill Taylor 379e39c5baSBill Taylorpics/%.o: %.s 389e39c5baSBill Taylor $(COMPILE.s) -o $@ $< 399e39c5baSBill Taylor $(POST_PROCESS_O) 40