26 lines
637 B
Makefile
Executable File
26 lines
637 B
Makefile
Executable File
#
|
|
# uts/sun4e/Makefile.targ
|
|
# Copyright (c) 1991 by Sun Microsystems, Inc.
|
|
#
|
|
#ident "@(#)Makefile.targ 1.5 92/07/14 SMI"
|
|
#
|
|
# This Makefile defines the set of all required, target containing
|
|
# included Makefiles for the sun4e "implementation architecture".
|
|
#
|
|
|
|
#
|
|
# Targets for all implementations:
|
|
#
|
|
include $(UTSBASE)/Makefile.targ
|
|
|
|
#
|
|
# Target set for sun4e (order is not important, as it is with the
|
|
# isomorphic Makefile.files set).
|
|
#
|
|
include $(UTSBASE)/sun4e/Makefile.rules
|
|
include $(UTSBASE)/sunmmu/Makefile.rules
|
|
include $(UTSBASE)/sparc/Makefile.rules
|
|
include $(UTSBASE)/sun/Makefile.rules
|
|
include $(UTSBASE)/common/Makefile.rules
|
|
|