Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
d5b7ba26785d7494166d48876362ba30ff30b98awrowe#
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames#
5541a81e194dc99521c0ecf904a940b0b65a93f2nd# The contents of this file are subject to the terms of the
921777ee81b0509c2aed209e3974e103c395259ajerenkrantz# Common Development and Distribution License (the "License").
921777ee81b0509c2aed209e3974e103c395259ajerenkrantz# You may not use this file except in compliance with the License.
921777ee81b0509c2aed209e3974e103c395259ajerenkrantz#
b7cbb2495d82008f9fa72226b9213d639362feabjorton# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b7cbb2495d82008f9fa72226b9213d639362feabjorton# or http://www.opensolaris.org/os/licensing.
b7cbb2495d82008f9fa72226b9213d639362feabjorton# See the License for the specific language governing permissions
07342c358cd73b304b1991e359a3faf720c966ecnd# and limitations under the License.
07342c358cd73b304b1991e359a3faf720c966ecnd#
07342c358cd73b304b1991e359a3faf720c966ecnd# When distributing Covered Code, include this CDDL HEADER in each
9556fb65eecaa55b866b413d5e262cd54be88f21nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9556fb65eecaa55b866b413d5e262cd54be88f21nd# If applicable, add the following below this CDDL HEADER, with the
9556fb65eecaa55b866b413d5e262cd54be88f21nd# fields enclosed by brackets "[]" replaced with your own identifying
9556fb65eecaa55b866b413d5e262cd54be88f21nd# information: Portions Copyright [yyyy] [name of copyright owner]
7d851311462dce44df8469009f98ba66d7f7f18end#
7d851311462dce44df8469009f98ba66d7f7f18end# CDDL HEADER END
7d851311462dce44df8469009f98ba66d7f7f18end#
7d851311462dce44df8469009f98ba66d7f7f18end#
7d851311462dce44df8469009f98ba66d7f7f18end# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
987c2c2ff2f19f306357f79d3280b347d96c470fnd# Use is subject to license terms.
987c2c2ff2f19f306357f79d3280b347d96c470fnd#
987c2c2ff2f19f306357f79d3280b347d96c470fnd
987c2c2ff2f19f306357f79d3280b347d96c470fndMODULE = unix.so
99c475e760470ab8ca3d17da82a2f6158466f918rederpjMDBTGT = kvm
99c475e760470ab8ca3d17da82a2f6158466f918rederpj
99c475e760470ab8ca3d17da82a2f6158466f918rederpjMODSRCS = unix.c i86mmu.c
99c475e760470ab8ca3d17da82a2f6158466f918rederpj
0b0966806a96fd817692a5420908594a0c7f9f89trawickinclude ../../../../../Makefile.cmd
0b0966806a96fd817692a5420908594a0c7f9f89trawickinclude ../../../../intel/Makefile.ia32
0b0966806a96fd817692a5420908594a0c7f9f89trawickinclude ../../../Makefile.i86pc
8eeb24cab1b849bd17726d0a030cd299209f108cndinclude ../../../../Makefile.module
8eeb24cab1b849bd17726d0a030cd299209f108cnd
8eeb24cab1b849bd17726d0a030cd299209f108cndCPPFLAGS += -DMP -D_MACHDEP
8eeb24cab1b849bd17726d0a030cd299209f108cndCPPFLAGS += -I../../../../common
8eeb24cab1b849bd17726d0a030cd299209f108cndCPPFLAGS += -I$(SRC)/uts/i86pc
c2d16e88f6a997b9174b5596db5e03cee5f46a8brederpjCPPFLAGS += -I$(SRC)/uts/intel
c2d16e88f6a997b9174b5596db5e03cee5f46a8brederpj
7edcfe02796a70f2a5eac12b6766d11067c629a3rederpjCERRWARN += -_gcc=-Wno-char-subscripts
c2d16e88f6a997b9174b5596db5e03cee5f46a8brederpjCERRWARN += -_gcc=-Wno-parentheses
c2d16e88f6a997b9174b5596db5e03cee5f46a8brederpjCERRWARN += -_gcc=-Wno-unused-label
c2d16e88f6a997b9174b5596db5e03cee5f46a8brederpjCERRWARN += -_gcc=-Wno-uninitialized
a4dd3688dd6645faf0c1c1bfb22017c8f03d5b24nd