This commit is contained in:
seta75D
2021-10-11 19:38:01 -03:00
commit 7c4988eac0
12567 changed files with 3198619 additions and 0 deletions

47
uts/sun4/mcpp/Makefile Executable file
View File

@@ -0,0 +1,47 @@
#
# uts/sun4/mcpp/Makefile
# Copyright (c) 1992, by Sun Microsystems, Inc.
#
#ident "@(#)Makefile 1.3 93/05/26 SMI"
#
# This makefile drives the production of the mcpp driver kernel module.
#
# sun4 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 = mcpp
OBJECTS = $(MCPP_OBJS:%=$(OBJS_DIR)/%)
LINTS = $(MCPP_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_PSM_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/sun/io
#
# Include common rules.
#
include $(UTSBASE)/sun4/Makefile.sun4
CLOBBERFILES += $(MODULE)
#
# Default build targets.
#
.KEEP_STATE:
all: $(MODULE) $(SRC_CONFILE)
lint: $(MODULE).lint
install: $(MODULE) $(ROOTMODULE) $(ROOT_CONFFILE)
#
# Include common targets.
#
include $(UTSBASE)/sun4/Makefile.targ