Line 116... |
Line 116... |
config/tc-cris.c \
|
config/tc-cris.c \
|
config/tc-crx.c \
|
config/tc-crx.c \
|
config/tc-d10v.c \
|
config/tc-d10v.c \
|
config/tc-d30v.c \
|
config/tc-d30v.c \
|
config/tc-dlx.c \
|
config/tc-dlx.c \
|
|
config/tc-epiphany.c \
|
config/tc-fr30.c \
|
config/tc-fr30.c \
|
config/tc-frv.c \
|
config/tc-frv.c \
|
config/tc-h8300.c \
|
config/tc-h8300.c \
|
config/tc-hppa.c \
|
config/tc-hppa.c \
|
config/tc-ia64.c \
|
config/tc-ia64.c \
|
Line 149... |
Line 150... |
config/tc-openrisc.c \
|
config/tc-openrisc.c \
|
config/tc-or32.c \
|
config/tc-or32.c \
|
config/tc-pdp11.c \
|
config/tc-pdp11.c \
|
config/tc-pj.c \
|
config/tc-pj.c \
|
config/tc-ppc.c \
|
config/tc-ppc.c \
|
|
config/tc-rl78.c \
|
config/tc-rx.c \
|
config/tc-rx.c \
|
config/tc-s390.c \
|
config/tc-s390.c \
|
config/tc-score.c \
|
config/tc-score.c \
|
config/tc-sh.c \
|
config/tc-sh.c \
|
config/tc-sh64.c \
|
config/tc-sh64.c \
|
Line 183... |
Line 185... |
config/tc-cris.h \
|
config/tc-cris.h \
|
config/tc-crx.h \
|
config/tc-crx.h \
|
config/tc-d10v.h \
|
config/tc-d10v.h \
|
config/tc-d30v.h \
|
config/tc-d30v.h \
|
config/tc-dlx.h \
|
config/tc-dlx.h \
|
|
config/tc-epiphany.h \
|
config/tc-fr30.h \
|
config/tc-fr30.h \
|
config/tc-frv.h \
|
config/tc-frv.h \
|
config/tc-h8300.h \
|
config/tc-h8300.h \
|
config/tc-hppa.h \
|
config/tc-hppa.h \
|
config/tc-ia64.h \
|
config/tc-ia64.h \
|
Line 215... |
Line 218... |
config/tc-openrisc.h \
|
config/tc-openrisc.h \
|
config/tc-or32.h \
|
config/tc-or32.h \
|
config/tc-pdp11.h \
|
config/tc-pdp11.h \
|
config/tc-pj.h \
|
config/tc-pj.h \
|
config/tc-ppc.h \
|
config/tc-ppc.h \
|
|
config/tc-rl78.h \
|
config/tc-rx.h \
|
config/tc-rx.h \
|
config/tc-s390.h \
|
config/tc-s390.h \
|
config/tc-score.h \
|
config/tc-score.h \
|
config/tc-sh.h \
|
config/tc-sh.h \
|
config/tc-sh64.h \
|
config/tc-sh64.h \
|
Line 334... |
Line 338... |
noinst_SCRIPTS = $(GDBINIT)
|
noinst_SCRIPTS = $(GDBINIT)
|
EXTRA_SCRIPTS = .gdbinit
|
EXTRA_SCRIPTS = .gdbinit
|
|
|
EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
|
EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
|
bfin-parse.c bfin-parse.h bfin-lex.c \
|
bfin-parse.c bfin-parse.h bfin-lex.c \
|
|
rl78-parse.c rl78-parse.h \
|
rx-parse.c rx-parse.h
|
rx-parse.c rx-parse.h
|
|
|
diststuff: $(EXTRA_DIST) info
|
diststuff: $(EXTRA_DIST) info
|
|
|
DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
|
DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
|
Line 463... |
Line 468... |
DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
endif
|
endif
|
$(COMPILE) -c `test -f bfin-lex.c || echo $(srcdir)/`bfin-lex.c $(NO_WERROR)
|
$(COMPILE) -c `test -f bfin-lex.c || echo $(srcdir)/`bfin-lex.c $(NO_WERROR)
|
endif
|
endif
|
|
|
|
rl78-parse.c: $(srcdir)/config/rl78-parse.y
|
|
$(SHELL) $(YLWRAP) $(srcdir)/config/rl78-parse.y y.tab.c rl78-parse.c y.tab.h rl78-parse.h -- $(YACCCOMPILE) -d ;
|
|
rl78-parse.h: rl78-parse.c
|
|
rl78-parse.@OBJEXT@: rl78-parse.c rl78-parse.h $(srcdir)/config/rl78-defs.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/rl78.h $(BFDDIR)/libbfd.h
|
|
|
|
rl78-defs.h: ; @true
|
|
|
rx-parse.c: $(srcdir)/config/rx-parse.y
|
rx-parse.c: $(srcdir)/config/rx-parse.y
|
$(SHELL) $(YLWRAP) $(srcdir)/config/rx-parse.y y.tab.c rx-parse.c y.tab.h rx-parse.h -- $(YACCCOMPILE) -d ;
|
$(SHELL) $(YLWRAP) $(srcdir)/config/rx-parse.y y.tab.c rx-parse.c y.tab.h rx-parse.h -- $(YACCCOMPILE) -d ;
|
rx-parse.h: rx-parse.c
|
rx-parse.h: rx-parse.c
|
rx-parse.@OBJEXT@: rx-parse.c rx-parse.h $(srcdir)/config/rx-defs.h \
|
rx-parse.@OBJEXT@: rx-parse.c rx-parse.h $(srcdir)/config/rx-defs.h \
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/rx.h $(BFDDIR)/libbfd.h
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/rx.h $(BFDDIR)/libbfd.h
|