6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
22 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
23 #
24
25 include $(SRC)/Makefile.master
26
27 MACHDEMOFILES= \
28 i386/regs.c \
29 i386/m_utils.c \
30 i386/rdb_mach.h \
31 i386/Makefile \
32 amd64/regs.c \
33 amd64/rdb_mach.h \
34 amd64/Makefile \
35 sparc/regs.c \
36 sparc/m_utils.c \
37 sparc/rdb_mach.h \
38 sparc/Makefile \
39 sparcv9/regs.c \
40 sparcv9/m_utils.c \
41 sparcv9/rdb_mach.h \
42 sparcv9/Makefile
43
44 DEMOFILES= \
45 00README \
|
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
22 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
23 #
24
25 include $(SRC)/Makefile.master
26 include $(SRC)/cmd/sgs/Makefile.sub
27
28 MACHDEMOFILES= \
29 i386/regs.c \
30 i386/m_utils.c \
31 i386/rdb_mach.h \
32 i386/Makefile \
33 amd64/regs.c \
34 amd64/rdb_mach.h \
35 amd64/Makefile \
36 sparc/regs.c \
37 sparc/m_utils.c \
38 sparc/rdb_mach.h \
39 sparc/Makefile \
40 sparcv9/regs.c \
41 sparcv9/m_utils.c \
42 sparcv9/rdb_mach.h \
43 sparcv9/Makefile
44
45 DEMOFILES= \
46 00README \
|