Remove unwanted svn:executable properties that svn add had decided to add.
[official-gcc.git] / gcc / config / epiphany / t-epiphany
blob33db4acef134bae4aec0afcc1e384740c93ad7df
1 # Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003,
2 # 2004, 2009, 2010, 2011 Free Software Foundation, Inc.
3 # Contributed by Embecosm on behalf of Adapteva, Inc.
5 # This file is part of GCC.
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.
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.
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/>.
21 mode-switch-use.o : $(srcdir)/config/epiphany/mode-switch-use.c \
22    $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TM_P_H) $(RTL_H) \
23    $(TREE_PASS_H) $(INSN_ATTR_H) $(EMIT_RTL_H) $(FUNCTION_H) $(RECOG_H) \
24    insn-config.h $(DF_H)
25         $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $<
27 resolve-sw-modes.o : $(srcdir)/config/epiphany/resolve-sw-modes.c \
28   $(CONFIG_H) $(SYSTEM_H) coretypes.h $(MACHMODE_H) $(TM_H) hard-reg-set.h \
29   $(TM_P_H) $(VEC_H) sbitmap.h $(BASIC_BLOCK_H) $(DF_H) $(RTL_H) \
30   insn-config.h insn-codes.h $(EMIT_RTL_H) $(RECOG_H) $(FUNCTION_H) \
31   insn-attr-common.h $(TREE_PASS_H)
32         $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $<