Makefile revision 25cf1a301a396c38e8adf52c15f537b80d2483f7
2736N/A#
2736N/A# CDDL HEADER START
2736N/A#
2736N/A# The contents of this file are subject to the terms of the
2736N/A# Common Development and Distribution License (the "License").
2736N/A# You may not use this file except in compliance with the License.
2736N/A#
2736N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2736N/A# or http://www.opensolaris.org/os/licensing.
2736N/A# See the License for the specific language governing permissions
2736N/A# and limitations under the License.
2736N/A#
2736N/A# When distributing Covered Code, include this CDDL HEADER in each
2736N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2736N/A# If applicable, add the following below this CDDL HEADER, with the
2736N/A# fields enclosed by brackets "[]" replaced with your own identifying
2736N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2736N/A#
2736N/A# CDDL HEADER END
2736N/A#
2736N/A#
2736N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2736N/A# Use is subject to license terms.
2736N/A#
2736N/A#ident "%Z%%M% %I% %E% SMI"
2736N/A#
2736N/A# uts/sun4u/opl/options/Makefile
2736N/A#
2736N/A# This makefile drives the production of the opl options conf file
2736N/A#
2736N/A# sparc architecture dependent
2736N/A#
2736N/A#
2736N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
2736N/A#
2736N/AUTSBASE = ../../..
2736N/A
2736N/A#
2736N/A# Define the module and object file sets.
2736N/A#
2736N/AMODULE = options
2736N/AROOTMODULE = $(ROOT_OPL_DRV_DIR)/$(MODULE)
2736N/ACONF_SRCDIR = $(UTSBASE)/sun4u/opl/io
2736N/A
2736N/A#
2736N/A# Include common rules.
2736N/A#
2736N/Ainclude $(UTSBASE)/sun4u/opl/Makefile.opl
2736N/A
2736N/A#
2736N/A# Define targets
2736N/A#
2736N/AALL_TARGET = $(SRC_CONFILE)
2736N/ALINT_TARGET =
2736N/AINSTALL_TARGET = $(ROOT_OPL_DRV_DIR) $(ROOT_CONFFILE)
2736N/A
2736N/A#
2736N/A# Overrides.
2736N/A#
2736N/ACFLAGS += $(CCVERBOSE)
2736N/A
2736N/A#
2736N/A# Default build targets.
2736N/A#
2736N/A.KEEP_STATE:
2736N/A
all: $(ALL_DEPS)
def: $(DEF_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)/sparc/Makefile.targ