Home | History | Annotate | Line # | Download | only in spu
      1 #  Copyright (C) 2006-2019 Free Software Foundation, Inc.
      2 #
      3 #  This file is free software; you can redistribute it and/or modify it under
      4 #  the terms of the GNU General Public License as published by the Free
      5 #  Software Foundation; either version 3 of the License, or (at your option) 
      6 #  any later version.
      7 #
      8 #  This file is distributed in the hope that it will be useful, but WITHOUT
      9 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     10 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
     11 #  for more details.
     12 #
     13 #  You should have received a copy of the GNU General Public License
     14 #  along with GCC; see the file COPYING3.  If not see
     15 #  <http://www.gnu.org/licenses/>.
     16 
     17 # Multi-lib support.
     18 MULTILIB_OPTIONS=mea64
     19 
     20 spu.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
     21   $(RTL_H) $(REGS_H) hard-reg-set.h dumpfile.h \
     22   real.h insn-config.h conditions.h insn-attr.h flags.h $(RECOG_H) \
     23   $(OBSTACK_H) $(TREE_H) $(EXPR_H) $(OPTABS_H) except.h function.h \
     24   output.h $(BASIC_BLOCK_H) $(GGC_H) $(HASHTAB_H) \
     25   $(TM_P_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h reload.h $(CFGLOOP_H) \
     26   $(srcdir)/config/spu/spu-protos.h \
     27   $(srcdir)/config/spu/spu-builtins.def 
     28 
     29 spu-c.o: $(srcdir)/config/spu/spu-c.c \
     30     $(srcdir)/config/spu/spu-protos.h \
     31     $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(CPPLIB_H) \
     32     $(TM_P_H) $(C_COMMON_H) $(C_PRAGMA_H) coretypes.h $(TM_H) insn-codes.h
     33 	$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
     34 		$(srcdir)/config/spu/spu-c.c
     35