Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
159N/A#
159N/A# CDDL HEADER START
606N/A#
159N/A# The contents of this file are subject to the terms of the
891N/A# Common Development and Distribution License, Version 1.0 only
851N/A# (the "License"). You may not use this file except in compliance
159N/A# with the License.
159N/A#
159N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
159N/A# or http://www.opensolaris.org/os/licensing.
159N/A# See the License for the specific language governing permissions
159N/A# and limitations under the License.
159N/A#
159N/A# When distributing Covered Code, include this CDDL HEADER in each
159N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159N/A# If applicable, add the following below this CDDL HEADER, with the
159N/A# fields enclosed by brackets "[]" replaced with your own identifying
159N/A# information: Portions Copyright [yyyy] [name of copyright owner]
159N/A#
159N/A# CDDL HEADER END
159N/A#
159N/A#
159N/A# uts/intel/rpcsec/Makefile
159N/A#
159N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
159N/A# Use is subject to license terms.
159N/A#
159N/A#pragma ident "%Z%%M% %I% %E% SMI"
159N/A#
159N/A# This makefile drives the production of the kernel rpcsec module.
159N/A#
159N/A# intel implementation architecture dependent
159N/A#
159N/A#
159N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
493N/A#
159N/AUTSBASE = ../..
159N/A
851N/A#
159N/A# Define the module and object file sets.
911N/A#
911N/AMODULE = rpcsec
911N/AOBJECTS = $(RPCSEC_OBJS:%=$(OBJS_DIR)/%)
911N/ALINTS = $(RPCSEC_OBJS:%.o=$(LINTS_DIR)/%.ln)
159N/AROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
851N/A
606N/A#
705N/A# Include common rules.
705N/A#
705N/Ainclude $(UTSBASE)/intel/Makefile.intel
159N/A
159N/A#
159N/A# Define targets
493N/A#
493N/AALL_TARGET = $(BINARY)
159N/ALINT_TARGET = $(MODULE).lint
606N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE)
606N/A
606N/A#
606N/A# Default build targets.
891N/A#
891N/A.KEEP_STATE:
606N/A
606N/Adef: $(DEF_DEPS)
159N/A
705N/Aall: $(ALL_DEPS)
910N/A
159N/Aclean: $(CLEAN_DEPS)
159N/A
159N/Aclobber: $(CLOBBER_DEPS)
910N/A
705N/Alint: $(LINT_DEPS)
705N/A
705N/Amodlintlib: $(MODLINTLIB_DEPS)
clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#
include $(UTSBASE)/intel/Makefile.targ