Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
64185f9824e42f21ca7b9ae6c004484215c031a7rbb# CDDL HEADER START
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# The contents of this file are subject to the terms of the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Common Development and Distribution License, Version 1.0 only
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# (the "License"). You may not use this file except in compliance
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# with the License.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# or http://www.opensolaris.org/os/licensing.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# See the License for the specific language governing permissions
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# and limitations under the License.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# When distributing Covered Code, include this CDDL HEADER in each
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# If applicable, add the following below this CDDL HEADER, with the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# fields enclosed by brackets "[]" replaced with your own identifying
64185f9824e42f21ca7b9ae6c004484215c031a7rbb# information: Portions Copyright [yyyy] [name of copyright owner]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# CDDL HEADER END
64185f9824e42f21ca7b9ae6c004484215c031a7rbb#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# uts/sparc/pool/Makefile
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Use is subject to license terms.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
64185f9824e42f21ca7b9ae6c004484215c031a7rbb#ident "%Z%%M% %I% %E% SMI"
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Path to the base of the uts directory tree (usually /usr/src/uts).
64185f9824e42f21ca7b9ae6c004484215c031a7rbb#
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingUTSBASE = ../..
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
64185f9824e42f21ca7b9ae6c004484215c031a7rbb#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Define the module and object file sets.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
64185f9824e42f21ca7b9ae6c004484215c031a7rbbMODULE = pool
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingOBJECTS = $(DEVPOOL_OBJS:%=$(OBJS_DIR)/%)
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingLINTS = $(DEVPOOL_OBJS:%.o=$(LINTS_DIR)/%.ln)
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingROOTMODULE = $(USR_DRV_DIR)/$(MODULE)
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingCONF_SRCDIR = $(UTSBASE)/common/io
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Include common rules.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldinginclude $(UTSBASE)/sparc/Makefile.sparc
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
64185f9824e42f21ca7b9ae6c004484215c031a7rbb# Define targets
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingALL_TARGET = $(BINARY) $(SRC_CONFILE)
64185f9824e42f21ca7b9ae6c004484215c031a7rbbLINT_TARGET = $(MODULE).lint
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# lint pass one enforcement
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingCFLAGS += $(CCVERBOSE)
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Default build targets.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding.KEEP_STATE:
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingdef: $(DEF_DEPS)
9625528fcf4fa27288f3be080a1979c8ef60d7dfrbb
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingall: $(ALL_DEPS)
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingclean: $(CLEAN_DEPS)
fd0edaa8e3d4dd67d0604ccef2e96b071db96643fielding
9625528fcf4fa27288f3be080a1979c8ef60d7dfrbbclobber: $(CLOBBER_DEPS)
8f3ec4772d2aeb347cf40e87c77627bb784dd018rbb
9625528fcf4fa27288f3be080a1979c8ef60d7dfrbblint: $(LINT_DEPS)
8f3ec4772d2aeb347cf40e87c77627bb784dd018rbb
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkxmodlintlib: $(MODLINTLIB_DEPS)
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkx
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkxclean.lint: $(CLEAN_LINT_DEPS)
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkx
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkxinstall: $(INSTALL_DEPS)
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkx
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkx#
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkx# Include common targets.
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkx#
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkxinclude $(UTSBASE)/sparc/Makefile.targ
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkx