Makefile revision 14ea49401f3c8c61422aefbda43809e275f60c6c
2867N/A#
2867N/A# CDDL HEADER START
2867N/A#
2867N/A# The contents of this file are subject to the terms of the
2867N/A# Common Development and Distribution License (the "License").
2867N/A# You may not use this file except in compliance with the License.
2867N/A#
2867N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2867N/A# or http://www.opensolaris.org/os/licensing.
2867N/A# See the License for the specific language governing permissions
2867N/A# and limitations under the License.
2867N/A#
2867N/A# When distributing Covered Code, include this CDDL HEADER in each
2867N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2867N/A# If applicable, add the following below this CDDL HEADER, with the
2867N/A# fields enclosed by brackets "[]" replaced with your own identifying
2867N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2867N/A#
2867N/A# CDDL HEADER END
2867N/A#
2867N/A#
3356N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2867N/A# Use is subject to license terms.
2867N/A#
2867N/A# ident "%Z%%M% %I% %E% SMI"
2867N/A#
2867N/A
2867N/AASFLAGS += $(AS_PICFLAGS) -P -D_ASM
2867N/A
2867N/AMACHOBJS = dis_tables.o
2867N/A
2867N/Ainclude ../Makefile.com
2867N/Ainclude ../../Makefile.lib.64
2867N/A
3356N/ASRCS += $(SRC)/common/dis/i386/dis_tables.c
2867N/ACPPFLAGS += -I$(SRC)/common/dis/i386
2867N/ACPPFLAGS += -D_ELF64
2867N/A
2867N/ALINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN
2867N/A
2867N/Apics/%.o: $(SRC)/common/dis/i386/%.c
2867N/A $(COMPILE.c) -o $@ $<
2867N/A $(POST_PROCESS_O)
2867N/A
2867N/Ainstall yydebug: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) \
2867N/A $(ROOTDLIBS) $(ROOTDOBJS64)
2867N/A