Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# CDDL HEADER START
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# The contents of this file are subject to the terms of the
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass# Common Development and Distribution License (the "License").
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass# You may not use this file except in compliance with the License.
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# See the License for the specific language governing permissions
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# and limitations under the License.
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# When distributing Covered Code, include this CDDL HEADER in each
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# If applicable, add the following below this CDDL HEADER, with the
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass# fields enclosed by brackets "[]" replaced with your own identifying
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass# information: Portions Copyright [yyyy] [name of copyright owner]
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass# CDDL HEADER END
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# Use is subject to license terms.
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# ident "%Z%%M% %I% %E% SMI"
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# This makefile drives the production of assym.h through
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# compile time intialized data.
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# i86pc implementation architecture dependent
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# Path to the base of the uts directory tree (usually /usr/src/uts).
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# Include common rules.
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass# Define targets
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove# This is DSF_DIR. Use a short path.
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan GroveCLOBBERFILES = $(ASSYM_H) $(KDI_ASSYM.H) $(CLEANFILES) Nothing_to_remove
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass# Default build targets.
b993d73b72d01aea95784d3f766a44c72db4bd21Ryan Grove $(NATIVECC) $(ALWAYS_DEFS) $(GENASSYM_DEFS) $(NATIVE_INC_PATH) \
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass$(ASSYM_H): $(OFFSETS_SRC) $(PLATFORM_OFFSETS_SRC) $(GENASSYM)
4613cfd8960e141ac5d088a10bc6124df2e46f24Dav Glass# Include common targets.