Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License, Version 1.0 only
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# (the "License"). You may not use this file except in compliance
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
d8c71aacc9f1c8cd40a8ad8dcdad9be8854b849fChristian Maeder# and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
36f63902db2b3463faa9f59912ad106e2d5aaa24Klaus Luettich# fields enclosed by brackets "[]" replaced with your own identifying
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# CDDL HEADER END
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3e61f574717499939bd8e0ff538ea9e7b72d4e2dKlaus Luettich# Use is subject to license terms.
df29370ae8d8b41587957f6bcdcb43a3f1927e47Christian Maeder# This makefile drives the production of the inst_sync system call module.
bd54a9917cd87169b8e40bcc5616c537fed85815Christian Maeder# sparc processor architecture dependent
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maeder# Define the module and object file sets.
8410667510a76409aca9bb24ff0eda0420088274Christian MaederLINTS = $(INSTANCE_OBJS:%.o=$(LINTS_DIR)/%.ln)
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich# Include common rules.
8ef75f1cc0437656bf622cec5ac9e8ea221da8f2Christian Maeder# Define targets
0206ab93ef846e4e0885996d052b9b73b9dc66b0Christian Maeder# Default build targets.
9e748851c150e1022fb952bab3315e869aaf0214Christian Maeder# Include common targets.