]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/nds32/t-nds32
Update copyright years.
[thirdparty/gcc.git] / gcc / config / nds32 / t-nds32
CommitLineData
c0c935b5 1# General rules that all nds32/ targets must have.
a945c346 2# Copyright (C) 2012-2024 Free Software Foundation, Inc.
c0c935b5
CJW
3# Contributed by Andes Technology Corporation.
4#
5# This file is part of GCC.
6#
7# GCC is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 3, or (at your option)
10# any later version.
11#
12# GCC is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with GCC; see the file COPYING3. If not see
19# <http://www.gnu.org/licenses/>.
20
c0c935b5 21
e53b6e56 22nds32-md-auxiliary.o: $(srcdir)/config/nds32/nds32-md-auxiliary.cc \
af08e51d
KC
23 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
24 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
25 insn-config.h conditions.h output.h dumpfile.h \
26 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
27 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
28 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
29 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
30 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
31 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 32 $(srcdir)/config/nds32/nds32-md-auxiliary.cc
c0c935b5 33
e53b6e56 34nds32-memory-manipulation.o: $(srcdir)/config/nds32/nds32-memory-manipulation.cc \
af08e51d
KC
35 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
36 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
37 insn-config.h conditions.h output.h dumpfile.h \
38 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
39 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
40 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
41 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
42 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
43 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 44 $(srcdir)/config/nds32/nds32-memory-manipulation.cc
c0c935b5 45
e53b6e56 46nds32-predicates.o: $(srcdir)/config/nds32/nds32-predicates.cc \
af08e51d
KC
47 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
48 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
49 insn-config.h conditions.h output.h dumpfile.h \
50 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
51 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
52 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
53 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
54 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
55 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 56 $(srcdir)/config/nds32/nds32-predicates.cc
c0c935b5 57
e53b6e56 58nds32-intrinsic.o: $(srcdir)/config/nds32/nds32-intrinsic.cc \
af08e51d
KC
59 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
60 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
61 insn-config.h conditions.h output.h dumpfile.h \
62 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
63 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
64 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
65 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
66 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
67 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 68 $(srcdir)/config/nds32/nds32-intrinsic.cc
c0c935b5 69
af08e51d 70nds32-pipelines-auxiliary.o: \
e53b6e56 71 $(srcdir)/config/nds32/nds32-pipelines-auxiliary.cc \
af08e51d
KC
72 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
73 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
74 insn-config.h conditions.h output.h dumpfile.h \
75 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
76 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
77 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
78 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
79 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
80 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 81 $(srcdir)/config/nds32/nds32-pipelines-auxiliary.cc
c0c935b5 82
af08e51d 83nds32-isr.o: \
e53b6e56 84 $(srcdir)/config/nds32/nds32-isr.cc \
af08e51d
KC
85 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
86 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
87 insn-config.h conditions.h output.h dumpfile.h \
88 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
89 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
90 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
91 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
92 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
93 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 94 $(srcdir)/config/nds32/nds32-isr.cc
c0c935b5 95
af08e51d 96nds32-cost.o: \
e53b6e56 97 $(srcdir)/config/nds32/nds32-cost.cc \
af08e51d
KC
98 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
99 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
100 insn-config.h conditions.h output.h dumpfile.h \
101 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
102 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
103 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
104 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
105 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
106 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 107 $(srcdir)/config/nds32/nds32-cost.cc
af08e51d
KC
108
109nds32-fp-as-gp.o: \
e53b6e56 110 $(srcdir)/config/nds32/nds32-fp-as-gp.cc \
af08e51d
KC
111 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
112 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
113 insn-config.h conditions.h output.h dumpfile.h \
114 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
115 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
116 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
117 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
118 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
119 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 120 $(srcdir)/config/nds32/nds32-fp-as-gp.cc
c4d8d050
CJW
121
122nds32-relax-opt.o: \
e53b6e56 123 $(srcdir)/config/nds32/nds32-relax-opt.cc \
c4d8d050
CJW
124 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
125 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
126 insn-config.h conditions.h output.h dumpfile.h \
127 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
128 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
129 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
130 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
131 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
132 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 133 $(srcdir)/config/nds32/nds32-relax-opt.cc
b99353a2
KC
134
135nds32-utils.o: \
e53b6e56 136 $(srcdir)/config/nds32/nds32-utils.cc \
b99353a2
KC
137 $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
138 $(RTL_H) $(TREE_H) $(HASH_TABLE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
139 insn-config.h conditions.h output.h dumpfile.h \
140 $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
141 $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
142 $(GGC_H) except.h $(C_PRAGMA_H) $(TM_P_H) \
143 $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
144 intl.h libfuncs.h $(PARAMS_H) $(OPTS_H)
145 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
e53b6e56 146 $(srcdir)/config/nds32/nds32-utils.cc