Makefile revision 7b07063d906859b2be1e88791f801b3c96e432f6
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# CDDL HEADER START
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# The contents of this file are subject to the terms of the
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# Common Development and Distribution License (the "License").
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# You may not use this file except in compliance with the License.
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# See the License for the specific language governing permissions
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# and limitations under the License.
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# When distributing Covered Code, include this CDDL HEADER in each
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# If applicable, add the following below this CDDL HEADER, with the
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# fields enclosed by brackets "[]" replaced with your own identifying
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# information: Portions Copyright [yyyy] [name of copyright owner]
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# CDDL HEADER END
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# Use is subject to license terms.
7b07063d906859b2be1e88791f801b3c96e432f6Igor Kozhukhov# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# i86pc platform dependent
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# Path to the base of the uts directory tree (usually /usr/src/uts).
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# Define the module and object file sets.
fc1821fee2e1f208a4b5ff3e229e97b87979208arugratOBJECTS = $(GFX_PRIVATE_OBJS:%=$(OBJS_DIR)/%) $(OBJS_DIR)/$(VGATEXT_FONT).o
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# dependency
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# Include common rules.
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# Define targets
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# For now, disable these lint checks; maintainers should endeavor
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# to investigate and remove these for maximum lint coverage.
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# Please do not carry these forward to new Makefiles.
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# Default build targets.
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# Custom targets and rules
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat$(OBJS_DIR)/$(VGATEXT_FONT).c: $(VGATEXT_SRC)/$(VGATEXT_FONT).bdf
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat$(OBJS_DIR)/$(VGATEXT_FONT).o: $(OBJS_DIR)/$(VGATEXT_FONT).c
fc1821fee2e1f208a4b5ff3e229e97b87979208arugrat# Include common targets.