Files
Arquivotheca.Solaris-2.5/uts/sun4e/xt/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

48 lines
862 B
Makefile
Executable File

#
# uts/sun4e/xt/Makefile
# Copyright (c) 1991 by Sun Microsystems, Inc.
#
#ident "@(#)Makefile 1.2 91/04/25 SMI"
#
# This makefile drives the production of the xt driver kernel module.
#
# sun4e implementation architecture dependent
#
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
#
# Define the module and object file sets.
#
MODULE = xt
OBJECTS = $(XT_OBJS:%=$(OBJS_DIR)/%)
LINTS = $(XT_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_PSM_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/sun/io
#
# Include common rules.
#
include $(UTSBASE)/sun4e/Makefile.sun4e
CLOBBERFILES += $(MODULE)
#
# Default build targets.
#
.KEEP_STATE:
all: $(MODULE) $(SRC_CONFILE)
lint: $(MODULE).lint
install: $(MODULE) $(ROOTMODULE) $(ROOT_CONFFILE)
#
# Include common targets.
#
include $(UTSBASE)/sun4e/Makefile.targ