mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
|
# Contributed by Embecosm on behalf of Adapteva, Inc.
|
|
#
|
|
# This file is part of GCC.
|
|
#
|
|
# GCC is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3, or (at your option)
|
|
# any later version.
|
|
#
|
|
# GCC is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with GCC; see the file COPYING3. If not see
|
|
# <http://www.gnu.org/licenses/>.
|
|
|
|
mode-switch-use.o : $(srcdir)/config/epiphany/mode-switch-use.c \
|
|
$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TM_P_H) $(RTL_H) \
|
|
$(TREE_PASS_H) $(INSN_ATTR_H) $(EMIT_RTL_H) $(FUNCTION_H) $(RECOG_H) \
|
|
insn-config.h $(DF_H)
|
|
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $<
|
|
|
|
resolve-sw-modes.o : $(srcdir)/config/epiphany/resolve-sw-modes.c \
|
|
$(CONFIG_H) $(SYSTEM_H) coretypes.h $(MACHMODE_H) $(TM_H) hard-reg-set.h \
|
|
$(TM_P_H) $(VEC_H) sbitmap.h $(BASIC_BLOCK_H) $(DF_H) $(RTL_H) \
|
|
insn-config.h insn-codes.h $(EMIT_RTL_H) $(RECOG_H) $(FUNCTION_H) \
|
|
insn-attr-common.h $(TREE_PASS_H)
|
|
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $<
|
|
|
|
SPECS = specs.install
|
|
|
|
specs: specs.install
|
|
sed -e 's,epiphany_library_extra_spec,epiphany_library_stub_spec,' \
|
|
-e 's,epiphany_library_build_spec,epiphany_library_extra_spec,' \
|
|
< specs.install > $@ ; \
|