Makefile revision 1c42de6d020629af774dd9e9fc81be3f3ed9398e
274N/A#
274N/A# CDDL HEADER START
274N/A#
274N/A# The contents of this file are subject to the terms of the
274N/A# Common Development and Distribution License (the "License").
274N/A# You may not use this file except in compliance with the License.
274N/A#
274N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
274N/A# or http://www.opensolaris.org/os/licensing.
274N/A# See the License for the specific language governing permissions
274N/A# and limitations under the License.
274N/A#
274N/A# When distributing Covered Code, include this CDDL HEADER in each
274N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
274N/A# If applicable, add the following below this CDDL HEADER, with the
274N/A# fields enclosed by brackets "[]" replaced with your own identifying
274N/A# information: Portions Copyright [yyyy] [name of copyright owner]
274N/A#
274N/A# CDDL HEADER END
274N/A#
274N/A#
274N/A# uts/sun4u/gptwocfg/Makefile
3996N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
274N/A# Use is subject to license terms.
274N/A#
274N/A#ident "%Z%%M% %I% %E% SMI"
274N/A#
1273N/A# This makefile drives the production of the gptwocfg Safari Configurator
874N/A#
618N/A# sun4u implementation architecture dependent
1273N/A#
1273N/A
274N/A#
844N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
874N/A#
874N/AUTSBASE = ../..
874N/A
1273N/A#
274N/A# Define the module and object file sets.
3661N/A#
3661N/AMODULE = gptwocfg
3996N/AOBJECTS = $(GPTWOCFG_OBJS:%=$(OBJS_DIR)/%)
3996N/ALINTS = $(GPTWOCFG_OBJS:%.o=$(LINTS_DIR)/%.ln)
3996N/AROOTMODULE = $(ROOT_PSM_MISC_DIR)/$(MODULE)
274N/A
274N/A#
274N/A# Include common rules.
274N/A#
274N/Ainclude $(UTSBASE)/sun4u/Makefile.sun4u
274N/A
274N/A#
274N/A# Define targets
274N/A#
274N/AALL_TARGET = $(BINARY)
274N/ALINT_TARGET = $(MODULE).lint
3996N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE)
# Turn this on once compiler understands v9 in it's backend
#INLINES += $(UTSBASE)/sun4u/io/gptwocfg.il
#
# lint pass one enforcement
#
CFLAGS += $(CCVERBOSE)
#
# Turn on doubleword alignment for 64 bit registers
#
CFLAGS += -dalign
#
# Default build targets.
#
.KEEP_STATE:
def: $(DEF_DEPS)
all: $(ALL_DEPS)
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
lint: $(LINT_DEPS)
modlintlib: $(MODLINTLIB_DEPS)
clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#
include $(UTSBASE)/sun4u/Makefile.targ