Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
#
#
# 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.
#
#
#
#
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
#
CMLB_FILES = $(CMLB_OBJS:%.o=%.ll)
%.ok: $(CMLB_FILES)
$(TOUCH) $@