Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
0N/A#
5415N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License, Version 1.0 only
0N/A# (the "License"). You may not use this file except in compliance
0N/A# with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2362N/A#
2362N/A# CDDL HEADER END
2362N/A#
0N/A#
0N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
5415N/A#
0N/A#ident "%Z%%M% %I% %E% SMI"
0N/A#
0N/A
0N/Aall: $(PROG)
0N/A
0N/A%.o: ../../../sparc/mdb/%.c
0N/A $(COMPILE.c) $<
0N/A $(CTFCONVERT_O)
0N/A
0N/A%.ln: ../../../sparc/mdb/%.c
0N/A $(LINT.c) -c $<
0N/A
0N/Akaif.fth: ../../../sparc/v9/kmdb/kaif_regs.h
0N/A
0N/AROOT_MISC_DIR = $(ROOT)/platform/sun4v/kernel/misc
0N/AROOT_MISC_DIR_64 = $(ROOT_MISC_DIR)/$(SUBDIR64)
0N/A
0N/AROOTMISC = $(ROOT_MISC_DIR)/$(PROG)
0N/AROOTMISC64 = $(ROOT_MISC_DIR_64)/$(PROG)
0N/A
0N/Ainclude ../../../../Makefile.cmd
0N/Ainclude ../../../../Makefile.cmd.64
0N/Ainclude ../../../sparc/Makefile.sparcv9
4638N/Ainclude ../../../sparc/Makefile.kmdb.64
0N/Ainclude ../../../Makefile.kmdb
0N/A
0N/AKMDB_FPTEST = \
0N/A $(FINDFP) -x kaif_resume -x kaif_trap_common $@
0N/A
1486N/AQTOOLS_ROOT= $(SPRO_ROOT)/sun4v
1486N/Asparc_AS= $(QTOOLS_ROOT)/qas -xregsym=no
1486N/Asparcv9_AS= $(QTOOLS_ROOT)/qas -xregsym=no
1486N/A
1486N/A#
1486N/A# Uncomment the following line to enable trap accounting. A DTLB translation
0N/A# will be added for the trap table, and each handler installed by KMDB will use
0N/A# its padding to keep a trap count. See kaif_handlers.s.
0N/A#
0N/A#TRAPCOUNT = -DKMDB_TRAPCOUNT
0N/A
0N/ACPPFLAGS += -I../../../sparc/mdb -I.. -I$(SRC)/uts/sun4 -I$(SRC)/uts/sun4v
0N/ACPPFLAGS += $(TRAPCOUNT)
0N/ACPPFLAGS += -Dsun4v
0N/ACPPFLAGS += -I$(SRC)/cmd/mdb/sparc
0N/ACPPFLAGS += -I$(SRC)/cmd/mdb/sparc/v9 -I$(SRC)/cmd/mdb/sparc/v9/kmdb
0N/AASFLAGS += -xarch=v9d -I$(SRC)/uts/sun4 -I$(SRC)/uts/sun4v $(TRAPCOUNT)
0N/AASFLAGS += -Dsun4v
0N/AASFLAGS += -I$(SRC)/cmd/mdb/sparc
0N/AASFLAGS += -I$(SRC)/cmd/mdb/sparc/v9 -I$(SRC)/cmd/mdb/sparc/v9/kmdb
0N/A
0N/Ainstall: all $(ROOTMISC64) kaif.fth
0N/A
0N/A#
0N/A# lint rules
#
.PARALLEL: lintkmdb lintprom lintkctl
lint: lintkmdb lintprom lintkctl
$(LINT) $(ALLLINTFLAGS) $(KMDBOBJS:%.o=%.ln) $(PROMOBJS:%.o=%.ln)
lintkmdb: $(KMDBOBJS:%.o=%.ln)
$(LINT) $(LINTFLAGS) $(KMDBOBJS:%.o=%.ln)
lintprom: $(PROMOBJS:%.o=%.ln)
$(LINT) $(LINTFLAGS) $(PROMOBJS:%.o=%.ln)
lintkctl: $(KCTLOBJS:%.o=%.ln)
$(LINT) $(ALLLINTFLAGS) $(KCTLOBJS:%.o=%.ln)
kaif_off.h: ../../../sparc/kmdb/kaif_off.in
$(OFFSETS_CREATE) <../../../sparc/kmdb/kaif_off.in >$@
kmdb_context_off.h: ../../../sparc/kmdb/kmdb_context_off.in
$(OFFSETS_CREATE) <../../../sparc/kmdb/kmdb_context_off.in >$@
#
# Dynamic rules for object construction
#
%.o: ../../../common/kmdb/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
%.o: ../../../common/kmdb/kctl/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
%.o: ../../../common/kmdb/kctl/%.s
$(COMPILE.s) -o $@ $<
%.o: ../../../common/mdb/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
%.o: ../../../sparc/kmdb/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
%.o: ../../../sparc/kmdb/%.s
$(COMPILE.s) -o $@ $<
%.o: ../../../sparc/kmdb/kctl/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
%.o: ../../../sparc/kmdb/kctl/%.s
$(COMPILE.s) -o $@ $<
%.o: ../../../sparc/mdb/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
%.o: ../../../sparc/v9/kmdb/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
%.o: ../../../sparc/v9/kmdb/%.s
$(COMPILE.s) -o $@ $<
%.o: ../../../sparc/v9/kmdb/kctl/%.s
$(COMPILE.s) -o $@ $<
%.o: $(SRC)/common/net/util/%.c
$(COMPILE.c) $<
$(CTFCONVERT_O)
#
# Lint
#
%.ln: ../../../common/kmdb/%.c
$(LINT.c) -c $<
%.ln: ../../../common/kmdb/kctl/%.c
$(LINT.c) -c $<
%.ln: ../../../common/kmdb/kctl/%.s
$(LINT.s) -c $<
%.ln: ../../../common/mdb/%.c
$(LINT.c) -c $<
%.ln: ../../../sparc/kmdb/%.c
$(LINT.c) -c $<
%.ln: ../../../sparc/kmdb/%.s
$(LINT.s) -c $<
%.ln: ../../../sparc/kmdb/kctl/%.c
$(LINT.c) -c $<
%.ln: ../../../sparc/kmdb/kctl/%.s
$(LINT.s) -c $<
%.ln: ../../../sparc/mdb/%.c
$(LINT.c) -c $<
%.ln: ../../../sparc/v9/kmdb/%.c
$(LINT.c) -c $<
%.ln: ../../../sparc/v9/kmdb/%.s
$(LINT.s) -c $<
%.ln: ../../../sparc/v9/kmdb/kctl/%.s
$(LINT.s) -c $<
%.ln: $(SRC)/common/net/util/%.c
$(LINT.c) -c $<
#
# Installation targets
#
$(ROOT_MISC_DIR) $(ROOT_MISC_DIR_64):
-$(INS.dir.root.sys)
$(ROOT_MISC_DIR)/%: % $(ROOT_MISC_DIR)
$(INS.file)
$(ROOT_MISC_DIR_64)/%: % $(ROOT_MISC_DIR_64)
$(INS.file)