Makefile revision 36fe4a92b52649b0979d6a13212f4cea730d19c7
ece9652d971886b99a269656ea4782319637e75avboxsync#
ece9652d971886b99a269656ea4782319637e75avboxsync# CDDL HEADER START
ece9652d971886b99a269656ea4782319637e75avboxsync#
ece9652d971886b99a269656ea4782319637e75avboxsync# The contents of this file are subject to the terms of the
ece9652d971886b99a269656ea4782319637e75avboxsync# Common Development and Distribution License, Version 1.0 only
ece9652d971886b99a269656ea4782319637e75avboxsync# (the "License"). You may not use this file except in compliance
ece9652d971886b99a269656ea4782319637e75avboxsync# with the License.
ece9652d971886b99a269656ea4782319637e75avboxsync#
ece9652d971886b99a269656ea4782319637e75avboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ece9652d971886b99a269656ea4782319637e75avboxsync# or http://www.opensolaris.org/os/licensing.
ece9652d971886b99a269656ea4782319637e75avboxsync# See the License for the specific language governing permissions
ece9652d971886b99a269656ea4782319637e75avboxsync# and limitations under the License.
ece9652d971886b99a269656ea4782319637e75avboxsync#
ece9652d971886b99a269656ea4782319637e75avboxsync# When distributing Covered Code, include this CDDL HEADER in each
ece9652d971886b99a269656ea4782319637e75avboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ece9652d971886b99a269656ea4782319637e75avboxsync# If applicable, add the following below this CDDL HEADER, with the
ece9652d971886b99a269656ea4782319637e75avboxsync# fields enclosed by brackets "[]" replaced with your own identifying
ece9652d971886b99a269656ea4782319637e75avboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
ece9652d971886b99a269656ea4782319637e75avboxsync#
ece9652d971886b99a269656ea4782319637e75avboxsync# CDDL HEADER END
ece9652d971886b99a269656ea4782319637e75avboxsync#
ece9652d971886b99a269656ea4782319637e75avboxsync#
ece9652d971886b99a269656ea4782319637e75avboxsync# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
ece9652d971886b99a269656ea4782319637e75avboxsync# Use is subject to license terms.
ece9652d971886b99a269656ea4782319637e75avboxsync#
ece9652d971886b99a269656ea4782319637e75avboxsync#ident "%Z%%M% %I% %E% SMI"
ece9652d971886b99a269656ea4782319637e75avboxsync
ece9652d971886b99a269656ea4782319637e75avboxsyncMODULE = pcplusmp.so
ece9652d971886b99a269656ea4782319637e75avboxsyncMDBTGT = kvm
ece9652d971886b99a269656ea4782319637e75avboxsync
ece9652d971886b99a269656ea4782319637e75avboxsyncMODSRCS = apic.c
36ec4b6f42e209d010ade084a96f46ce763345eavboxsync
36ec4b6f42e209d010ade084a96f46ce763345eavboxsyncinclude ../../../../../Makefile.cmd
aafe9fe588edab292546a0e4c1f7eb377fd35df4vboxsyncinclude ../../../../intel/Makefile.ia32
aafe9fe588edab292546a0e4c1f7eb377fd35df4vboxsyncinclude ../../../Makefile.i86pc
aafe9fe588edab292546a0e4c1f7eb377fd35df4vboxsyncinclude ../../../../Makefile.module
36ec4b6f42e209d010ade084a96f46ce763345eavboxsync
47c2a6d84685d16b7ef87c307331e5588d892ef0vboxsyncCPPFLAGS += -DMP -D_MACHDEP
47c2a6d84685d16b7ef87c307331e5588d892ef0vboxsyncCPPFLAGS += -I../../../../common
47c2a6d84685d16b7ef87c307331e5588d892ef0vboxsyncCPPFLAGS += -I$(SRC)/uts/intel
47c2a6d84685d16b7ef87c307331e5588d892ef0vboxsyncCPPFLAGS += -I$(SRC)/uts/i86pc
36ec4b6f42e209d010ade084a96f46ce763345eavboxsync