Makefile revision 8d483882aa3390058094b043f3d62187b5d1de03
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# CDDL HEADER START
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# The contents of this file are subject to the terms of the
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# Common Development and Distribution License (the "License").
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# You may not use this file except in compliance with the License.
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# See the License for the specific language governing permissions
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# and limitations under the License.
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# When distributing Covered Code, include this CDDL HEADER in each
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# If applicable, add the following below this CDDL HEADER, with the
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# fields enclosed by brackets "[]" replaced with your own identifying
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# information: Portions Copyright [yyyy] [name of copyright owner]
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# CDDL HEADER END
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# Use is subject to license terms.
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# ident "%Z%%M% %I% %E% SMI"
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# Path to the base of the uts directory tree (usually /usr/src/uts).
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# Define the module and object file sets.
1c42de6d020629af774dd9e9fc81be3f3ed9398egdCFLAGS += -I../../common/sys -I../../sun/sys/scsi -D_KERNEL
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# Defines for local commands.
1c42de6d020629af774dd9e9fc81be3f3ed9398egd# lock_lint rules
1c42de6d020629af774dd9e9fc81be3f3ed9398egdall: warlock warlock.1394 warlock.audio warlock.ecpp warlock.scsi \
1c42de6d020629af774dd9e9fc81be3f3ed9398egd$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/glm; $(MAKE) clean; $(MAKE) warlock
1c42de6d020629af774dd9e9fc81be3f3ed9398egd$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/mpt; $(MAKE) clean; $(MAKE) warlock
1c42de6d020629af774dd9e9fc81be3f3ed9398egd$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/amsrc1; $(MAKE) clean; $(MAKE) warlock
1c42de6d020629af774dd9e9fc81be3f3ed9398egd$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/audioens; $(MAKE) clean; $(MAKE) warlock
1c42de6d020629af774dd9e9fc81be3f3ed9398egd$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/tavor; $(MAKE) clean; $(MAKE) warlock