2946 lines
115 KiB
Makefile
2946 lines
115 KiB
Makefile
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = .
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
INSTALL = @INSTALL@
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = $(program_transform_name)
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
target_triplet = @target@
|
|
noinst_PROGRAMS = as-new$(EXEEXT)
|
|
EXTRA_PROGRAMS = itbl-test$(EXEEXT)
|
|
DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub NEWS \
|
|
README ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
$(top_srcdir)/configure $(am__configure_deps) \
|
|
$(srcdir)/config.in $(srcdir)/../mkinstalldirs \
|
|
$(srcdir)/gdbinit.in $(srcdir)/gdbinit.in \
|
|
$(top_srcdir)/po/Make-in m68k-parse.c bfin-parse.c \
|
|
itbl-parse.c itbl-lex.c $(srcdir)/../ylwrap \
|
|
$(srcdir)/../ltmain.sh $(srcdir)/../config.guess \
|
|
$(srcdir)/../config.sub
|
|
subdir = .
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
|
$(top_srcdir)/../bfd/warning.m4 \
|
|
$(top_srcdir)/../config/gettext-sister.m4 \
|
|
$(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \
|
|
$(top_srcdir)/../config/progtest.m4 \
|
|
$(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
configure.lineno configure.status.lineno
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
|
CONFIG_HEADER = config.h
|
|
CONFIG_CLEAN_FILES = gdb.ini .gdbinit po/Makefile.in
|
|
PROGRAMS = $(noinst_PROGRAMS)
|
|
am__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \
|
|
cond.$(OBJEXT) depend.$(OBJEXT) dwarf2dbg.$(OBJEXT) \
|
|
dw2gencfi.$(OBJEXT) ecoff.$(OBJEXT) ehopt.$(OBJEXT) \
|
|
expr.$(OBJEXT) flonum-copy.$(OBJEXT) flonum-konst.$(OBJEXT) \
|
|
flonum-mult.$(OBJEXT) frags.$(OBJEXT) hash.$(OBJEXT) \
|
|
input-file.$(OBJEXT) input-scrub.$(OBJEXT) listing.$(OBJEXT) \
|
|
literal.$(OBJEXT) macro.$(OBJEXT) messages.$(OBJEXT) \
|
|
output-file.$(OBJEXT) read.$(OBJEXT) sb.$(OBJEXT) \
|
|
stabs.$(OBJEXT) subsegs.$(OBJEXT) symbols.$(OBJEXT) \
|
|
write.$(OBJEXT)
|
|
am_as_new_OBJECTS = $(am__objects_1)
|
|
as_new_OBJECTS = $(am_as_new_OBJECTS)
|
|
am__DEPENDENCIES_1 = tc-@target_cpu_type@.o
|
|
am__DEPENDENCIES_2 = obj-@obj_format@.o
|
|
am__DEPENDENCIES_3 = atof-@atof@.o
|
|
am__DEPENDENCIES_4 =
|
|
am__DEPENDENCIES_5 = ../bfd/libbfd.la ../libiberty/libiberty.a
|
|
am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
|
|
itbl_test_OBJECTS = $(am_itbl_test_OBJECTS)
|
|
itbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o $(am__DEPENDENCIES_5)
|
|
SCRIPTS = $(noinst_SCRIPTS)
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
|
|
depcomp =
|
|
am__depfiles_maybe =
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
|
|
LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
|
|
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
|
|
LTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \
|
|
$(AM_YFLAGS)
|
|
YLWRAP = $(top_srcdir)/../ylwrap
|
|
SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) \
|
|
$(itbl_test_SOURCES)
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|
html-recursive info-recursive install-data-recursive \
|
|
install-exec-recursive install-info-recursive \
|
|
install-recursive installcheck-recursive installdirs-recursive \
|
|
pdf-recursive ps-recursive uninstall-info-recursive \
|
|
uninstall-recursive
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
DEJATOOL = $(PACKAGE)
|
|
RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
|
|
ACLOCAL = @ACLOCAL@
|
|
ALLOCA = @ALLOCA@
|
|
AMDEP_FALSE = @AMDEP_FALSE@
|
|
AMDEP_TRUE = @AMDEP_TRUE@
|
|
AMTAR = @AMTAR@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
CATALOGS = @CATALOGS@
|
|
CATOBJEXT = @CATOBJEXT@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
DATADIRNAME = @DATADIRNAME@
|
|
DEFS = @DEFS@
|
|
DEPDIR = @DEPDIR@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EGREP = @EGREP@
|
|
EXEEXT = @EXEEXT@
|
|
GDBINIT = @GDBINIT@
|
|
GENCAT = @GENCAT@
|
|
GMSGFMT = @GMSGFMT@
|
|
INCINTL = @INCINTL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
INSTOBJEXT = @INSTOBJEXT@
|
|
LDFLAGS = @LDFLAGS@
|
|
LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
|
|
LEXLIB = @LEXLIB@
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
|
LIBINTL = @LIBINTL@
|
|
LIBINTL_DEP = @LIBINTL_DEP@
|
|
LIBM = @LIBM@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIBTOOL = @LIBTOOL@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAINT = @MAINT@
|
|
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
MAKEINFO = @MAKEINFO@
|
|
MKINSTALLDIRS = @MKINSTALLDIRS@
|
|
MSGFMT = @MSGFMT@
|
|
MSGMERGE = @MSGMERGE@
|
|
NO_WERROR = @NO_WERROR@
|
|
OBJEXT = @OBJEXT@
|
|
OPCODES_LIB = @OPCODES_LIB@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
POSUB = @POSUB@
|
|
RANLIB = @RANLIB@
|
|
SET_MAKE = @SET_MAKE@
|
|
SHELL = @SHELL@
|
|
STRIP = @STRIP@
|
|
USE_NLS = @USE_NLS@
|
|
VERSION = @VERSION@
|
|
WARN_CFLAGS = @WARN_CFLAGS@
|
|
XGETTEXT = @XGETTEXT@
|
|
YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
|
|
ac_ct_CC = @ac_ct_CC@
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
ac_ct_STRIP = @ac_ct_STRIP@
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
am__tar = @am__tar@
|
|
am__untar = @am__untar@
|
|
atof = @atof@
|
|
bindir = @bindir@
|
|
build = @build@
|
|
build_alias = @build_alias@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
cgen_cpu_prefix = @cgen_cpu_prefix@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
docdir = @docdir@
|
|
exec_prefix = @exec_prefix@
|
|
extra_objects = @extra_objects@
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|
|
host_os = @host_os@
|
|
host_vendor = @host_vendor@
|
|
htmldir = @htmldir@
|
|
includedir = @includedir@
|
|
infodir = @infodir@
|
|
install_sh = @install_sh@
|
|
install_tooldir = @install_tooldir@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
obj_format = @obj_format@
|
|
oldincludedir = @oldincludedir@
|
|
prefix = @prefix@
|
|
program_transform_name = @program_transform_name@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target = @target@
|
|
target_alias = @target_alias@
|
|
target_cpu = @target_cpu@
|
|
target_cpu_type = @target_cpu_type@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
te_file = @te_file@
|
|
AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
|
|
SUBDIRS = doc po
|
|
# Automake should figure this out on its own. It doesn't, because
|
|
# of the "cygnus" option. But distclean still wants it.
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
tooldir = $(exec_prefix)/$(target_alias)
|
|
AM_CFLAGS = $(WARN_CFLAGS)
|
|
MKDEP = gcc -MM
|
|
TARG_CPU = @target_cpu_type@
|
|
TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
|
|
TARG_CPU_O = tc-@target_cpu_type@.o
|
|
TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
|
|
OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
|
|
OBJ_FORMAT_O = obj-@obj_format@.o
|
|
OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
|
|
TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
|
|
ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
|
|
ATOF_TARG_O = atof-@atof@.o
|
|
|
|
# use @target_cpu_type@ for refering to configured target name
|
|
IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
|
|
IT_SRCS = itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
|
|
IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
|
|
IT_OBJS = itbl-parse.o itbl-lex.o itbl-ops.o
|
|
|
|
# CPU types. This is only used for dependency information.
|
|
CPU_TYPES = \
|
|
alpha \
|
|
arc \
|
|
arm \
|
|
avr \
|
|
bfin \
|
|
cris \
|
|
crx \
|
|
d10v \
|
|
d30v \
|
|
dlx \
|
|
fr30 \
|
|
frv \
|
|
h8300 \
|
|
hppa \
|
|
i370 \
|
|
i386 \
|
|
i860 \
|
|
i960 \
|
|
ia64 \
|
|
ip2k \
|
|
m32c \
|
|
m32r \
|
|
m68hc11 \
|
|
m68k \
|
|
maxq \
|
|
mcore \
|
|
mips \
|
|
mmix \
|
|
mn10200 \
|
|
mn10300 \
|
|
msp430 \
|
|
mt \
|
|
ns32k \
|
|
openrisc \
|
|
or32 \
|
|
pdp11 \
|
|
pj \
|
|
ppc \
|
|
s390 \
|
|
score \
|
|
sh \
|
|
sh64 \
|
|
sparc \
|
|
spu \
|
|
tic30 \
|
|
tic4x \
|
|
tic54x \
|
|
v850 \
|
|
vax \
|
|
xc16x \
|
|
xstormy16 \
|
|
xtensa \
|
|
z80 \
|
|
z8k
|
|
|
|
|
|
# Object format types. This is only used for dependency information.
|
|
# We deliberately omit SOM, since it does not work as a cross assembler.
|
|
OBJ_FORMATS = \
|
|
aout \
|
|
coff \
|
|
ecoff \
|
|
elf \
|
|
evax
|
|
|
|
|
|
# This is an sh case which sets valid according to whether the CPU
|
|
# type in the shell variable c and the OS type in the shell variable o
|
|
# are supported. This helps cuts down on the amount of dependency
|
|
# information.
|
|
CPU_OBJ_VALID = \
|
|
valid= ; \
|
|
case $$o in \
|
|
aout) \
|
|
case $$c in \
|
|
arm | cris | i386 | m68k | ns32k | pdp11 | sparc | tic30 | vax) \
|
|
valid=yes ;; \
|
|
esac ;; \
|
|
coff) \
|
|
case $$c in \
|
|
arm | h8300 | i386 | i960 | m68k | maxq | mcore | mips | or32 \
|
|
| ppc | sh | sparc | tic* | xscale | z80 | z8k) \
|
|
valid=yes ;; \
|
|
esac ;; \
|
|
ecoff) \
|
|
case $$c in \
|
|
mips | alpha) valid=yes ;; \
|
|
esac ;; \
|
|
elf) valid=yes ; \
|
|
case $$c in \
|
|
maxq | ns32k | tic* | z80 | z8k) valid= ;; \
|
|
esac ;; \
|
|
evax) \
|
|
case $$c in \
|
|
alpha) valid=yes ;; \
|
|
esac ;; \
|
|
vms) \
|
|
case $$c in \
|
|
vax) valid=yes ;; \
|
|
esac ;; \
|
|
esac;
|
|
|
|
|
|
# These are like CPU_TYPES and CPU_OBJ_VALID, for the obj=multi case.
|
|
MULTI_CPU_TYPES = i386 mips cris
|
|
MULTI_CPU_OBJ_VALID = \
|
|
valid= ; \
|
|
case $$o in \
|
|
aout) \
|
|
case $$c in \
|
|
i386 | cris) valid=yes ;; \
|
|
esac ;; \
|
|
coff) \
|
|
case $$c in \
|
|
i386 | mips) valid=yes ;; \
|
|
esac ;; \
|
|
ecoff) \
|
|
case $$c in \
|
|
mips) valid=yes ;; \
|
|
esac ;; \
|
|
elf) valid=yes ;; \
|
|
esac;
|
|
|
|
|
|
# Regular source files.
|
|
GAS_CFILES = \
|
|
app.c \
|
|
as.c \
|
|
atof-generic.c \
|
|
cond.c \
|
|
depend.c \
|
|
dwarf2dbg.c \
|
|
dw2gencfi.c \
|
|
ecoff.c \
|
|
ehopt.c \
|
|
expr.c \
|
|
flonum-copy.c \
|
|
flonum-konst.c \
|
|
flonum-mult.c \
|
|
frags.c \
|
|
hash.c \
|
|
input-file.c \
|
|
input-scrub.c \
|
|
listing.c \
|
|
literal.c \
|
|
macro.c \
|
|
messages.c \
|
|
output-file.c \
|
|
read.c \
|
|
sb.c \
|
|
stabs.c \
|
|
subsegs.c \
|
|
symbols.c \
|
|
write.c
|
|
|
|
CFILES = $(GAS_CFILES) itbl-ops.c
|
|
HFILES = \
|
|
as.h \
|
|
asintl.h \
|
|
bignum.h \
|
|
bit_fix.h \
|
|
cgen.h \
|
|
dwarf2dbg.h \
|
|
dw2gencfi.h \
|
|
ecoff.h \
|
|
emul-target.h \
|
|
emul.h \
|
|
expr.h \
|
|
flonum.h \
|
|
frags.h \
|
|
hash.h \
|
|
input-file.h \
|
|
itbl-lex.h \
|
|
itbl-ops.h \
|
|
listing.h \
|
|
macro.h \
|
|
obj.h \
|
|
output-file.h \
|
|
read.h \
|
|
sb.h \
|
|
struc-symbol.h \
|
|
subsegs.h \
|
|
symbols.h \
|
|
tc.h \
|
|
write.h
|
|
|
|
|
|
# CPU files in config.
|
|
TARGET_CPU_CFILES = \
|
|
config/tc-alpha.c \
|
|
config/tc-arc.c \
|
|
config/tc-arm.c \
|
|
config/tc-avr.c \
|
|
config/tc-bfin.c \
|
|
config/tc-cris.c \
|
|
config/tc-crx.c \
|
|
config/tc-d10v.c \
|
|
config/tc-d30v.c \
|
|
config/tc-dlx.c \
|
|
config/tc-fr30.c \
|
|
config/tc-frv.c \
|
|
config/tc-h8300.c \
|
|
config/tc-hppa.c \
|
|
config/tc-ia64.c \
|
|
config/tc-i370.c \
|
|
config/tc-i386.c \
|
|
config/tc-i860.c \
|
|
config/tc-i960.c \
|
|
config/tc-ip2k.c \
|
|
config/tc-m32c.c \
|
|
config/tc-m32r.c \
|
|
config/tc-m68hc11.c \
|
|
config/tc-m68k.c \
|
|
config/tc-mcore.c \
|
|
config/tc-mips.c \
|
|
config/tc-mmix.c \
|
|
config/tc-mn10200.c \
|
|
config/tc-mn10300.c \
|
|
config/tc-msp430.c \
|
|
config/tc-ns32k.c \
|
|
config/tc-openrisc.c \
|
|
config/tc-or32.c \
|
|
config/tc-pdp11.c \
|
|
config/tc-pj.c \
|
|
config/tc-ppc.c \
|
|
config/tc-s390.c \
|
|
config/tc-score.c \
|
|
config/tc-sh.c \
|
|
config/tc-sh64.c \
|
|
config/tc-sparc.c \
|
|
config/tc-spu.c \
|
|
config/tc-tic30.c \
|
|
config/tc-tic54x.c \
|
|
config/tc-vax.c \
|
|
config/tc-v850.c \
|
|
config/tc-xstormy16.c \
|
|
config/tc-xc16x.c \
|
|
config/tc-xtensa.c \
|
|
config/tc-z80.c \
|
|
config/tc-z8k.c
|
|
|
|
TARGET_CPU_HFILES = \
|
|
config/tc-alpha.h \
|
|
config/tc-arc.h \
|
|
config/tc-arm.h \
|
|
config/tc-avr.h \
|
|
config/tc-bfin.h \
|
|
config/tc-cris.h \
|
|
config/tc-crx.h \
|
|
config/tc-d10v.h \
|
|
config/tc-d30v.h \
|
|
config/tc-dlx.h \
|
|
config/tc-fr30.h \
|
|
config/tc-frv.h \
|
|
config/tc-h8300.h \
|
|
config/tc-hppa.h \
|
|
config/tc-ia64.h \
|
|
config/tc-i370.h \
|
|
config/tc-i386.h \
|
|
config/tc-i860.h \
|
|
config/tc-i960.h \
|
|
config/tc-ip2k.h \
|
|
config/tc-m32c.h \
|
|
config/tc-m32r.h \
|
|
config/tc-m68hc11.h \
|
|
config/tc-m68k.h \
|
|
config/tc-mcore.h \
|
|
config/tc-mips.h \
|
|
config/tc-mmix.h \
|
|
config/tc-mn10200.h \
|
|
config/tc-mn10300.h \
|
|
config/tc-msp430.h \
|
|
config/tc-ns32k.h \
|
|
config/tc-openrisc.h \
|
|
config/tc-or32.h \
|
|
config/tc-pdp11.h \
|
|
config/tc-pj.h \
|
|
config/tc-ppc.h \
|
|
config/tc-s390.h \
|
|
config/tc-score.h \
|
|
config/tc-sh.h \
|
|
config/tc-sh64.h \
|
|
config/tc-sparc.h \
|
|
config/tc-spu.h \
|
|
config/tc-tic30.h \
|
|
config/tc-tic54x.h \
|
|
config/tc-vax.h \
|
|
config/tc-v850.h \
|
|
config/tc-xstormy16.h \
|
|
config/tc-xc16x.h \
|
|
config/tc-xtensa.h \
|
|
config/tc-z80.h \
|
|
config/tc-z8k.h
|
|
|
|
|
|
# OBJ files in config
|
|
OBJ_FORMAT_CFILES = \
|
|
config/obj-aout.c \
|
|
config/obj-coff.c \
|
|
config/obj-ecoff.c \
|
|
config/obj-elf.c \
|
|
config/obj-evax.c \
|
|
config/obj-som.c
|
|
|
|
OBJ_FORMAT_HFILES = \
|
|
config/obj-aout.h \
|
|
config/obj-coff.h \
|
|
config/obj-ecoff.h \
|
|
config/obj-elf.h \
|
|
config/obj-evax.h \
|
|
config/obj-som.h
|
|
|
|
|
|
# Emulation header files in config
|
|
TARG_ENV_HFILES = \
|
|
config/te-386bsd.h \
|
|
config/te-armlinuxeabi.h \
|
|
config/te-aux.h \
|
|
config/te-delta.h \
|
|
config/te-delt88.h \
|
|
config/te-dpx2.h \
|
|
config/te-dynix.h \
|
|
config/te-epoc-pe.h \
|
|
config/te-generic.h \
|
|
config/te-go32.h \
|
|
config/te-hppa.h \
|
|
config/te-hppa64.h \
|
|
config/te-hppalinux64.h \
|
|
config/te-i386aix.h \
|
|
config/te-ia64aix.h \
|
|
config/te-ic960.h \
|
|
config/te-linux.h \
|
|
config/te-lnews.h \
|
|
config/te-lynx.h \
|
|
config/te-mach.h \
|
|
config/te-macos.h \
|
|
config/te-nbsd.h \
|
|
config/te-nbsd532.h \
|
|
config/te-netware.h \
|
|
config/te-pc532mach.h \
|
|
config/te-pe.h \
|
|
config/te-psos.h \
|
|
config/te-riscix.h \
|
|
config/te-sparcaout.h \
|
|
config/te-sun3.h \
|
|
config/te-svr4.h \
|
|
config/te-symbian.h \
|
|
config/te-tmips.h \
|
|
config/te-wince-pe.h
|
|
|
|
|
|
# Multi files in config
|
|
MULTI_CFILES = \
|
|
config/e-crisaout.c \
|
|
config/e-criself.c \
|
|
config/e-i386aout.c \
|
|
config/e-i386coff.c \
|
|
config/e-i386elf.c \
|
|
config/e-mipsecoff.c \
|
|
config/e-mipself.c
|
|
|
|
CONFIG_OBJS = \
|
|
$(TARG_CPU_O) \
|
|
$(OBJ_FORMAT_O) \
|
|
$(ATOF_TARG_O) \
|
|
$(extra_objects)
|
|
|
|
GENERIC_OBJS = \
|
|
app.o \
|
|
as.o \
|
|
atof-generic.o \
|
|
cond.o \
|
|
depend.o \
|
|
dwarf2dbg.o \
|
|
dw2gencfi.o \
|
|
ehopt.o \
|
|
expr.o \
|
|
flonum-konst.o \
|
|
flonum-copy.o \
|
|
flonum-mult.o \
|
|
frags.o \
|
|
hash.o \
|
|
input-file.o \
|
|
input-scrub.o \
|
|
literal.o \
|
|
messages.o \
|
|
output-file.o \
|
|
read.o \
|
|
subsegs.o \
|
|
symbols.o \
|
|
write.o \
|
|
listing.o \
|
|
ecoff.o \
|
|
stabs.o \
|
|
sb.o \
|
|
macro.o
|
|
|
|
OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
|
|
POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
|
|
$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
|
|
$(HFILES) $(CFILES)
|
|
|
|
noinst_SCRIPTS = $(GDBINIT)
|
|
EXTRA_SCRIPTS = .gdbinit
|
|
EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
|
|
bfin-parse.c bfin-parse.h bfin-lex.c
|
|
|
|
DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
|
|
|
|
# Now figure out from those variables how to compile and link.
|
|
BASEDIR = $(srcdir)/..
|
|
BFDDIR = $(BASEDIR)/bfd
|
|
INCDIR = $(BASEDIR)/include
|
|
|
|
# This is the variable actually used when we compile.
|
|
# Specify the directories to be searched for header files.
|
|
# Both . and srcdir are used, in that order,
|
|
# so that tm.h and config.h will be found in the compilation
|
|
# subdirectory rather than in the source directory.
|
|
INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ -DLOCALEDIR="\"$(datadir)/locale\""
|
|
|
|
# This should be parallel to INCLUDES, but should replace $(srcdir)
|
|
# with $${srcdir}, and should work in a subdirectory. This is used
|
|
# when building dependencies, because the dependency building is done
|
|
# in a subdirectory.
|
|
DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. -I$${srcdir}/../bfd @INCINTL@ -DLOCALEDIR="\"$(datadir)/locale\""
|
|
DEP_FLAGS = -DOBJ_MAYBE_ELF \
|
|
-I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES)
|
|
|
|
|
|
# How to link with both our special library facilities
|
|
# and the system's installed libraries.
|
|
GASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a
|
|
|
|
# Files to be copied away after each stage in building.
|
|
STAGESTUFF = *.o $(noinst_PROGRAMS)
|
|
as_new_SOURCES = $(GAS_CFILES)
|
|
as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
|
|
$(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM)
|
|
|
|
as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
|
|
$(extra_objects) $(GASLIBS) $(LIBINTL_DEP)
|
|
|
|
EXPECT = expect
|
|
RUNTEST = runtest
|
|
RUNTESTFLAGS =
|
|
|
|
# The m68k operand parser.
|
|
EXTRA_as_new_SOURCES = config/m68k-parse.y config/bfin-parse.y
|
|
itbl_test_SOURCES = itbl-parse.y itbl-lex.l
|
|
itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@
|
|
|
|
# CGEN interface.
|
|
CGEN_CPU_PREFIX = @cgen_cpu_prefix@
|
|
|
|
# Remake the info files.
|
|
MOSTLYCLEANFILES = $(STAGESTUFF) core \
|
|
testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
|
|
testsuite/site.exp site.bak site.exp stage stage1 stage2
|
|
|
|
CLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR
|
|
against = stage2
|
|
DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
|
|
$(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
|
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt
|
|
AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
|
|
DEPTC_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
|
|
subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
|
|
$(INCDIR)/opcode/alpha.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
$(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
|
|
|
|
DEPTC_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h \
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \
|
|
$(INCDIR)/elf/reloc-macros.h dwarf2dbg.h dw2gencfi.h \
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
|
|
|
|
DEPTC_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h \
|
|
subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
|
|
$(INCDIR)/opcode/alpha.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
$(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
|
|
|
|
DEPTC_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
|
|
struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
|
|
$(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
|
|
|
|
DEPTC_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
|
|
dwarf2dbg.h
|
|
|
|
DEPTC_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
|
|
dwarf2dbg.h
|
|
|
|
DEPTC_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
|
|
$(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h dw2gencfi.h \
|
|
$(INCDIR)/elf/dwarf2.h dwarf2dbg.h
|
|
|
|
DEPTC_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/avr.h
|
|
|
|
DEPTC_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
|
|
struc-symbol.h $(srcdir)/config/bfin-defs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/safe-ctype.h dwarf2dbg.h $(BFDDIR)/libbfd.h \
|
|
$(INCDIR)/hashtab.h $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(srcdir)/config/bfin-aux.h \
|
|
$(srcdir)/config/bfin-defs.h $(INCDIR)/opcode/bfin.h
|
|
|
|
DEPTC_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/cris.h \
|
|
dwarf2dbg.h
|
|
|
|
DEPTC_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/cris.h dwarf2dbg.h
|
|
|
|
DEPTC_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/crx.h \
|
|
$(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
|
|
$(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
|
|
|
|
DEPTC_dlx_elf = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-elf.h \
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h \
|
|
dwarf2dbg.h $(srcdir)/config/tc-dlx.h $(INCDIR)/opcode/dlx.h
|
|
|
|
DEPTC_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(srcdir)/../opcodes/fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
|
|
$(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
|
|
$(srcdir)/../opcodes/fr30-opc.h cgen.h
|
|
|
|
DEPTC_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h subsegs.h \
|
|
$(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/frv-opc.h \
|
|
cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h \
|
|
$(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
dwarf2dbg.h $(INCDIR)/opcode/h8300.h $(INCDIR)/safe-ctype.h
|
|
|
|
DEPTC_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
|
|
subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/h8300.h \
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
|
|
$(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
|
|
dwarf2dbg.h
|
|
|
|
DEPTC_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
struc-symbol.h $(INCDIR)/opcode/i370.h $(INCDIR)/elf/i370.h \
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h $(INCDIR)/elf/x86-64.h \
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
|
|
$(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h $(INCDIR)/elf/x86-64.h \
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h \
|
|
$(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/i860.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/i960.h
|
|
|
|
DEPTC_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
|
|
|
|
DEPTC_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
|
|
$(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
|
|
dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/ia64.h \
|
|
$(INCDIR)/elf/ia64.h
|
|
|
|
DEPTC_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/ip2k-opc.h \
|
|
cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
|
|
|
|
DEPTC_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/m32c-desc.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/m32c-opc.h \
|
|
$(srcdir)/../opcodes/cgen-types.h $(srcdir)/../opcodes/cgen-ops.h \
|
|
cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/m32c.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h \
|
|
$(INCDIR)/safe-ctype.h
|
|
|
|
DEPTC_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(srcdir)/../opcodes/m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
|
|
$(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
|
|
$(srcdir)/../opcodes/m32r-opc.h cgen.h $(INCDIR)/elf/m32r.h \
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/m68hc11.h dwarf2dbg.h $(INCDIR)/elf/m68hc11.h \
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
$(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
|
|
$(srcdir)/config/m68k-parse.h
|
|
|
|
DEPTC_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
$(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
|
|
$(srcdir)/config/m68k-parse.h
|
|
|
|
DEPTC_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/safe-ctype.h \
|
|
$(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
|
|
$(srcdir)/config/m68k-parse.h $(INCDIR)/elf/m68k.h \
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(srcdir)/config/tc-maxq.h \
|
|
$(INCDIR)/opcode/maxq.h
|
|
|
|
DEPTC_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(srcdir)/../opcodes/mcore-opc.h $(INCDIR)/safe-ctype.h
|
|
|
|
DEPTC_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h \
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
$(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
|
|
|
DEPTC_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
|
|
$(INCDIR)/opcode/mips.h itbl-ops.h dwarf2dbg.h dw2gencfi.h \
|
|
$(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
|
|
ecoff.h
|
|
|
|
DEPTC_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
|
|
$(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h \
|
|
itbl-ops.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
$(srcdir)/config/obj-elf.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
|
|
|
DEPTC_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/mmix.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
|
|
$(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/obstack.h
|
|
|
|
DEPTC_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/mn10200.h
|
|
|
|
DEPTC_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/mn10300.h dwarf2dbg.h
|
|
|
|
DEPTC_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/msp430.h \
|
|
$(INCDIR)/safe-ctype.h dwarf2dbg.h
|
|
|
|
DEPTC_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \
|
|
dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mt-desc.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/mt-opc.h \
|
|
cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/mt.h $(INCDIR)/elf/reloc-macros.h \
|
|
$(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
|
|
|
|
DEPTC_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ns32k.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPTC_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
|
|
dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/openrisc-desc.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/openrisc-opc.h \
|
|
cgen.h
|
|
|
|
DEPTC_or32_coff = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-coff.h \
|
|
$(srcdir)/config/tc-or32.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
$(INCDIR)/opcode/or32.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_or32_elf = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-elf.h \
|
|
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
|
|
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h \
|
|
dwarf2dbg.h $(INCDIR)/opcode/or32.h $(INCDIR)/elf/or32.h \
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
$(INCDIR)/opcode/pdp11.h
|
|
|
|
DEPTC_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pdp11.h
|
|
|
|
DEPTC_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pj.h
|
|
|
|
DEPTC_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
|
|
$(INCDIR)/obstack.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
$(INCDIR)/opcode/ppc.h
|
|
|
|
DEPTC_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/ppc.h \
|
|
$(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
|
|
|
|
DEPTC_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
$(INCDIR)/opcode/s390.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
|
|
$(INCDIR)/opcode/score-inst.h $(INCDIR)/opcode/score-datadep.h \
|
|
struc-symbol.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
|
|
dwarf2dbg.h
|
|
|
|
DEPTC_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
|
|
struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
|
|
|
DEPTC_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
|
|
$(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
|
|
struc-symbol.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
|
|
dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
|
|
|
DEPTC_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
|
|
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h \
|
|
$(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/sh64-opc.h \
|
|
$(srcdir)/config/tc-sh.c subsegs.h $(INCDIR)/obstack.h \
|
|
$(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
|
|
struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
|
|
|
DEPTC_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h \
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
|
|
|
DEPTC_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h \
|
|
dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
|
|
|
DEPTC_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
$(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
|
|
dwarf2dbg.h
|
|
|
|
DEPTC_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h \
|
|
dwarf2dbg.h $(INCDIR)/opcode/spu-insns.h
|
|
|
|
DEPTC_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
$(INCDIR)/opcode/tic30.h
|
|
|
|
DEPTC_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
$(INCDIR)/opcode/tic30.h
|
|
|
|
DEPTC_tic4x_coff = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-coff.h \
|
|
$(srcdir)/config/tc-tic4x.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic4x.h subsegs.h \
|
|
$(INCDIR)/obstack.h $(INCDIR)/obstack.h
|
|
|
|
DEPTC_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
sb.h macro.h subsegs.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
$(INCDIR)/opcode/tic54x.h $(srcdir)/config/obj-coff.h
|
|
|
|
DEPTC_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
|
|
$(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h \
|
|
dwarf2dbg.h
|
|
|
|
DEPTC_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(srcdir)/config/vax-inst.h \
|
|
$(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
|
|
$(INCDIR)/opcode/vax.h
|
|
|
|
DEPTC_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
|
|
$(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h subsegs.h \
|
|
$(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h $(INCDIR)/elf/vax.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/vax.h
|
|
|
|
DEPTC_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(srcdir)/../opcodes/xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
|
|
$(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
|
|
$(srcdir)/../opcodes/xc16x-opc.h cgen.h dwarf2dbg.h \
|
|
$(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEPTC_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
|
|
dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/xstormy16-desc.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
|
|
$(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/xstormy16-opc.h \
|
|
cgen.h
|
|
|
|
DEPTC_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
|
|
$(INCDIR)/xtensa-config.h sb.h $(INCDIR)/safe-ctype.h \
|
|
$(srcdir)/config/tc-xtensa.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(srcdir)/config/xtensa-relax.h $(srcdir)/config/xtensa-istack.h \
|
|
dwarf2dbg.h struc-symbol.h $(INCDIR)/xtensa-config.h
|
|
|
|
DEPTC_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPTC_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
|
|
$(srcdir)/../opcodes/z8k-opc.h
|
|
|
|
DEPTC_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
|
|
$(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
|
|
$(BFDDIR)/som.h
|
|
|
|
DEPTC_i386_multi = $(DEPTC_i386_aout) $(DEPTC_i386_coff) \
|
|
$(DEPTC_i386_elf)
|
|
|
|
DEPTC_mips_multi = $(DEPTC_mips_coff) $(DEPTC_mips_ecoff) \
|
|
$(DEPTC_mips_elf)
|
|
|
|
DEPTC_cris_multi = $(DEPTC_cris_aout) $(DEPTC_cris_elf)
|
|
DEPOBJ_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
$(BFDDIR)/libecoff.h
|
|
|
|
DEPOBJ_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
|
|
$(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
|
|
$(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
|
|
DEPOBJ_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_dlx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
|
|
$(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/i370.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/x86-64.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
|
|
$(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
$(BFDDIR)/libecoff.h
|
|
|
|
DEPOBJ_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
|
|
$(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
|
|
dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_or32_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_or32_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/ppc.h \
|
|
$(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
|
|
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_tic4x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
|
|
$(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
$(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \
|
|
$(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
|
|
dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
|
|
$(INCDIR)/xtensa-config.h $(INCDIR)/safe-ctype.h subsegs.h \
|
|
$(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
|
|
dwarf2dbg.h $(INCDIR)/aout/aout64.h
|
|
|
|
DEPOBJ_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
subsegs.h $(INCDIR)/obstack.h
|
|
|
|
DEPOBJ_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \
|
|
$(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
|
|
|
|
DEPOBJ_i386_multi = $(DEPOBJ_i386_aout) $(DEPOBJ_i386_coff) \
|
|
$(DEPOBJ_i386_elf)
|
|
|
|
DEPOBJ_mips_multi = $(DEPOBJ_mips_coff) $(DEPOBJ_mips_ecoff) \
|
|
$(DEPOBJ_mips_elf)
|
|
|
|
DEPOBJ_cris_multi = $(DEPOBJ_cris_aout) $(DEPOBJ_cris_elf)
|
|
DEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
|
|
|
DEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h
|
|
|
|
DEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
|
|
DEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h
|
|
|
|
DEP_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h
|
|
|
|
DEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h
|
|
|
|
DEP_dlx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h
|
|
|
|
DEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
|
|
|
|
DEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
|
|
$(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEP_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
|
|
|
|
DEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h
|
|
|
|
DEP_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
|
|
$(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h
|
|
|
|
DEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
|
|
|
|
DEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h
|
|
|
|
DEP_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
|
|
|
|
DEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
|
|
ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
|
|
|
DEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h
|
|
|
|
DEP_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
|
|
dwarf2dbg.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_or32_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_or32_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h
|
|
|
|
DEP_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h
|
|
|
|
DEP_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
|
|
|
|
DEP_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
|
|
$(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
|
|
|
|
DEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
|
|
|
|
DEP_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tic4x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
|
|
$(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(srcdir)/config/obj-coff.h \
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h
|
|
|
|
DEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \
|
|
$(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
|
|
dwarf2dbg.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
|
|
$(BFDDIR)/libcoff.h
|
|
|
|
DEP_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
|
|
$(INCDIR)/xtensa-config.h
|
|
|
|
DEP_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
|
|
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_hppa_som = $(BFDDIR)/som.h
|
|
DEP_i386_multi = $(DEP_i386_aout) $(DEP_i386_coff) \
|
|
$(DEP_i386_elf)
|
|
|
|
DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
|
|
$(DEP_mips_elf)
|
|
|
|
DEP_cris_multi = $(DEP_cris_aout) $(DEP_cris_elf)
|
|
BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .c .l .lo .o .obj .y
|
|
am--refresh:
|
|
@:
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
|
|
cd $(srcdir) && $(AUTOMAKE) --foreign \
|
|
&& exit 0; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
|
cd $(top_srcdir) && \
|
|
$(AUTOMAKE) --foreign Makefile
|
|
.PRECIOUS: Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
@case '$?' in \
|
|
*config.status*) \
|
|
echo ' $(SHELL) ./config.status'; \
|
|
$(SHELL) ./config.status;; \
|
|
*) \
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
esac;
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
cd $(srcdir) && $(AUTOCONF)
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
|
|
config.h: stamp-h1
|
|
@if test ! -f $@; then \
|
|
rm -f stamp-h1; \
|
|
$(MAKE) stamp-h1; \
|
|
else :; fi
|
|
|
|
stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
|
|
@rm -f stamp-h1
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|
$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
cd $(top_srcdir) && $(AUTOHEADER)
|
|
rm -f stamp-h1
|
|
touch $@
|
|
|
|
distclean-hdr:
|
|
-rm -f config.h stamp-h1
|
|
gdb.ini: $(top_builddir)/config.status $(srcdir)/gdbinit.in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
.gdbinit: $(top_builddir)/config.status $(srcdir)/gdbinit.in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
|
|
clean-noinstPROGRAMS:
|
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f $$p $$f"; \
|
|
rm -f $$p $$f ; \
|
|
done
|
|
as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES)
|
|
@rm -f as-new$(EXEEXT)
|
|
$(LINK) $(as_new_LDFLAGS) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
|
|
itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES)
|
|
@rm -f itbl-test$(EXEEXT)
|
|
$(LINK) $(itbl_test_LDFLAGS) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
.c.o:
|
|
$(COMPILE) -c $<
|
|
|
|
.c.obj:
|
|
$(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
|
|
.c.lo:
|
|
$(LTCOMPILE) -c -o $@ $<
|
|
|
|
.l.c:
|
|
$(LEXCOMPILE) $<
|
|
sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
|
|
rm -f $(LEX_OUTPUT_ROOT).c
|
|
|
|
.y.c:
|
|
$(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
|
|
|
|
mostlyclean-libtool:
|
|
-rm -f *.lo
|
|
|
|
clean-libtool:
|
|
-rm -rf .libs _libs
|
|
|
|
distclean-libtool:
|
|
-rm -f libtool
|
|
uninstall-info-am:
|
|
|
|
# This directory's subdirectories are mostly independent; you can cd
|
|
# into them and run `make' without going through this Makefile.
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
|
$(RECURSIVE_TARGETS):
|
|
@failcom='exit 1'; \
|
|
for f in x $$MAKEFLAGS; do \
|
|
case $$f in \
|
|
*=* | --[!k]*);; \
|
|
*k*) failcom='fail=yes';; \
|
|
esac; \
|
|
done; \
|
|
dot_seen=no; \
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
echo "Making $$target in $$subdir"; \
|
|
if test "$$subdir" = "."; then \
|
|
dot_seen=yes; \
|
|
local_target="$$target-am"; \
|
|
else \
|
|
local_target="$$target"; \
|
|
fi; \
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|| eval $$failcom; \
|
|
done; \
|
|
if test "$$dot_seen" = "no"; then \
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
fi; test -z "$$fail"
|
|
|
|
mostlyclean-recursive clean-recursive distclean-recursive \
|
|
maintainer-clean-recursive:
|
|
@failcom='exit 1'; \
|
|
for f in x $$MAKEFLAGS; do \
|
|
case $$f in \
|
|
*=* | --[!k]*);; \
|
|
*k*) failcom='fail=yes';; \
|
|
esac; \
|
|
done; \
|
|
dot_seen=no; \
|
|
case "$@" in \
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
*) list='$(SUBDIRS)' ;; \
|
|
esac; \
|
|
rev=''; for subdir in $$list; do \
|
|
if test "$$subdir" = "."; then :; else \
|
|
rev="$$subdir $$rev"; \
|
|
fi; \
|
|
done; \
|
|
rev="$$rev ."; \
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
for subdir in $$rev; do \
|
|
echo "Making $$target in $$subdir"; \
|
|
if test "$$subdir" = "."; then \
|
|
local_target="$$target-am"; \
|
|
else \
|
|
local_target="$$target"; \
|
|
fi; \
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|| eval $$failcom; \
|
|
done && test -z "$$fail"
|
|
tags-recursive:
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|
done
|
|
ctags-recursive:
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
|
done
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
mkid -fID $$unique
|
|
tags: TAGS
|
|
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|
include_option=--etags-include; \
|
|
empty_fix=.; \
|
|
else \
|
|
include_option=--include; \
|
|
empty_fix=; \
|
|
fi; \
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
if test "$$subdir" = .; then :; else \
|
|
test ! -f $$subdir/TAGS || \
|
|
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
|
fi; \
|
|
done; \
|
|
list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$tags $$unique; \
|
|
fi
|
|
ctags: CTAGS
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$tags $$unique
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& cd $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
site.exp: Makefile
|
|
@echo 'Making a new site.exp file...'
|
|
@echo '## these variables are automatically generated by make ##' >site.tmp
|
|
@echo '# Do not edit here. If you wish to override these values' >>site.tmp
|
|
@echo '# edit the last section' >>site.tmp
|
|
@echo 'set srcdir $(srcdir)' >>site.tmp
|
|
@echo "set objdir `pwd`" >>site.tmp
|
|
@echo 'set build_alias "$(build_alias)"' >>site.tmp
|
|
@echo 'set build_triplet $(build_triplet)' >>site.tmp
|
|
@echo 'set host_alias "$(host_alias)"' >>site.tmp
|
|
@echo 'set host_triplet $(host_triplet)' >>site.tmp
|
|
@echo 'set target_alias "$(target_alias)"' >>site.tmp
|
|
@echo 'set target_triplet $(target_triplet)' >>site.tmp
|
|
@echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
|
|
@test ! -f site.exp || \
|
|
sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
|
|
@-rm -f site.bak
|
|
@test ! -f site.exp || mv site.exp site.bak
|
|
@mv site.tmp site.exp
|
|
|
|
distclean-DEJAGNU:
|
|
-rm -f site.exp site.bak
|
|
-l='$(DEJATOOL)'; for tool in $$l; do \
|
|
rm -f $$tool.sum $$tool.log; \
|
|
done
|
|
check-am:
|
|
$(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
|
|
check: check-recursive
|
|
all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
|
|
installdirs: installdirs-recursive
|
|
installdirs-am:
|
|
install: install-recursive
|
|
install-exec: install-exec-recursive
|
|
install-data: install-data-recursive
|
|
uninstall: uninstall-recursive
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-recursive
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
|
|
|
clean-generic:
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
-rm -f bfin-parse.c
|
|
-rm -f itbl-lex.c
|
|
-rm -f itbl-parse.c
|
|
-rm -f m68k-parse.c
|
|
clean: clean-recursive
|
|
|
|
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
|
|
mostlyclean-am
|
|
|
|
distclean: distclean-recursive
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-DEJAGNU distclean-compile \
|
|
distclean-generic distclean-hdr distclean-libtool \
|
|
distclean-tags
|
|
|
|
dvi: dvi-recursive
|
|
|
|
dvi-am:
|
|
|
|
html: html-recursive
|
|
|
|
info: info-recursive
|
|
|
|
info-am:
|
|
|
|
install-data-am:
|
|
|
|
install-exec-am: install-exec-local
|
|
|
|
install-info: install-info-recursive
|
|
|
|
install-man:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-recursive
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-recursive
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
mostlyclean-libtool
|
|
|
|
pdf: pdf-recursive
|
|
|
|
pdf-am:
|
|
|
|
ps: ps-recursive
|
|
|
|
ps-am:
|
|
|
|
uninstall-am:
|
|
|
|
uninstall-info: uninstall-info-recursive
|
|
|
|
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
|
|
check-DEJAGNU check-am clean clean-generic clean-libtool \
|
|
clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
|
|
distclean distclean-DEJAGNU distclean-compile \
|
|
distclean-generic distclean-hdr distclean-libtool \
|
|
distclean-recursive distclean-tags dvi dvi-am html html-am \
|
|
info info-am install install-am install-data install-data-am \
|
|
install-exec install-exec-am install-exec-local install-info \
|
|
install-info-am install-man install-strip installcheck \
|
|
installcheck-am installdirs installdirs-am maintainer-clean \
|
|
maintainer-clean-generic maintainer-clean-recursive \
|
|
mostlyclean mostlyclean-compile mostlyclean-generic \
|
|
mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
|
|
tags tags-recursive uninstall uninstall-am uninstall-info-am
|
|
|
|
po/POTFILES.in: @MAINT@ Makefile
|
|
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
|
|
&& mv tmp $(srcdir)/po/POTFILES.in
|
|
|
|
diststuff: $(EXTRA_DIST) info
|
|
all: info
|
|
|
|
# Stuff that every object file depends upon. If anything is removed
|
|
# from this list, remove it from dep-in.sed as well.
|
|
$(OBJS): ../bfd/bfd.h $(INCDIR)/symcat.h $(INCDIR)/bin-bugs.h \
|
|
$(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \
|
|
$(INCDIR)/fopen-same.h $(INCDIR)/fopen-bin.h $(INCDIR)/fopen-vms.h \
|
|
$(OBJ_FORMAT_H) $(TARG_CPU_H) $(TARG_ENV_H) \
|
|
as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
|
|
frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h
|
|
|
|
check-DEJAGNU: site.exp
|
|
if [ -d testsuite ]; then \
|
|
true; \
|
|
else \
|
|
mkdir testsuite; \
|
|
fi
|
|
rm -f testsuite/site.exp
|
|
cp site.exp testsuite/site.exp
|
|
rootme=`pwd`; export rootme; \
|
|
srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
|
|
EXPECT=${EXPECT} ; export EXPECT ; \
|
|
runtest=$(RUNTEST); \
|
|
cd testsuite; \
|
|
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
|
|
$$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
|
|
$(RUNTESTFLAGS); \
|
|
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
|
|
fi
|
|
|
|
# The implicit .c.o rule doesn't work for these, perhaps because of
|
|
# the variables, or perhaps because the sources are not on vpath.
|
|
$(TARG_CPU_O): $(TARG_CPU_C)
|
|
$(COMPILE) -c $(TARG_CPU_C)
|
|
$(ATOF_TARG_O): $(ATOF_TARG_C)
|
|
$(COMPILE) -c $(ATOF_TARG_C)
|
|
|
|
# ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
|
|
# so the automatic dependency stuff doesn't work.
|
|
ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
|
|
$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
|
|
$(INCDIR)/aout/stab_gnu.h
|
|
|
|
# We need all these explicit rules for the multi stuff. Because of
|
|
# these rules, we don't need one for OBJ_FORMAT_O.
|
|
|
|
obj-aout.o : $(srcdir)/config/obj-aout.c $(DEP_@target_cpu_type@_aout)
|
|
$(COMPILE) -c $(srcdir)/config/obj-aout.c
|
|
obj-coff.o: $(srcdir)/config/obj-coff.c $(DEP_@target_cpu_type@_coff)
|
|
$(COMPILE) -c $(srcdir)/config/obj-coff.c
|
|
obj-ecoff.o : $(srcdir)/config/obj-ecoff.c $(DEP_@target_cpu_type@_ecoff)
|
|
$(COMPILE) -c $(srcdir)/config/obj-ecoff.c
|
|
obj-elf.o : $(srcdir)/config/obj-elf.c $(DEP_@target_cpu_type@_elf)
|
|
$(COMPILE) -c $(srcdir)/config/obj-elf.c
|
|
obj-evax.o : $(srcdir)/config/obj-evax.c
|
|
$(COMPILE) -c $(srcdir)/config/obj-evax.c
|
|
obj-multi.o : $(srcdir)/config/obj-multi.c
|
|
$(COMPILE) -c $(srcdir)/config/obj-multi.c
|
|
obj-som.o : $(srcdir)/config/obj-som.c
|
|
$(COMPILE) -c $(srcdir)/config/obj-som.c
|
|
|
|
e-mipself.o : $(srcdir)/config/e-mipself.c
|
|
$(COMPILE) -c $(srcdir)/config/e-mipself.c
|
|
e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
|
|
$(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
|
|
e-i386aout.o: $(srcdir)/config/e-i386aout.c
|
|
$(COMPILE) -c $(srcdir)/config/e-i386aout.c
|
|
e-i386coff.o: $(srcdir)/config/e-i386coff.c
|
|
$(COMPILE) -c $(srcdir)/config/e-i386coff.c
|
|
e-i386elf.o: $(srcdir)/config/e-i386elf.c
|
|
$(COMPILE) -c $(srcdir)/config/e-i386elf.c
|
|
e-crisaout.o: $(srcdir)/config/e-crisaout.c
|
|
$(COMPILE) -c $(srcdir)/config/e-crisaout.c
|
|
e-criself.o: $(srcdir)/config/e-criself.c
|
|
$(COMPILE) -c $(srcdir)/config/e-criself.c
|
|
|
|
xtensa-relax.o: $(srcdir)/config/xtensa-relax.c
|
|
$(COMPILE) -c $(srcdir)/config/xtensa-relax.c
|
|
|
|
# If m68k-parse.y is in a different directory, then ylwrap will use an
|
|
# absolute path when it invokes yacc, which will cause yacc to put the
|
|
# absolute path into the generated file. That's a pain when it comes
|
|
# to generating snapshots, because it introduces spurious diffs.
|
|
# Since when we make the snapshots $(srcdir) = ".", we check for that
|
|
# case and handle it differently. This means that anybody who
|
|
# configures with $(srcdir) = "." will have to set their path in the
|
|
# debugger if they want to debug m68k-parse.y. This is bad, but on
|
|
# the other hand it's good that people who use the prebuilt
|
|
# m68k-parse.c don't get a spurious absolute path.
|
|
m68k-parse.c: $(srcdir)/config/m68k-parse.y
|
|
f=$(srcdir)/config/m68k-parse.y; \
|
|
if [ $$f = "./config/m68k-parse.y" ]; then \
|
|
ln -s config/m68k-parse.y . > /dev/null 2>/dev/null || \
|
|
ln config/m68k-parse.y . > /dev/null 2>/dev/null || \
|
|
cp config/m68k-parse.y . >/dev/null 2>/dev/null; \
|
|
f=m68k-parse.y; \
|
|
else true; fi; \
|
|
$(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \
|
|
if [ $$f = "m68k-parse.y" ]; then \
|
|
rm -f m68k-parse.y; \
|
|
else true; fi
|
|
# Disable -Werror, if it has been enabled, since old versions of bison/
|
|
# yacc will produce working code which contain compile time warnings.
|
|
m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
|
|
$(COMPILE) -c $< $(NO_WERROR)
|
|
|
|
# Don't let the .y.h rule clobber m68k-parse.h.
|
|
m68k-parse.h: ; @true
|
|
$(srcdir)/config/m68k-parse.h: ; @true
|
|
|
|
bfin-parse.c: $(srcdir)/config/bfin-parse.y
|
|
$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h -- $(YACCCOMPILE) -d ;
|
|
bfin-parse.h: bfin-parse.c
|
|
bfin-parse.o: bfin-parse.c bfin-parse.h $(srcdir)/config/bfin-defs.h \
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h $(BFDDIR)/libbfd.h
|
|
|
|
bfin-defs.h: ; @true
|
|
$(srcdir)/config/bfin-defs.h: ; @true
|
|
|
|
bfin-lex.c: $(srcdir)/config/bfin-lex.l
|
|
$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
|
|
bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
|
|
$(COMPILE) -c $< $(NO_WERROR)
|
|
|
|
# The instruction table specification lexical analyzer and parser.
|
|
|
|
itbl-lex.c: $(srcdir)/itbl-lex.l
|
|
|
|
# Disable -Werror, if it has been enabled, since old versions of bison/
|
|
# yacc will produce working code which contain compile time warnings.
|
|
itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h
|
|
$(COMPILE) -c $< $(NO_WERROR)
|
|
|
|
# Disable -Werror, if it has been enabled, since old versions of bison/
|
|
# yacc will produce working code which contain compile time warnings.
|
|
itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h
|
|
$(COMPILE) -c $< $(NO_WERROR)
|
|
|
|
itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
|
|
|
|
itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
|
|
$(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
|
|
|
|
itbl-tops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
|
|
$(COMPILE) -o itbl-tops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
|
|
|
|
itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h
|
|
$(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
|
|
|
|
cgen.o: cgen.c cgen.h cgen-desc.h subsegs.h \
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
|
|
$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
|
|
$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
|
|
|
|
.PHONY: install-html install-html-am install-html-recursive
|
|
|
|
install-html: install-html-recursive
|
|
|
|
install-html-recursive:
|
|
@failcom='exit 1'; \
|
|
for f in x $$MAKEFLAGS; do \
|
|
case $$f in \
|
|
*=* | --[!k]*);; \
|
|
*k*) failcom='fail=yes';; \
|
|
esac; \
|
|
done; \
|
|
dot_seen=no; \
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
echo "Making $$target in $$subdir"; \
|
|
if test "$$subdir" = "."; then \
|
|
dot_seen=yes; \
|
|
local_target="$$target-am"; \
|
|
else \
|
|
local_target="$$target"; \
|
|
fi; \
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|| eval $$failcom; \
|
|
done; \
|
|
if test "$$dot_seen" = "no"; then \
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
fi; test -z "$$fail"
|
|
|
|
.PHONY: install-exec-local install-data-local
|
|
.PHONY: install-exec-bindir install-exec-tooldir
|
|
|
|
install-exec-local: install-exec-bindir @install_tooldir@
|
|
|
|
install-exec-bindir: $(noinst_PROGRAMS)
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
|
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
|
else :; fi; \
|
|
done
|
|
|
|
install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
|
|
$(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
|
|
n=`echo as | sed '$(transform)'`; \
|
|
if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
|
|
rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
|
|
ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
|
|
|| $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
|
|
else \
|
|
true ; \
|
|
fi
|
|
|
|
# These exist for maintenance purposes.
|
|
|
|
.PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
|
|
|
|
bootstrap: as-new
|
|
$(MAKE) stage1
|
|
rm -f stage && ln -s stage1 stage
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
$(MAKE) stage2
|
|
rm -f stage && ln -s stage2 stage
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
$(MAKE) comparison against=stage2
|
|
|
|
bootstrap2:
|
|
rm -f stage && ln -s stage1 stage
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
$(MAKE) stage2
|
|
rm -f stage && ln -s stage2 stage
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
$(MAKE) comparison against=stage2
|
|
|
|
bootstrap3:
|
|
rm -f stage && ln -s stage2 stage
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
|
$(MAKE) comparison against=stage2
|
|
|
|
# Copy the object files from a particular stage into a subdirectory.
|
|
stage1:
|
|
-mkdir stage1
|
|
-mv $(STAGESTUFF) stage1
|
|
if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
|
|
|
|
stage2:
|
|
-mkdir stage2
|
|
-mv $(STAGESTUFF) stage2
|
|
if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
|
|
|
|
stage3:
|
|
-mkdir stage3
|
|
-mv $(STAGESTUFF) stage3
|
|
if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
|
|
|
|
# This rule is derived from corresponding code in the Makefile.in for gcc.
|
|
# The "tail +16c" is to bypass headers which may include timestamps or
|
|
# temporary assembly file names.
|
|
comparison:
|
|
x=0 ; \
|
|
for file in *.o ; do \
|
|
tail +16c ./$$file > tmp-foo1; \
|
|
if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
|
|
if cmp tmp-foo1 tmp-foo2 ; then \
|
|
true ; \
|
|
else \
|
|
echo $$file differs ; \
|
|
x=1 ; \
|
|
fi ; \
|
|
else true; fi ; \
|
|
done ; \
|
|
exit $$x
|
|
-rm -f tmp-foo*
|
|
|
|
.PHONY: de-stage1 de-stage2 de-stage3
|
|
|
|
de-stage1:
|
|
- (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
|
|
- rmdir stage1
|
|
|
|
de-stage2:
|
|
- (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
|
|
- rmdir stage2
|
|
|
|
de-stage3:
|
|
- (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
|
|
- rmdir stage3
|
|
|
|
# Automatic dependency computation. This is a real pain, because the
|
|
# dependencies change based on target_cpu_type and obj_format.
|
|
# Just to make things even more complicated, automake separates the
|
|
# dependency variable assignments from the dependency rules, and tacks
|
|
# on a .NOEXPORT at the end of Makefile.in.
|
|
|
|
DEP: dep.sed $(DEP_FILE_DEPS) DEPTC DEPOBJ DEP2
|
|
rm -f DEP1 # delete because we use $? in DEP1 rule
|
|
srcdir=`cd $(srcdir); pwd`; \
|
|
$(MAKE) MKDEP="$(MKDEP)" srcdir="$${srcdir}" VPATH="$${srcdir}" DEP1
|
|
rm -rf DEPDIR
|
|
echo 'AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' > DEPA
|
|
sed -f dep.sed < DEPTC >> DEPA
|
|
sed -f dep.sed < DEPOBJ >> DEPA
|
|
sed -f dep.sed < DEP2 >> DEPA
|
|
echo 'BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
|
|
echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' >> DEPA
|
|
sed -f dep.sed < DEP1 >> DEPA
|
|
echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA
|
|
echo '$$(TARG_CPU_O): $$(DEPTC_@target''_cpu_type@_@obj''_format@)' >> DEPA
|
|
echo '$$(OBJ_FORMAT_O): $$(DEPOBJ_@target''_cpu_type@_@obj''_format@)' >> DEPA
|
|
echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
|
|
if grep ' /' DEPA > /dev/null 2> /dev/null; then \
|
|
echo 'make DEP failed!'; exit 1; \
|
|
else \
|
|
mv -f DEPA $@; \
|
|
fi
|
|
|
|
DEP1: $(CFILES) $(MULTI_CFILES)
|
|
if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
|
|
srcdir=`cd $(srcdir); pwd`; \
|
|
cd DEPDIR; \
|
|
echo '' > targ-cpu.h; \
|
|
echo '' > obj-format.h; \
|
|
echo '' > targ-env.h; \
|
|
echo '' > itbl-cpu.h; \
|
|
echo '' > itbl-parse.h; \
|
|
$(MKDEP) $(DEP_FLAGS) $? > DEP
|
|
mv -f DEPDIR/DEP $@
|
|
|
|
# Work out the special dependencies for the tc-*.c files.
|
|
DEPTC: $(TARGET_CPU_CFILES)
|
|
rm -f DEPTCA
|
|
if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
|
|
srcdir=`cd $(srcdir); pwd`; \
|
|
cd DEPDIR; \
|
|
for c in $(CPU_TYPES); do \
|
|
for o in $(OBJ_FORMATS); do \
|
|
$(CPU_OBJ_VALID) \
|
|
if [ x$${valid} = xyes ]; then \
|
|
echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
|
|
echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
|
|
echo '#include "te-generic.h"' > targ-env.h; \
|
|
echo '' > itbl-cpu.h; \
|
|
echo '' > itbl-parse.h; \
|
|
echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
|
|
rm -f dummy.c; \
|
|
cp $${srcdir}/config/tc-$${c}.c dummy.c; \
|
|
$(MKDEP) $(DEP_FLAGS) dummy.c | \
|
|
sed -e "s/dummy.o: dummy.c/DEPTC_$${c}_$${o} =/" >> ../DEPTCA; \
|
|
rm -f dummy.c; \
|
|
else true; fi; \
|
|
done; \
|
|
done
|
|
echo 'DEPTC_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> DEPTCA
|
|
echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPTCA
|
|
echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> DEPTCA
|
|
for c in $(MULTI_CPU_TYPES); do \
|
|
echo "DEPTC_$${c}"'_multi = \' >> DEPTCA; \
|
|
for o in $(OBJ_FORMATS); do \
|
|
$(MULTI_CPU_OBJ_VALID) \
|
|
if [ x$${valid} = xyes ]; then \
|
|
echo '$$(DEPTC_'"$${c}_$${o}"') \' >> DEPTCA; \
|
|
else true; fi; \
|
|
done; \
|
|
echo '' >> DEPTCA; \
|
|
done
|
|
mv -f DEPTCA DEPTC
|
|
|
|
# Work out the special dependencies for the obj-*.c files.
|
|
DEPOBJ: $(OBJ_FORMAT_CFILES)
|
|
rm -f DEPOBJA
|
|
if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
|
|
srcdir=`cd $(srcdir); pwd`; \
|
|
cd DEPDIR; \
|
|
for c in $(CPU_TYPES); do \
|
|
for o in $(OBJ_FORMATS); do \
|
|
$(CPU_OBJ_VALID) \
|
|
if [ x$${valid} = xyes ]; then \
|
|
echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
|
|
echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
|
|
echo '#include "te-generic.h"' > targ-env.h; \
|
|
echo '' > itbl-cpu.h; \
|
|
echo '' > itbl-parse.h; \
|
|
rm -f dummy.c; \
|
|
cp $${srcdir}/config/obj-$${o}.c dummy.c; \
|
|
$(MKDEP) $(DEP_FLAGS) dummy.c | \
|
|
sed -e "s/dummy.o: dummy.c/DEPOBJ_$${c}_$${o} =/" >> ../DEPOBJA; \
|
|
rm -f dummy.c; \
|
|
else true; fi; \
|
|
done; \
|
|
done
|
|
echo 'DEPOBJ_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> DEPOBJA
|
|
echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPOBJA
|
|
echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA
|
|
echo ' $$(INCDIR)/aout/stab.def' >> DEPOBJA
|
|
for c in $(MULTI_CPU_TYPES); do \
|
|
echo "DEPOBJ_$${c}"'_multi = \' >> DEPOBJA; \
|
|
for o in $(OBJ_FORMATS); do \
|
|
$(MULTI_CPU_OBJ_VALID) \
|
|
if [ x$${valid} = xyes ]; then \
|
|
echo '$$(DEPOBJ_'"$${c}_$${o}"') \' >> DEPOBJA; \
|
|
else true; fi; \
|
|
done; \
|
|
echo '' >> DEPOBJA; \
|
|
done
|
|
mv -f DEPOBJA DEPOBJ
|
|
|
|
# Work out the dependencies for each CPU/OBJ combination.
|
|
# Note that SOM is a special case, because it only works native.
|
|
DEP2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
|
|
rm -f DEP2A
|
|
if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
|
|
srcdir=`cd $(srcdir); pwd`; \
|
|
cd DEPDIR; \
|
|
for c in $(CPU_TYPES); do \
|
|
for o in $(OBJ_FORMATS); do \
|
|
$(CPU_OBJ_VALID) \
|
|
if [ x$${valid} = xyes ]; then \
|
|
echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
|
|
echo '#include "obj-'"$${o}"'.h"' > dummy.c; \
|
|
$(MKDEP) $(DEP_FLAGS) dummy.c | \
|
|
sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" >> ../DEP2A; \
|
|
else true; fi; \
|
|
done; \
|
|
done
|
|
echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> DEP2A
|
|
for c in $(MULTI_CPU_TYPES); do \
|
|
echo "DEP_$${c}"'_multi = \' >> DEP2A; \
|
|
for o in $(OBJ_FORMATS); do \
|
|
$(MULTI_CPU_OBJ_VALID) \
|
|
if [ x$${valid} = xyes ]; then \
|
|
echo '$$(DEP_'"$${c}_$${o}"') \' >> DEP2A; \
|
|
else true; fi; \
|
|
done; \
|
|
echo '' >> DEP2A; \
|
|
done
|
|
mv -f DEP2A DEP2
|
|
|
|
dep.sed: dep-in.sed config.status
|
|
srcdir=`cd $(srcdir); pwd`; \
|
|
sed <$(srcdir)/dep-in.sed >dep.sed \
|
|
-e "s!@INCDIR@!$${srcdir}/../include!" \
|
|
-e "s!@BFDDIR@!$${srcdir}/../bfd!" \
|
|
-e "s!@SRCDIR@!$${srcdir}!" \
|
|
-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gas,,`'!'
|
|
|
|
dep: DEP
|
|
sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
|
|
< Makefile > tmp-Makefile
|
|
cat DEP >> tmp-Makefile
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
|
|
|
|
dep-in: DEP
|
|
sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
|
|
< $(srcdir)/Makefile.in > tmp-Makefile.in
|
|
cat DEP >> tmp-Makefile.in
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
|
|
|
|
dep-am: DEP
|
|
sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
|
|
< $(srcdir)/Makefile.am > tmp-Makefile.am
|
|
cat DEP >> tmp-Makefile.am
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
|
|
|
|
# HEED THE MKDEP WARNINGS.
|
|
# ANYTHING CHANGED OR ADDED BETWEEN THE WARNING LINES MAY GO AWAY.
|
|
.PHONY: dep dep-in dep-am
|
|
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
|
|
app.o: app.c
|
|
as.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
|
|
sb.h macro.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
|
|
../bfd/bfdver.h
|
|
atof-generic.o: atof-generic.c $(INCDIR)/safe-ctype.h
|
|
cond.o: cond.c sb.h macro.h $(INCDIR)/obstack.h
|
|
depend.o: depend.c
|
|
dwarf2dbg.o: dwarf2dbg.c $(INCDIR)/safe-ctype.h dwarf2dbg.h \
|
|
$(INCDIR)/filenames.h subsegs.h $(INCDIR)/obstack.h \
|
|
$(INCDIR)/elf/dwarf2.h
|
|
dw2gencfi.o: dw2gencfi.c dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
|
ecoff.o: ecoff.c ecoff.h
|
|
ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
|
|
expr.o: expr.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h
|
|
flonum-copy.o: flonum-copy.c
|
|
flonum-konst.o: flonum-konst.c
|
|
flonum-mult.o: flonum-mult.c
|
|
frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
|
|
hash.o: hash.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h
|
|
input-file.o: input-file.c input-file.h $(INCDIR)/safe-ctype.h
|
|
input-scrub.o: input-scrub.c input-file.h sb.h
|
|
listing.o: listing.c $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
|
|
input-file.h subsegs.h
|
|
literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
|
|
macro.o: macro.c $(INCDIR)/safe-ctype.h sb.h macro.h
|
|
messages.o: messages.c
|
|
output-file.o: output-file.c output-file.h
|
|
read.o: read.c $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
|
|
sb.h macro.h ecoff.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
|
|
sb.o: sb.c sb.h
|
|
stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
|
|
subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
|
|
symbols.o: symbols.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
|
|
subsegs.h struc-symbol.h
|
|
write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h \
|
|
dwarf2dbg.h
|
|
itbl-ops.o: itbl-ops.c itbl-ops.h
|
|
e-crisaout.o: $(srcdir)/config/e-crisaout.c emul-target.h
|
|
e-criself.o: $(srcdir)/config/e-criself.c emul-target.h
|
|
e-i386aout.o: $(srcdir)/config/e-i386aout.c emul-target.h
|
|
e-i386coff.o: $(srcdir)/config/e-i386coff.c emul-target.h
|
|
e-i386elf.o: $(srcdir)/config/e-i386elf.c emul-target.h
|
|
e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul-target.h
|
|
e-mipself.o: $(srcdir)/config/e-mipself.c emul-target.h
|
|
$(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
|
|
$(TARG_CPU_O): $(DEPTC_@target_cpu_type@_@obj_format@)
|
|
$(OBJ_FORMAT_O): $(DEPOBJ_@target_cpu_type@_@obj_format@)
|
|
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|