Makefile revision 4ebb14b236958cfe1ef4ff3b7a50216d9e51f997
#
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
# This makefile drives the production of the cmlb "misc"
# kernel module.
#
# intel architecture dependent
#
#
#
UTSBASE = ../..
#
# Define the module and object file sets.
#
WARLOCK_OUT = $(CMLB_OBJS:%.o=%.ll)
#
# Include common rules.
#
#
# Define targets
#
ALL_TARGET = $(BINARY)
#
# Overrides.
#
DEBUG_DEFS += $(DEBUG_FLGS)
#
# For now, disable these lint checks; maintainers should endeavor
# to investigate and remove these for maximum lint coverage.
# Please do not carry these forward to new Makefiles.
#
#
# Default build targets.
#
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#
#
# Defines for local commands.
#
#
# Warlock targets
#
warlock: $(WARLOCK_OK)
$(WARLOCK_OK): $(WARLOCK_OUT)
$(TOUCH) $@