d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga#
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# CDDL HEADER START
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga#
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# The contents of this file are subject to the terms of the
3470957343f37ed9baa957980891dbbe4c2d7092raf# Common Development and Distribution License (the "License").
3470957343f37ed9baa957980891dbbe4c2d7092raf# You may not use this file except in compliance with the License.
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga#
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# or http://www.opensolaris.org/os/licensing.
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# See the License for the specific language governing permissions
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# and limitations under the License.
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga#
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# When distributing Covered Code, include this CDDL HEADER in each
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# If applicable, add the following below this CDDL HEADER, with the
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# fields enclosed by brackets "[]" replaced with your own identifying
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# information: Portions Copyright [yyyy] [name of copyright owner]
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga#
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# CDDL HEADER END
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga#
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga#
3470957343f37ed9baa957980891dbbe4c2d7092raf# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga# Use is subject to license terms.
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga#
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga#ident "%Z%%M% %I% %E% SMI"
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznagaMODULE = datapath-retire
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznagaCLASS = arch
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznagaARCH = sun4u
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznagaSRCS = \
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga cda_cpu.c \
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga cda_main.c
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznagainclude ../../Makefile.plugin
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznagaCDA_VERSION = "1.0"
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznagaINCDIRS = .
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznaga
d00f0155af9a9a671eb08a0dc30f5ea0a379c36cayznagaCPPFLAGS += $(INCDIRS:%=-I%) -DCDA_VERSION='$(CDA_VERSION)'