Makefile revision d14d7d31f2a70b1e0a9c933607d6627f5718980e
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# CDDL HEADER START
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# The contents of this file are subject to the terms of the
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# Common Development and Distribution License (the "License").
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# You may not use this file except in compliance with the License.
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# or http://www.opensolaris.org/os/licensing.
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# See the License for the specific language governing permissions
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# and limitations under the License.
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# When distributing Covered Code, include this CDDL HEADER in each
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# If applicable, add the following below this CDDL HEADER, with the
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# fields enclosed by brackets "[]" replaced with your own identifying
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# information: Portions Copyright [yyyy] [name of copyright owner]
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# CDDL HEADER END
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# Use is subject to license terms.
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# ident "%Z%%M% %I% %E% SMI"
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# This makefile drives the production of the kiconv_emea kernel module.
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# intel architecture dependent
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# Path to the base of the uts directory tree (usually /usr/src/uts).
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# Define the module and object file sets.
82629e3015252bf18319ba3815c773df23e21436Mike ChristensenOBJECTS = $(KICONV_EMEA_OBJS:%=$(OBJS_DIR)/%)
82629e3015252bf18319ba3815c773df23e21436Mike ChristensenLINTS = $(KICONV_EMEA_OBJS:%.o=$(LINTS_DIR)/%.ln)
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# Include common rules.
82629e3015252bf18319ba3815c773df23e21436Mike Christensen# Define targets