2011-03-21 Daniel Jacobowitz <dan@codesourcery.com>
[official-gcc.git] / gcc / config / arm / t-arm
blob33d7e19f79c3856e1c0ab4f1816d5b01e89345a5
1 # Rules common to all arm targets
3 # Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010
4 # Free Software Foundation, Inc.
6 # This file is part of GCC.
8 # GCC is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3, or (at your option)
11 # any later version.
13 # GCC is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with GCC; see the file COPYING3.  If not see
20 # <http://www.gnu.org/licenses/>.
22 MD_INCLUDES=    $(srcdir)/config/arm/arm-tune.md \
23                 $(srcdir)/config/arm/predicates.md \
24                 $(srcdir)/config/arm/arm-generic.md \
25                 $(srcdir)/config/arm/arm1020e.md \
26                 $(srcdir)/config/arm/arm1026ejs.md \
27                 $(srcdir)/config/arm/arm1136jfs.md \
28                 $(srcdir)/config/arm/fa526.md \
29                 $(srcdir)/config/arm/fa606te.md \
30                 $(srcdir)/config/arm/fa626te.md \
31                 $(srcdir)/config/arm/fmp626.md \
32                 $(srcdir)/config/arm/fa726te.md \
33                 $(srcdir)/config/arm/arm926ejs.md \
34                 $(srcdir)/config/arm/cirrus.md \
35                 $(srcdir)/config/arm/fpa.md \
36                 $(srcdir)/config/arm/vec-common.md \
37                 $(srcdir)/config/arm/iwmmxt.md \
38                 $(srcdir)/config/arm/vfp.md \
39                 $(srcdir)/config/arm/neon.md \
40                 $(srcdir)/config/arm/thumb2.md
42 LIB1ASMSRC = arm/lib1funcs.asm
43 LIB1ASMFUNCS = _thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi \
44         _thumb1_case_uhi _thumb1_case_si
45 s-config s-conditions s-flags s-codes s-constants s-emit s-recog s-preds \
46         s-opinit s-extract s-peep s-attr s-attrtab s-output: $(MD_INCLUDES)
48 $(srcdir)/config/arm/arm-tune.md: $(srcdir)/config/arm/gentune.sh \
49         $(srcdir)/config/arm/arm-cores.def
50         $(SHELL) $(srcdir)/config/arm/gentune.sh \
51                 $(srcdir)/config/arm/arm-cores.def > \
52                 $(srcdir)/config/arm/arm-tune.md
54 arm.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
55   $(RTL_H) $(TREE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \
56   insn-config.h conditions.h output.h \
57   $(INSN_ATTR_H) $(FLAGS_H) reload.h $(FUNCTION_H) \
58   $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \
59   $(GGC_H) except.h $(C_PRAGMA_H) $(INTEGRATE_H) $(TM_P_H) \
60   $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \
61   intl.h libfuncs.h $(PARAMS_H)
63 arm-c.o: $(srcdir)/config/arm/arm-c.c $(CONFIG_H) $(SYSTEM_H) \
64     coretypes.h $(TM_H) $(TREE_H) output.h $(C_COMMON_H)
65         $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
66                 $(srcdir)/config/arm/arm-c.c