1998-04-22 04:27:16 +08:00
|
|
|
# Makefile.in generated automatically by automake 1.3 from Makefile.am
|
1991-04-05 02:19:53 +08:00
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
1997-08-06 12:30:05 +08:00
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
1998-04-01 06:54:00 +08:00
|
|
|
# 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.
|
1991-04-05 02:19:53 +08:00
|
|
|
|
|
|
|
|
1998-01-30 03:48:18 +08:00
|
|
|
SHELL = @SHELL@
|
1991-04-05 02:19:53 +08:00
|
|
|
|
Conversion to autoconf:
* acconfig.h, aclocal.m4: New files.
* configure.in: Rewritten (except for some target-specific code) for autoconf.
* conf.in, configure: New files, generated from the above.
* Makefile.in: Changed magic sequence indicating insertion of makefile
fragments.
(VPATH, srcdir, CC, LIBS, OBJS dependencies): Use @-substitutions from
configure.
(LINKED_HEADERS): Deleted a.out.gnu.h, a.out.h, and host.h.
(config.status, configure): Rewrite rules.
(config-stamp): Depend on conf. Skip variables that configure is now
substituting itself.
(*.o dependencies): Deleted host.h.
(distclean, realclean): Don't delete host.h.
* as.c: Don't include stdio.h, string.h, sys/types.h. Include signal.h after
as.h.
* as.h: Include alloca-conf.h first. Include ctype.h, string.h, strings.h,
stdlib.h, unistd.h, sys/types.h, fopen-bin.h, fopen-same.h, as suggested by
autoconf test results.
[BROKEN_ASSERT]: Don't include assert.h.
(strdup): Declare.
(volatile, const): Define if not __STDC__ and not already defined.
(malloc, realloc) [NEED_MALLOC_DECLARATION]: Declare.
(free) [NEED_FREE_DECLARATION]: Declare.
* gasp.c: Include config.h, stdlib.h (if HAVE_STDLIB_H). Don't include host.h.
(malloc) [NEED_MALLOC_DECLARATION]: Declare.
* messages.c: Include as.h first. Include errno.h only if HAVE_ERRNO_H. If
HAVE_VARARGS_H and not __STDC__, undefine HAVE_STDARG_H. Set NO_STDARG and
NO_VARARGS as appropriate.
* doc/Makefile.in (srcdir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use
autoconf @-substitutions.
1994-08-28 15:59:06 +08:00
|
|
|
srcdir = @srcdir@
|
1997-08-06 12:30:05 +08:00
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
VPATH = @srcdir@
|
1994-09-01 07:51:38 +08:00
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
1992-03-08 15:47:55 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
bindir = @bindir@
|
|
|
|
sbindir = @sbindir@
|
|
|
|
libexecdir = @libexecdir@
|
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
* doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
includedir): Use autoconf set values.
(docdir): Removed.
1996-06-25 20:40:48 +08:00
|
|
|
datadir = @datadir@
|
1997-08-06 12:30:05 +08:00
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
libdir = @libdir@
|
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
* doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
includedir): Use autoconf set values.
(docdir): Removed.
1996-06-25 20:40:48 +08:00
|
|
|
infodir = @infodir@
|
1997-08-06 12:30:05 +08:00
|
|
|
mandir = @mandir@
|
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
* doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
includedir): Use autoconf set values.
(docdir): Removed.
1996-06-25 20:40:48 +08:00
|
|
|
includedir = @includedir@
|
1997-08-06 12:30:05 +08:00
|
|
|
oldincludedir = /usr/include
|
1991-12-07 15:19:08 +08:00
|
|
|
|
1998-04-22 04:27:16 +08:00
|
|
|
DISTDIR =
|
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
1993-06-16 08:03:44 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
top_builddir = .
|
|
|
|
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
1991-12-07 15:19:08 +08:00
|
|
|
|
1997-04-16 01:11:08 +08:00
|
|
|
INSTALL = @INSTALL@
|
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
(docdir): Removed.
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
* doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
includedir): Use autoconf set values.
(docdir): Removed.
1996-06-25 20:40:48 +08:00
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
1997-08-06 12:30:05 +08:00
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
transform = @program_transform_name@
|
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
1997-08-06 12:30:05 +08:00
|
|
|
build_alias = @build_alias@
|
|
|
|
build_triplet = @build@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_triplet = @host@
|
|
|
|
target_alias = @target_alias@
|
|
|
|
target_triplet = @target@
|
|
|
|
ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
|
1998-04-22 04:27:16 +08:00
|
|
|
AS = @AS@
|
1997-08-06 12:30:05 +08:00
|
|
|
BFDLIB = @BFDLIB@
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
CATALOGS = @CATALOGS@
|
|
|
|
CATOBJEXT = @CATOBJEXT@
|
Conversion to autoconf:
* acconfig.h, aclocal.m4: New files.
* configure.in: Rewritten (except for some target-specific code) for autoconf.
* conf.in, configure: New files, generated from the above.
* Makefile.in: Changed magic sequence indicating insertion of makefile
fragments.
(VPATH, srcdir, CC, LIBS, OBJS dependencies): Use @-substitutions from
configure.
(LINKED_HEADERS): Deleted a.out.gnu.h, a.out.h, and host.h.
(config.status, configure): Rewrite rules.
(config-stamp): Depend on conf. Skip variables that configure is now
substituting itself.
(*.o dependencies): Deleted host.h.
(distclean, realclean): Don't delete host.h.
* as.c: Don't include stdio.h, string.h, sys/types.h. Include signal.h after
as.h.
* as.h: Include alloca-conf.h first. Include ctype.h, string.h, strings.h,
stdlib.h, unistd.h, sys/types.h, fopen-bin.h, fopen-same.h, as suggested by
autoconf test results.
[BROKEN_ASSERT]: Don't include assert.h.
(strdup): Declare.
(volatile, const): Define if not __STDC__ and not already defined.
(malloc, realloc) [NEED_MALLOC_DECLARATION]: Declare.
(free) [NEED_FREE_DECLARATION]: Declare.
* gasp.c: Include config.h, stdlib.h (if HAVE_STDLIB_H). Don't include host.h.
(malloc) [NEED_MALLOC_DECLARATION]: Declare.
* messages.c: Include as.h first. Include errno.h only if HAVE_ERRNO_H. If
HAVE_VARARGS_H and not __STDC__, undefine HAVE_STDARG_H. Set NO_STDARG and
NO_VARARGS as appropriate.
* doc/Makefile.in (srcdir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use
autoconf @-substitutions.
1994-08-28 15:59:06 +08:00
|
|
|
CC = @CC@
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
DATADIRNAME = @DATADIRNAME@
|
1998-04-22 04:27:16 +08:00
|
|
|
DLLTOOL = @DLLTOOL@
|
1997-07-29 08:54:28 +08:00
|
|
|
EXEEXT = @EXEEXT@
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
GMOFILES = @GMOFILES@
|
|
|
|
GMSGFMT = @GMSGFMT@
|
|
|
|
GT_NO = @GT_NO@
|
|
|
|
GT_YES = @GT_YES@
|
|
|
|
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
|
|
|
|
INSTOBJEXT = @INSTOBJEXT@
|
|
|
|
INTLDEPS = @INTLDEPS@
|
|
|
|
INTLOBJS = @INTLOBJS@
|
1997-08-06 12:30:05 +08:00
|
|
|
LD = @LD@
|
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
LN_S = @LN_S@
|
|
|
|
MAINT = @MAINT@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
MKINSTALLDIRS = @MKINSTALLDIRS@
|
|
|
|
MSGFMT = @MSGFMT@
|
1998-02-06 01:45:32 +08:00
|
|
|
NM = @NM@
|
1997-08-06 12:30:05 +08:00
|
|
|
OPCODES_LIB = @OPCODES_LIB@
|
|
|
|
PACKAGE = @PACKAGE@
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
POFILES = @POFILES@
|
|
|
|
POSUB = @POSUB@
|
1997-08-06 12:30:05 +08:00
|
|
|
RANLIB = @RANLIB@
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
|
|
|
|
USE_NLS = @USE_NLS@
|
1997-08-06 12:30:05 +08:00
|
|
|
VERSION = @VERSION@
|
|
|
|
atof = @atof@
|
1998-07-24 11:39:19 +08:00
|
|
|
cgen_cpu_prefix = @cgen_cpu_prefix@
|
1997-08-06 12:30:05 +08:00
|
|
|
extra_objects = @extra_objects@
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
l = @l@
|
1997-08-06 12:30:05 +08:00
|
|
|
obj_format = @obj_format@
|
|
|
|
target_cpu_type = @target_cpu_type@
|
|
|
|
te_file = @te_file@
|
|
|
|
|
1998-07-24 11:39:19 +08:00
|
|
|
INTLLIBS = @INTLLIBS@
|
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
AUTOMAKE_OPTIONS = cygnus dejagnu
|
1997-08-06 12:30:05 +08:00
|
|
|
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
SUBDIRS = doc po
|
1992-08-19 05:24:59 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
tooldir = $(exec_prefix)/$(target_alias)
|
1995-09-14 04:35:17 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
|
|
|
|
LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
|
1991-04-05 02:19:53 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
DEP = mkdep
|
1993-06-16 08:03:44 +08:00
|
|
|
|
1997-04-08 02:38:33 +08:00
|
|
|
TARG_CPU = @target_cpu_type@
|
* configure.in: Don't set files and links. Don't call
AC_LINK_FILES. Substitute te_file. Create targ-cpu.h,
obj-format.h, targ-env.h, and itbl-cpu.h in AC_OUTPUT.
* configure: Rebuild.
* Makefile.in (TARG_CPU_C): New variable.
(TARG_CPU_O, TARG_CPU_H): New variables.
(OBJ_FORMAT_C, OBJ_FORMAT_O, OBJ_FORMAT_H): New variables.
(TARG_ENV_H, ATOF_TARG_C, ATOF_TARG_O): New variables.
(SOURCES): Rename from REAL_SOURCES. Delete old definition.
(LINKED_SOURCES): Remove.
(HEADERS): Rename from REAL_HEADERS. Delete old definition.
(LINKED_HEADERS): Remove.
(OBJS): Use $(TARG_CPU_O), etc., rather than targ-cpu.o, etc.
($(OBJS)): Depend upon $(TARG_ENV_H), etc., rather than
targ-cpu.h, etc.
($(TARG_CPU_O), $(OBJ_FORMAT_O) $(ATOF_TARG_O)): New targets.
(targ-cpu.o, obj-format.o, atof-targ.o): Remove targets.
(itbl-cpu.h): Remove target.
(DISTCLEAN_HERE): Remove targ-cpu.c, obj-format.c, atof-targ.c,
atof-targ.h.
1997-03-22 04:48:27 +08:00
|
|
|
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
|
|
|
|
|
1997-02-24 06:23:12 +08:00
|
|
|
# use @target_cpu_type@ for refering to configured target name
|
1997-02-26 03:28:05 +08:00
|
|
|
IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
|
1997-02-24 06:23:12 +08:00
|
|
|
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
|
|
|
|
|
1997-04-02 05:09:44 +08:00
|
|
|
# CPU types. This is only used for dependency information.
|
|
|
|
|
|
|
|
CPU_TYPES = \
|
|
|
|
a29k \
|
|
|
|
alpha \
|
1998-01-30 03:48:18 +08:00
|
|
|
arc \
|
1997-04-02 05:09:44 +08:00
|
|
|
arm \
|
|
|
|
d10v \
|
1998-07-24 11:39:19 +08:00
|
|
|
d30v \
|
1997-04-02 05:09:44 +08:00
|
|
|
h8300 \
|
|
|
|
h8500 \
|
|
|
|
hppa \
|
|
|
|
i386 \
|
|
|
|
i860 \
|
|
|
|
i960 \
|
1997-04-05 08:21:26 +08:00
|
|
|
m32r \
|
1997-04-02 05:09:44 +08:00
|
|
|
m68k \
|
|
|
|
m88k \
|
|
|
|
mips \
|
|
|
|
mn10200 \
|
|
|
|
mn10300 \
|
|
|
|
ns32k \
|
|
|
|
ppc \
|
|
|
|
sh \
|
|
|
|
sparc \
|
|
|
|
tahoe \
|
1998-02-03 08:17:20 +08:00
|
|
|
tic30 \
|
1997-04-02 05:09:44 +08:00
|
|
|
vax \
|
|
|
|
w65 \
|
1997-09-04 07:06:11 +08:00
|
|
|
v850 \
|
1997-04-02 05:09:44 +08:00
|
|
|
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 \
|
|
|
|
bout \
|
|
|
|
coff \
|
|
|
|
ecoff \
|
|
|
|
elf \
|
|
|
|
evax \
|
|
|
|
hp300 \
|
|
|
|
ieee \
|
|
|
|
vms
|
|
|
|
|
|
|
|
# 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 \
|
1998-02-03 08:17:20 +08:00
|
|
|
a29k | arm | i386 | i860 | m68k | mips | ns32k | sparc | tahoe | tic30 | vax) \
|
1997-04-02 05:09:44 +08:00
|
|
|
valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
bout) \
|
|
|
|
case $$c in \
|
|
|
|
i960) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
coff) valid=yes ;; \
|
|
|
|
ecoff) \
|
|
|
|
case $$c in \
|
|
|
|
mips | alpha) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
elf) valid=yes ;; \
|
|
|
|
evax) \
|
|
|
|
case $$c in \
|
|
|
|
alpha) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
hp300) \
|
|
|
|
case $$c in \
|
|
|
|
m68k) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
vms) \
|
|
|
|
case $$c in \
|
|
|
|
vax) valid=yes ;; \
|
|
|
|
esac ;; \
|
|
|
|
esac;
|
|
|
|
|
|
|
|
# This is like CPU_OBJ_VALID, for the obj=multi case.
|
|
|
|
|
|
|
|
CPU_MULTI_VALID = \
|
|
|
|
valid= ; \
|
|
|
|
case $$c in \
|
|
|
|
i386 | mips) valid=yes ;; \
|
|
|
|
esac;
|
|
|
|
|
|
|
|
# Regular source files.
|
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
GAS_CFILES = \
|
1997-04-02 05:09:44 +08:00
|
|
|
app.c \
|
|
|
|
as.c \
|
|
|
|
atof-generic.c \
|
|
|
|
bignum-copy.c \
|
|
|
|
cond.c \
|
1997-05-24 03:30:41 +08:00
|
|
|
depend.c \
|
1997-04-02 05:09:44 +08:00
|
|
|
ecoff.c \
|
1998-02-06 11:42:05 +08:00
|
|
|
ehopt.c \
|
1997-04-02 05:09:44 +08:00
|
|
|
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
|
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
CFILES = $(GAS_CFILES) gasp.c itbl-ops.c
|
|
|
|
|
1997-04-02 05:09:44 +08:00
|
|
|
HFILES = \
|
|
|
|
as.h \
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
asintl.h \
|
1997-04-02 05:09:44 +08:00
|
|
|
bignum.h \
|
|
|
|
bit_fix.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
cgen.h \
|
1997-04-02 05:09:44 +08:00
|
|
|
ecoff.h \
|
|
|
|
emul-target.h \
|
|
|
|
emul.h \
|
|
|
|
expr.h \
|
|
|
|
flonum.h \
|
|
|
|
frags.h \
|
|
|
|
hash.h \
|
|
|
|
input-file.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-a29k.c \
|
|
|
|
config/tc-alpha.c \
|
1998-01-30 03:48:18 +08:00
|
|
|
config/tc-arc.c \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-arm.c \
|
|
|
|
config/tc-d10v.c \
|
1998-07-24 11:39:19 +08:00
|
|
|
config/tc-d30v.c \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-h8300.c \
|
|
|
|
config/tc-h8500.c \
|
|
|
|
config/tc-hppa.c \
|
|
|
|
config/tc-i386.c \
|
|
|
|
config/tc-i860.c \
|
|
|
|
config/tc-i960.c \
|
1997-04-05 08:21:26 +08:00
|
|
|
config/tc-m32r.c \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-m68k.c \
|
|
|
|
config/tc-m88k.c \
|
|
|
|
config/tc-mips.c \
|
|
|
|
config/tc-mn10200.c \
|
|
|
|
config/tc-mn10300.c \
|
|
|
|
config/tc-ns32k.c \
|
|
|
|
config/tc-ppc.c \
|
|
|
|
config/tc-sh.c \
|
|
|
|
config/tc-sparc.c \
|
|
|
|
config/tc-tahoe.c \
|
1998-02-03 08:17:20 +08:00
|
|
|
config/tc-tic30.c \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-vax.c \
|
|
|
|
config/tc-w65.c \
|
1997-09-04 07:06:11 +08:00
|
|
|
config/tc-v850.c \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-z8k.c
|
|
|
|
|
|
|
|
TARGET_CPU_HFILES = \
|
|
|
|
config/tc-a29k.h \
|
|
|
|
config/tc-alpha.h \
|
1998-01-30 03:48:18 +08:00
|
|
|
config/tc-arc.h \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-arm.h \
|
|
|
|
config/tc-d10v.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
config/tc-d30v.h \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-h8300.h \
|
|
|
|
config/tc-h8500.h \
|
|
|
|
config/tc-hppa.h \
|
|
|
|
config/tc-i386.h \
|
|
|
|
config/tc-i860.h \
|
|
|
|
config/tc-i960.h \
|
1997-04-05 08:21:26 +08:00
|
|
|
config/tc-m32r.h \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-m68k.h \
|
|
|
|
config/tc-m88k.h \
|
|
|
|
config/tc-mips.h \
|
|
|
|
config/tc-mn10200.h \
|
|
|
|
config/tc-mn10300.h \
|
|
|
|
config/tc-ns32k.h \
|
|
|
|
config/tc-ppc.h \
|
|
|
|
config/tc-sh.h \
|
|
|
|
config/tc-sparc.h \
|
|
|
|
config/tc-tahoe.h \
|
1998-02-03 08:17:20 +08:00
|
|
|
config/tc-tic30.h \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-vax.h \
|
|
|
|
config/tc-w65.h \
|
1997-09-04 07:06:11 +08:00
|
|
|
config/tc-v850.h \
|
1997-04-02 05:09:44 +08:00
|
|
|
config/tc-z8k.h
|
|
|
|
|
|
|
|
# OBJ files in config
|
|
|
|
|
|
|
|
OBJ_FORMAT_CFILES = \
|
|
|
|
config/obj-aout.c \
|
|
|
|
config/obj-bout.c \
|
|
|
|
config/obj-coff.c \
|
|
|
|
config/obj-ecoff.c \
|
|
|
|
config/obj-elf.c \
|
|
|
|
config/obj-evax.c \
|
|
|
|
config/obj-hp300.c \
|
|
|
|
config/obj-ieee.c \
|
|
|
|
config/obj-som.c \
|
|
|
|
config/obj-vms.c
|
|
|
|
|
|
|
|
OBJ_FORMAT_HFILES = \
|
|
|
|
config/obj-aout.h \
|
|
|
|
config/obj-bout.h \
|
|
|
|
config/obj-coff.h \
|
|
|
|
config/obj-ecoff.h \
|
|
|
|
config/obj-elf.h \
|
|
|
|
config/obj-evax.h \
|
|
|
|
config/obj-hp300.h \
|
|
|
|
config/obj-ieee.h \
|
|
|
|
config/obj-som.h \
|
|
|
|
config/obj-vms.h
|
|
|
|
|
|
|
|
# Emulation header files in config
|
|
|
|
|
|
|
|
TARG_ENV_HFILES = \
|
|
|
|
config/te-386bsd.h \
|
|
|
|
config/te-aux.h \
|
|
|
|
config/te-delta.h \
|
|
|
|
config/te-delt88.h \
|
|
|
|
config/te-dpx2.h \
|
|
|
|
config/te-dynix.h \
|
|
|
|
config/te-generic.h \
|
|
|
|
config/te-go32.h \
|
|
|
|
config/te-hp300.h \
|
|
|
|
config/te-hppa.h \
|
|
|
|
config/te-i386aix.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-multi.h \
|
|
|
|
config/te-nbsd.h \
|
|
|
|
config/te-nbsd532.h \
|
|
|
|
config/te-pc532mach.h \
|
|
|
|
config/te-pe.h \
|
|
|
|
config/te-ppcnw.h \
|
|
|
|
config/te-psos.h \
|
|
|
|
config/te-riscix.h \
|
|
|
|
config/te-sparcaout.h \
|
|
|
|
config/te-sun3.h \
|
|
|
|
config/te-svr4.h \
|
|
|
|
config/te-sysv32.h
|
|
|
|
|
|
|
|
# Multi files in config
|
|
|
|
|
|
|
|
MULTI_CFILES = \
|
|
|
|
config/e-i386coff.c \
|
|
|
|
config/e-i386elf.c \
|
|
|
|
config/e-mipsecoff.c \
|
|
|
|
config/e-mipself.c
|
Add support for macros.
* as.c: Include sb.h and macro.h.
(max_macro_next): New global variable.
(main): Call macro_init.
(macro_expr): New static function.
* as.h (max_macro_nest): Declare.
* read.c (line_label): Rename from mri_line_label. Change all
uses.
(potable): Add exitm, irp, irpc, macro, mexit, rept.
(read_a_source_file): Always clear line_label at the start of a
line, not just when flag_mri or LABELS_WITHOUT_COLONS. Fixup
MRI/LABELS_WITHOUT_COLONS handling. In MRI mode, permit label:
equ val. Set line_label when calling colon. In MRI mode, a
leading '.' does not imply a pseudo-op. Check for macro expansion
before calling md_assemble.
(s_irp): New function.
(get_line_sb): New static function.
(s_macro): New function.
(s_mexit): New function.
(s_rept): New function.
* read.h (line_label): Rename from mri_line_label.
(s_irp, s_rept): Declare.
(s_macro, s_mexit): Declare.
* input-scrub.c: Include sb.h.
(sb_index, from_sb): New static variables.
(macro_nest): New static variable.
(struct input_save): Add sb_index and from_sb fields. Change
next_saved_file field to be struct input_save *.
(next_saved_file): Changed to be struct input_save *.
(input_scrub_push): Change to return type struct input_save *.
Save sb_index and from_sb.
(input_scrub_pop): Change parameter type to struct input_save *.
Restore sb_index and from_sb.
(input_scrub_include_sb): New function.
(input_scrub_next_buffer): Handle reading from from_sb.
(bump_line_counters): Only increment lines if not using from_sb.
* config/tc-m68k.c (opt_table): Add nest.
(opt_nest): New static function.
* gasp.c: Include sb.h and macro.h. Move all sb related functions
and definitions to sb.h and sb.c. Move all macro related
functions and definitions to macro.h and macro.c.
* sb.h, sb.c: New files, extracted from gasp.c.
* macro.h, macro.c: Likewise.
* Makefile.in (OBJS): Add sb.o and macro.o
(GASPOBJS): Define.
(gasp.new): Depend upon $(GASPOBJS). Use $(GASPOBJS) to link.
(TARG_CPU_DEP_m68k): Depend upon subsegs.h.
(gasp.o): Depend upon sb.h and macro.h.
(sb.o): New target.
(macro.o): New target.
(as.o): Depend upon sb.h and macro.h.
(input-scrub.o): Depend upon sb.h.
(read.o): Depend upon sb.h and macro.h.
1995-08-22 02:35:11 +08:00
|
|
|
|
1998-01-30 03:48:18 +08:00
|
|
|
CONFIG_OBJS = \
|
* configure.in: Don't set files and links. Don't call
AC_LINK_FILES. Substitute te_file. Create targ-cpu.h,
obj-format.h, targ-env.h, and itbl-cpu.h in AC_OUTPUT.
* configure: Rebuild.
* Makefile.in (TARG_CPU_C): New variable.
(TARG_CPU_O, TARG_CPU_H): New variables.
(OBJ_FORMAT_C, OBJ_FORMAT_O, OBJ_FORMAT_H): New variables.
(TARG_ENV_H, ATOF_TARG_C, ATOF_TARG_O): New variables.
(SOURCES): Rename from REAL_SOURCES. Delete old definition.
(LINKED_SOURCES): Remove.
(HEADERS): Rename from REAL_HEADERS. Delete old definition.
(LINKED_HEADERS): Remove.
(OBJS): Use $(TARG_CPU_O), etc., rather than targ-cpu.o, etc.
($(OBJS)): Depend upon $(TARG_ENV_H), etc., rather than
targ-cpu.h, etc.
($(TARG_CPU_O), $(OBJ_FORMAT_O) $(ATOF_TARG_O)): New targets.
(targ-cpu.o, obj-format.o, atof-targ.o): Remove targets.
(itbl-cpu.h): Remove target.
(DISTCLEAN_HERE): Remove targ-cpu.c, obj-format.c, atof-targ.c,
atof-targ.h.
1997-03-22 04:48:27 +08:00
|
|
|
$(TARG_CPU_O) \
|
|
|
|
$(OBJ_FORMAT_O) \
|
|
|
|
$(ATOF_TARG_O) \
|
1998-01-30 03:48:18 +08:00
|
|
|
$(extra_objects)
|
|
|
|
|
|
|
|
GENERIC_OBJS = \
|
1991-04-05 02:19:53 +08:00
|
|
|
app.o \
|
|
|
|
as.o \
|
|
|
|
atof-generic.o \
|
|
|
|
bignum-copy.o \
|
|
|
|
cond.o \
|
1997-05-24 03:30:41 +08:00
|
|
|
depend.o \
|
1998-02-06 11:42:05 +08:00
|
|
|
ehopt.o \
|
1991-04-05 02:19:53 +08:00
|
|
|
expr.o \
|
1992-03-14 00:04:21 +08:00
|
|
|
flonum-konst.o \
|
1991-04-05 02:19:53 +08:00
|
|
|
flonum-copy.o \
|
|
|
|
flonum-mult.o \
|
|
|
|
frags.o \
|
|
|
|
hash.o \
|
|
|
|
input-file.o \
|
|
|
|
input-scrub.o \
|
1994-01-06 09:16:51 +08:00
|
|
|
literal.o \
|
1991-04-05 02:19:53 +08:00
|
|
|
messages.o \
|
|
|
|
output-file.o \
|
|
|
|
read.o \
|
|
|
|
subsegs.o \
|
|
|
|
symbols.o \
|
|
|
|
write.o \
|
1992-02-16 05:13:03 +08:00
|
|
|
listing.o \
|
1993-11-18 07:25:35 +08:00
|
|
|
ecoff.o \
|
1993-12-01 00:25:18 +08:00
|
|
|
stabs.o \
|
Add support for macros.
* as.c: Include sb.h and macro.h.
(max_macro_next): New global variable.
(main): Call macro_init.
(macro_expr): New static function.
* as.h (max_macro_nest): Declare.
* read.c (line_label): Rename from mri_line_label. Change all
uses.
(potable): Add exitm, irp, irpc, macro, mexit, rept.
(read_a_source_file): Always clear line_label at the start of a
line, not just when flag_mri or LABELS_WITHOUT_COLONS. Fixup
MRI/LABELS_WITHOUT_COLONS handling. In MRI mode, permit label:
equ val. Set line_label when calling colon. In MRI mode, a
leading '.' does not imply a pseudo-op. Check for macro expansion
before calling md_assemble.
(s_irp): New function.
(get_line_sb): New static function.
(s_macro): New function.
(s_mexit): New function.
(s_rept): New function.
* read.h (line_label): Rename from mri_line_label.
(s_irp, s_rept): Declare.
(s_macro, s_mexit): Declare.
* input-scrub.c: Include sb.h.
(sb_index, from_sb): New static variables.
(macro_nest): New static variable.
(struct input_save): Add sb_index and from_sb fields. Change
next_saved_file field to be struct input_save *.
(next_saved_file): Changed to be struct input_save *.
(input_scrub_push): Change to return type struct input_save *.
Save sb_index and from_sb.
(input_scrub_pop): Change parameter type to struct input_save *.
Restore sb_index and from_sb.
(input_scrub_include_sb): New function.
(input_scrub_next_buffer): Handle reading from from_sb.
(bump_line_counters): Only increment lines if not using from_sb.
* config/tc-m68k.c (opt_table): Add nest.
(opt_nest): New static function.
* gasp.c: Include sb.h and macro.h. Move all sb related functions
and definitions to sb.h and sb.c. Move all macro related
functions and definitions to macro.h and macro.c.
* sb.h, sb.c: New files, extracted from gasp.c.
* macro.h, macro.c: Likewise.
* Makefile.in (OBJS): Add sb.o and macro.o
(GASPOBJS): Define.
(gasp.new): Depend upon $(GASPOBJS). Use $(GASPOBJS) to link.
(TARG_CPU_DEP_m68k): Depend upon subsegs.h.
(gasp.o): Depend upon sb.h and macro.h.
(sb.o): New target.
(macro.o): New target.
(as.o): Depend upon sb.h and macro.h.
(input-scrub.o): Depend upon sb.h.
(read.o): Depend upon sb.h and macro.h.
1995-08-22 02:35:11 +08:00
|
|
|
sb.o \
|
1998-01-30 03:48:18 +08:00
|
|
|
macro.o
|
|
|
|
|
|
|
|
OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
|
1991-04-05 02:19:53 +08:00
|
|
|
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
|
|
|
|
$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
|
|
|
|
$(HFILES) $(CFILES) $(GAS_CFILES)
|
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
noinst_PROGRAMS = as-new gasp-new
|
|
|
|
noinst_SCRIPTS = .gdbinit
|
1994-03-21 04:06:53 +08:00
|
|
|
|
1998-01-30 03:48:18 +08:00
|
|
|
EXTRA_DIST = make-gas.com
|
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
DISTSTUFF = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
|
|
|
|
|
|
|
|
DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-opc.h
|
|
|
|
|
1991-04-05 02:19:53 +08:00
|
|
|
# Now figure out from those variables how to compile and link.
|
|
|
|
|
1997-04-02 05:09:44 +08:00
|
|
|
BASEDIR = $(srcdir)/..
|
|
|
|
BFDDIR = $(BASEDIR)/bfd
|
|
|
|
INCDIR = $(BASEDIR)/include
|
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
# This is the variable actually used when we compile.
|
1991-04-05 02:19:53 +08:00
|
|
|
# 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.
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
|
1991-04-05 02:19:53 +08:00
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
# 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.
|
1998-07-24 11:39:19 +08:00
|
|
|
DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. -I$${srcdir}/../bfd -I$${srcdir}/../intl -I../../intl -DLOCALEDIR="\"$(prefix)/share/locale\""
|
1998-04-01 06:54:00 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
# How to link with both our special library facilities
|
|
|
|
# and the system's installed libraries.
|
1991-04-05 02:19:53 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
|
1992-02-17 23:54:49 +08:00
|
|
|
|
1991-04-05 02:19:53 +08:00
|
|
|
# Files to be copied away after each stage in building.
|
1998-01-30 03:48:18 +08:00
|
|
|
STAGESTUFF = *.o $(noinst_PROGRAMS)
|
1993-03-12 10:58:15 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
as_new_SOURCES = $(GAS_CFILES)
|
|
|
|
as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
$(extra_objects) $(GASLIBS) $(INTLLIBS)
|
1997-08-06 12:30:05 +08:00
|
|
|
as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
$(extra_objects) $(GASLIBS) $(INTLDEPS)
|
1991-05-18 11:15:32 +09:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
gasp_new_SOURCES = gasp.c macro.c sb.c hash.c
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
gasp_new_LDADD = ../libiberty/libiberty.a $(INTLLIBS)
|
|
|
|
gasp_new_DEPENDENCIES = ../libiberty/libiberty.a $(INTLDEPS)
|
1997-04-02 05:09:44 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \
|
|
|
|
echo $${rootme}/../expect/expect ; \
|
|
|
|
else echo expect ; fi`
|
1995-07-06 01:56:52 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
|
|
|
|
echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
|
|
|
|
fi`
|
|
|
|
RUNTESTFLAGS=
|
1995-07-06 01:56:52 +08:00
|
|
|
|
* config/m68k-parse.y: New file: bison grammar for m68k operands,
including support for Motorola syntax.
* config/m68k-parse.h: New file; definitions shared between
m68k-parse.y and tc-m68k.c.
* config/tc-m68k.c: Include m68k-parse.h.
(enum operand_type): Move to m68k-parse.h, where it is named
m68k_operand_type. Rename all uses. Rearrange somewhat. Add
FPREG. Rename AOFF to DISP. Rename AINDX to BASE. Rename APODX
to POST. Rename APRDX to PRE. Remove AMIND. Rename MSCR to
CONTROL. Remove DINDR.
(struct m68k_exp): Move to m68k-parse.h. Remove e_beg, e_end and
e_seg fields. Rename e_exp to exp. Rename e_siz to size, and
change type to enum m68k_size. Change all uses.
(enum _register): Move to m68k-parse.h, where it is named
m68k_register. Rename all uses. Add ZDATA0-7 and ZADDR0-7.
(struct m68k_op): Move to m68k-parse.h. Change all fields.
(seg): Don't define.
(add_exp): Remove.
(FAIL, OK): Remove.
(m68k_reg_parse): Move to m68k-parse.y, and rewrite.
(SKIP_WHITE, SKIP_W): Remove.
(try_moto_index, try_index): Remove.
(m68k_ip_op): Move to m68k-parse.y, and rewrite to use grammar.
(main): Remove obsolete test function.
(m68k_ip): Extensive changes to use new grammar.
(get_regs): Remove.
(crack_operand): m68k_ip_op now returns 0 on success.
(init_table): Add ssp, zd0-7 and za0-7.
(md_assemble): Make er const. Correct loop over operands when
looking for error message.
(md_begin): Set alt_notend_table for '(' and '@'.
(get_num): Expression is already parsed. Don't set seg.
* configure.in: If cpu_type is m68k, put m68k-parse.o in
extra-objects.
* configure: Rebuild.
* Makefile.in (DISTSTUFF): Add m68k-parse.c.
(BISON): Use ../bison/bison if it exists.
(BISONFLAGS): Define as empty.
(TARG_CPU_DEP_m68k): Depend upon $(srcdir)/config/m68k-parse.h.
(m68k-parse.c, m68k-parse.o): New targets.
1995-08-08 10:36:10 +08:00
|
|
|
# The m68k operand parser.
|
|
|
|
|
1998-01-30 03:48:18 +08:00
|
|
|
EXTRA_as_new_SOURCES = config/m68k-parse.y
|
1997-02-24 06:23:12 +08:00
|
|
|
|
1997-02-24 09:44:47 +08:00
|
|
|
# stand-alone itbl assembler & disassembler
|
1997-04-05 08:35:29 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
EXTRA_PROGRAMS = itbl-test
|
|
|
|
itbl_test_SOURCES = itbl-parse.y itbl-lex.l
|
|
|
|
itbl_test_LDADD = itbl-test-ops.o itbl-test.o $(GASLIBS) @LEXLIB@
|
1997-04-05 08:35:29 +08:00
|
|
|
|
1998-07-24 11:39:19 +08:00
|
|
|
# CGEN interface.
|
|
|
|
|
|
|
|
CGEN_CPU_PREFIX = @cgen_cpu_prefix@
|
|
|
|
|
1991-04-05 02:19:53 +08:00
|
|
|
# Remake the info files.
|
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
MOSTLYCLEANFILES = $(STAGESTUFF) core stamp-mk.com \
|
|
|
|
testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
|
1997-09-04 07:06:11 +08:00
|
|
|
testsuite/site.exp site.bak site.exp stage stage1 stage2
|
1991-04-05 02:19:53 +08:00
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
CLEANFILES = dep.sed .tcdep .objdep .dep2 .dep1 .depa .dep .depdir
|
1991-04-05 02:19:53 +08:00
|
|
|
|
1991-06-10 05:27:20 +09:00
|
|
|
against=stage2
|
|
|
|
|
1997-04-02 05:09:44 +08:00
|
|
|
# Automatic dependency computation. This is a real pain, because the
|
|
|
|
# dependencies change based on target_cpu_type and obj_format. We
|
|
|
|
# currently ignore any dependencies caused by emulation files.
|
|
|
|
|
|
|
|
DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
|
|
|
|
$(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
|
|
|
|
|
|
|
|
TCDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
|
|
|
|
TCDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
|
|
|
|
TCDEP_a29k_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-a29k.h $(INCDIR)/opcode/a29k.h
|
|
|
|
TCDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
|
|
|
|
$(srcdir)/config/atof-vax.c
|
|
|
|
TCDEP_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 $(INCDIR)/opcode/alpha.h \
|
|
|
|
$(srcdir)/config/atof-vax.c
|
|
|
|
TCDEP_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 $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/elf/reloc-macros.h $(srcdir)/config/atof-vax.c
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
|
|
|
|
$(srcdir)/config/atof-vax.c
|
1998-01-30 03:48:18 +08:00
|
|
|
TCDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h
|
1998-01-30 03:48:18 +08:00
|
|
|
TCDEP_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 subsegs.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h $(INCDIR)/elf/arc.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
|
|
|
|
TCDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
|
|
|
|
TCDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
TCDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_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 subsegs.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h $(INCDIR)/elf/ppc.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
|
|
|
TCDEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
|
|
|
|
TCDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
|
1998-02-03 08:17:20 +08:00
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
|
|
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
1998-02-03 08:17:20 +08:00
|
|
|
$(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
|
|
|
|
TCDEP_h8500_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-h8500.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
|
|
|
|
TCDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/libbfd.h \
|
|
|
|
$(INCDIR)/opcode/hppa.h
|
|
|
|
TCDEP_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 \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libbfd.h $(INCDIR)/opcode/hppa.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/i386.h
|
|
|
|
TCDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
|
|
|
|
TCDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
|
|
|
|
TCDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/i860.h
|
|
|
|
TCDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/opcode/i860.h
|
|
|
|
TCDEP_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 $(INCDIR)/opcode/i860.h
|
|
|
|
TCDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
|
|
|
|
TCDEP_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 $(INCDIR)/opcode/i960.h
|
|
|
|
TCDEP_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 $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/i960.h
|
1997-04-05 08:21:26 +08:00
|
|
|
TCDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
1998-04-22 04:27:16 +08:00
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h cgen-opc.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(srcdir)/../opcodes/m32r-opc.h $(INCDIR)/opcode/cgen.h \
|
|
|
|
cgen.h
|
1997-04-05 08:21:26 +08:00
|
|
|
TCDEP_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 subsegs.h \
|
1998-04-22 04:27:16 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/symcat.h cgen-opc.h $(srcdir)/../opcodes/m32r-opc.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/opcode/cgen.h cgen.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
|
|
|
|
TCDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
|
|
|
|
$(srcdir)/config/m68k-parse.h
|
|
|
|
TCDEP_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)/obstack.h \
|
|
|
|
subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
|
|
|
|
TCDEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
|
|
|
|
$(srcdir)/config/m68k-parse.h
|
|
|
|
TCDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
|
|
|
|
TCDEP_m88k_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-m88k.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
|
|
|
|
TCDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/mips.h itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h \
|
|
|
|
$(INCDIR)/coff/ecoff.h
|
|
|
|
TCDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h \
|
|
|
|
itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
|
|
|
TCDEP_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)/opcode/mips.h \
|
|
|
|
itbl-ops.h
|
|
|
|
TCDEP_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)/opcode/mips.h itbl-ops.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h ecoff.h \
|
|
|
|
$(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
|
|
|
|
TCDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
|
|
|
|
TCDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
|
|
|
|
TCDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
|
|
|
|
TCDEP_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
|
|
|
|
TCDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h
|
|
|
|
TCDEP_ns32k_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-ns32k.h $(INCDIR)/opcode/ns32k.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
TCDEP_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 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h
|
|
|
|
TCDEP_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 subsegs.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h $(INCDIR)/elf/ppc.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h
|
|
|
|
TCDEP_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
|
|
|
|
TCDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/sparc.h
|
|
|
|
TCDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h
|
|
|
|
TCDEP_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 subsegs.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h $(INCDIR)/elf/sparc.h \
|
|
|
|
$(INCDIR)/elf/reloc-macros.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/tahoe.h
|
|
|
|
TCDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/tahoe.h
|
|
|
|
TCDEP_tahoe_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-tahoe.h $(INCDIR)/obstack.h \
|
|
|
|
$(INCDIR)/opcode/tahoe.h
|
1998-02-03 08:17:20 +08:00
|
|
|
TCDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
|
|
|
|
TCDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
|
|
|
|
TCDEP_tic30_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-tic30.h $(INCDIR)/opcode/tic30.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_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 $(INCDIR)/opcode/vax.h
|
|
|
|
TCDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
|
|
|
|
TCDEP_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 $(srcdir)/config/vax-inst.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
|
|
|
|
TCDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(srcdir)/config/vax-inst.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
|
|
|
|
TCDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
|
|
|
|
TCDEP_w65_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-w65.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
|
1998-01-30 03:48:18 +08:00
|
|
|
TCDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
|
1997-09-04 07:06:11 +08:00
|
|
|
TCDEP_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 subsegs.h \
|
1998-01-30 03:48:18 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
|
1997-04-02 05:09:44 +08:00
|
|
|
TCDEP_z8k_coff = $(srcdir)/../opcodes/z8k-opc.h $(srcdir)/config/obj-coff.h \
|
|
|
|
$(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \
|
|
|
|
$(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
TCDEP_z8k_elf = $(srcdir)/../opcodes/z8k-opc.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-z8k.h
|
|
|
|
TCDEP_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
|
|
|
|
$(BFDDIR)/som.h
|
|
|
|
TCDEP_i386_multi = $(TCDEP_i386_coff) $(TCDEP_i386_elf)
|
|
|
|
TCDEP_mips_multi = $(TCDEP_mips_coff) $(TCDEP_mips_ecoff) \
|
|
|
|
$(TCDEP_mips_elf)
|
|
|
|
OBJDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
OBJDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_a29k_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-a29k.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_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 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/aout/aout64.h
|
1997-04-02 05:09:44 +08:00
|
|
|
OBJDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
|
1998-01-30 03:48:18 +08:00
|
|
|
OBJDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1997-04-02 05:09:44 +08:00
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1998-07-24 11:39:19 +08:00
|
|
|
OBJDEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1997-04-02 05:09:44 +08:00
|
|
|
OBJDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_h8500_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-h8500.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1997-04-02 05:09:44 +08:00
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
OBJDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1997-04-05 08:21:26 +08:00
|
|
|
OBJDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1997-04-02 05:09:44 +08:00
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_m68k_hp300 = $(srcdir)/config/obj-aout.c $(srcdir)/config/obj-hp300.h \
|
|
|
|
$(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
OBJDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_m88k_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-m88k.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
OBJDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_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 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
|
1997-04-02 05:09:44 +08:00
|
|
|
OBJDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_ns32k_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-ns32k.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_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 subsegs.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
|
|
|
|
$(INCDIR)/aout/aout64.h
|
1997-04-02 05:09:44 +08:00
|
|
|
OBJDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
OBJDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_tahoe_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-tahoe.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1998-02-03 08:17:20 +08:00
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_tic30_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-tic30.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1997-04-02 05:09:44 +08:00
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h
|
|
|
|
OBJDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_w65_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-w65.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1998-01-30 03:48:18 +08:00
|
|
|
OBJDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
|
|
|
|
$(INCDIR)/obstack.h subsegs.h
|
1997-09-04 07:06:11 +08:00
|
|
|
OBJDEP_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 subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
1997-04-02 05:09:44 +08:00
|
|
|
OBJDEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
|
|
|
|
OBJDEP_z8k_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-z8k.h subsegs.h \
|
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
|
|
|
|
OBJDEP_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
|
|
|
|
OBJDEP_i386_multi = $(OBJDEP_i386_coff) $(OBJDEP_i386_elf)
|
|
|
|
OBJDEP_mips_multi = $(OBJDEP_mips_coff) $(OBJDEP_mips_ecoff) \
|
|
|
|
$(OBJDEP_mips_elf)
|
|
|
|
DEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_a29k_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-a29k.h
|
|
|
|
DEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
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
|
1998-01-30 03:48:18 +08:00
|
|
|
DEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.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
|
1997-04-02 05:09:44 +08:00
|
|
|
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 $(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_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.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
|
1998-07-24 11:39:19 +08:00
|
|
|
DEP_d30v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d30v.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.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
|
1997-04-02 05:09:44 +08:00
|
|
|
DEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.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
|
|
|
|
DEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_h8500_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-h8500.h
|
|
|
|
DEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.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 \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h
|
1997-04-02 05:09:44 +08:00
|
|
|
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/i386.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
|
|
|
|
DEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.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
|
|
|
|
DEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.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
|
1997-04-05 08:21:26 +08:00
|
|
|
DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.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
|
1997-04-02 05:09:44 +08:00
|
|
|
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 $(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_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
|
|
|
|
$(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_m88k_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-m88k.h
|
|
|
|
DEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
|
|
|
|
$(INCDIR)/coff/internal.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_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.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
|
|
|
|
DEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.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
|
|
|
|
DEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_ns32k_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-ns32k.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
|
|
|
|
DEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.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_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 $(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
|
|
|
|
DEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_tahoe_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-tahoe.h
|
1998-02-03 08:17:20 +08:00
|
|
|
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 $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_tic30_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-tic30.h
|
1997-04-02 05:09:44 +08:00
|
|
|
DEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
|
|
|
|
$(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
|
|
|
|
DEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.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
|
|
|
|
DEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
|
|
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
|
|
|
|
DEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_w65_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-w65.h
|
1998-01-30 03:48:18 +08:00
|
|
|
DEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
1997-09-04 07:06:11 +08:00
|
|
|
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
|
1997-04-02 05:09:44 +08:00
|
|
|
DEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
|
|
|
|
$(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
|
|
|
|
$(INCDIR)/bfdlink.h
|
|
|
|
DEP_z8k_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-z8k.h
|
|
|
|
DEP_hppa_som = $(BFDDIR)/som.h
|
|
|
|
DEP_i386_multi = $(DEP_i386_coff) $(DEP_i386_elf)
|
|
|
|
DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
|
|
|
|
$(DEP_mips_elf)
|
1997-08-06 12:30:05 +08:00
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
|
|
|
CONFIG_HEADER = config.h
|
|
|
|
CONFIG_CLEAN_FILES = .gdbinit
|
|
|
|
noinst_PROGRAMS = as-new$(EXEEXT) gasp-new$(EXEEXT)
|
|
|
|
PROGRAMS = $(noinst_PROGRAMS)
|
|
|
|
|
|
|
|
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I.
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
LIBS = @LIBS@
|
|
|
|
itbl_test_OBJECTS = itbl-parse.o itbl-lex.o
|
|
|
|
itbl_test_DEPENDENCIES = itbl-test-ops.o itbl-test.o \
|
|
|
|
../libiberty/libiberty.a
|
|
|
|
itbl_test_LDFLAGS =
|
|
|
|
as_new_OBJECTS = app.o as.o atof-generic.o bignum-copy.o cond.o \
|
1998-02-06 11:42:05 +08:00
|
|
|
depend.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o \
|
|
|
|
flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o \
|
|
|
|
literal.o macro.o messages.o output-file.o read.o sb.o stabs.o \
|
|
|
|
subsegs.o symbols.o write.o
|
1997-08-06 12:30:05 +08:00
|
|
|
as_new_LDFLAGS =
|
|
|
|
gasp_new_OBJECTS = gasp.o macro.o sb.o hash.o
|
|
|
|
gasp_new_LDFLAGS =
|
|
|
|
SCRIPTS = $(noinst_SCRIPTS)
|
|
|
|
|
|
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
|
|
|
LEXLIB = @LEXLIB@
|
|
|
|
YLWRAP = $(top_srcdir)/../ylwrap
|
|
|
|
CFLAGS = @CFLAGS@
|
|
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
|
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
|
|
|
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
|
DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in NEWS \
|
1998-01-30 03:48:18 +08:00
|
|
|
acconfig.h acinclude.m4 aclocal.m4 config.in config/m68k-parse.c \
|
|
|
|
configure configure.in gdbinit.in itbl-lex.c itbl-parse.c stamp-h.in
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
|
|
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
|
|
|
|
TAR = tar
|
|
|
|
GZIP = --best
|
|
|
|
SOURCES = $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(gasp_new_SOURCES)
|
|
|
|
OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) $(gasp_new_OBJECTS)
|
|
|
|
|
1998-04-22 04:27:16 +08:00
|
|
|
all: all-recursive-am all-am
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
.SUFFIXES:
|
1998-04-01 06:54:00 +08:00
|
|
|
.SUFFIXES: .S .c .l .lo .o .s .y
|
1998-04-22 04:27:16 +08:00
|
|
|
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
1997-08-06 12:30:05 +08:00
|
|
|
cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
|
|
|
|
|
1998-04-22 04:27:16 +08:00
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
1997-08-06 12:30:05 +08:00
|
|
|
cd $(top_builddir) \
|
|
|
|
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
|
|
$(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
|
|
|
|
cd $(srcdir) && $(ACLOCAL)
|
|
|
|
|
1998-07-24 11:39:19 +08:00
|
|
|
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
1997-08-06 12:30:05 +08:00
|
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
|
|
|
cd $(srcdir) && $(AUTOCONF)
|
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
config.h: stamp-h
|
|
|
|
@:
|
1997-08-06 12:30:05 +08:00
|
|
|
stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
|
|
|
|
cd $(top_builddir) \
|
|
|
|
&& CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
|
|
|
|
$(SHELL) ./config.status
|
|
|
|
@echo timestamp > stamp-h
|
|
|
|
$(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
|
|
|
|
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
|
|
|
|
cd $(top_srcdir) && $(AUTOHEADER)
|
|
|
|
@echo timestamp > $(srcdir)/stamp-h.in
|
|
|
|
|
|
|
|
mostlyclean-hdr:
|
|
|
|
|
|
|
|
clean-hdr:
|
|
|
|
|
|
|
|
distclean-hdr:
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -f config.h
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
maintainer-clean-hdr:
|
|
|
|
.gdbinit: $(top_builddir)/config.status gdbinit.in
|
1998-07-24 11:39:19 +08:00
|
|
|
cd $(top_builddir) && CONFIG_FILES=$@:gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
mostlyclean-noinstPROGRAMS:
|
|
|
|
|
|
|
|
clean-noinstPROGRAMS:
|
1998-04-01 06:54:00 +08:00
|
|
|
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
distclean-noinstPROGRAMS:
|
|
|
|
|
|
|
|
maintainer-clean-noinstPROGRAMS:
|
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
.c.o:
|
1998-01-30 03:48:18 +08:00
|
|
|
$(COMPILE) -c $<
|
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
.s.o:
|
1998-01-30 03:48:18 +08:00
|
|
|
$(COMPILE) -c $<
|
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
.S.o:
|
1997-08-06 12:30:05 +08:00
|
|
|
$(COMPILE) -c $<
|
|
|
|
|
|
|
|
mostlyclean-compile:
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -f *.o core *.core
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
clean-compile:
|
|
|
|
|
|
|
|
distclean-compile:
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -f *.tab.c
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
maintainer-clean-compile:
|
|
|
|
|
|
|
|
.c.lo:
|
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
|
|
|
1998-01-30 03:48:18 +08:00
|
|
|
.s.lo:
|
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
|
|
|
|
|
|
.S.lo:
|
|
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
mostlyclean-libtool:
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -f *.lo
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
clean-libtool:
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -rf .libs _libs
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
distclean-libtool:
|
|
|
|
|
|
|
|
maintainer-clean-libtool:
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
gasp-new$(EXEEXT): $(gasp_new_OBJECTS) $(gasp_new_DEPENDENCIES)
|
|
|
|
@rm -f gasp-new$(EXEEXT)
|
|
|
|
$(LINK) $(gasp_new_LDFLAGS) $(gasp_new_OBJECTS) $(gasp_new_LDADD) $(LIBS)
|
|
|
|
.y.c:
|
|
|
|
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
|
1998-04-01 06:54:00 +08:00
|
|
|
config/m68k-parse.h: config/m68k-parse.c
|
|
|
|
itbl-parse.h: itbl-parse.c
|
|
|
|
|
1997-08-06 12:30:05 +08:00
|
|
|
.l.c:
|
|
|
|
$(LEX) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
|
|
all-recursive install-data-recursive install-exec-recursive \
|
|
|
|
installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
|
|
|
|
check-recursive installcheck-recursive info-recursive dvi-recursive:
|
|
|
|
@set fnord $(MAKEFLAGS); amf=$$2; \
|
1998-04-01 06:54:00 +08:00
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
1997-08-06 12:30:05 +08:00
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
1998-07-24 11:39:19 +08:00
|
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
|
1997-08-06 12:30:05 +08:00
|
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|
|
|
done && test -z "$$fail"
|
|
|
|
|
|
|
|
mostlyclean-recursive clean-recursive distclean-recursive \
|
|
|
|
maintainer-clean-recursive:
|
|
|
|
@set fnord $(MAKEFLAGS); amf=$$2; \
|
1998-04-01 06:54:00 +08:00
|
|
|
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
rev="$$subdir $$rev"; \
|
|
|
|
done; \
|
1997-08-06 12:30:05 +08:00
|
|
|
for subdir in $$rev; do \
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
1998-07-24 11:39:19 +08:00
|
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) \
|
1997-08-06 12:30:05 +08:00
|
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|
|
|
done && test -z "$$fail"
|
|
|
|
tags-recursive:
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
1998-07-24 11:39:19 +08:00
|
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
1997-08-06 12:30:05 +08:00
|
|
|
done
|
|
|
|
|
|
|
|
tags: TAGS
|
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP)
|
|
|
|
here=`pwd` && cd $(srcdir) \
|
|
|
|
&& mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
|
1997-08-06 12:30:05 +08:00
|
|
|
|
1998-04-01 06:54:00 +08:00
|
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
|
1997-08-06 12:30:05 +08:00
|
|
|
tags=; \
|
|
|
|
here=`pwd`; \
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
|
|
|
done; \
|
1998-04-01 06:54:00 +08:00
|
|
|
list='$(SOURCES) $(HEADERS)'; \
|
|
|
|
unique=`for i in $$list; do echo $$i; done | \
|
|
|
|
awk ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
|
|
|
test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
|
|
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
mostlyclean-tags:
|
|
|
|
|
|
|
|
clean-tags:
|
|
|
|
|
|
|
|
distclean-tags:
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -f TAGS ID
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
maintainer-clean-tags:
|
|
|
|
|
|
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
|
|
top_distdir = $(distdir)
|
|
|
|
|
|
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
|
|
|
# it guarantees that the distribution is self-contained by making another
|
|
|
|
# tarfile.
|
|
|
|
distcheck: dist
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -rf $(distdir)
|
1997-08-06 12:30:05 +08:00
|
|
|
GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
|
|
|
|
mkdir $(distdir)/=build
|
|
|
|
mkdir $(distdir)/=inst
|
|
|
|
dc_install_base=`cd $(distdir)/=inst && pwd`; \
|
|
|
|
cd $(distdir)/=build \
|
|
|
|
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
1998-07-24 11:39:19 +08:00
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -rf $(distdir)
|
1997-08-06 12:30:05 +08:00
|
|
|
@echo "========================"; \
|
|
|
|
echo "$(distdir).tar.gz is ready for distribution"; \
|
|
|
|
echo "========================"
|
|
|
|
dist: distdir
|
|
|
|
-chmod -R a+r $(distdir)
|
|
|
|
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -rf $(distdir)
|
1997-08-06 12:30:05 +08:00
|
|
|
dist-all: distdir
|
|
|
|
-chmod -R a+r $(distdir)
|
|
|
|
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -rf $(distdir)
|
1997-08-06 12:30:05 +08:00
|
|
|
distdir: $(DISTFILES)
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -rf $(distdir)
|
1997-08-06 12:30:05 +08:00
|
|
|
mkdir $(distdir)
|
|
|
|
-chmod 777 $(distdir)
|
|
|
|
@for file in $(DISTFILES); do \
|
|
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
|
test -f $(distdir)/$$file \
|
|
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
|
|
|
done
|
1998-04-01 06:54:00 +08:00
|
|
|
for subdir in $(SUBDIRS); do \
|
|
|
|
test -d $(distdir)/$$subdir \
|
|
|
|
|| mkdir $(distdir)/$$subdir \
|
|
|
|
|| exit 1; \
|
|
|
|
chmod 777 $(distdir)/$$subdir; \
|
1998-07-24 11:39:19 +08:00
|
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
|
1997-08-06 12:30:05 +08:00
|
|
|
|| exit 1; \
|
|
|
|
done
|
|
|
|
|
|
|
|
DEJATOOL = $(PACKAGE)
|
1998-04-01 06:54:00 +08:00
|
|
|
|
|
|
|
RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
|
1997-08-06 12:30:05 +08:00
|
|
|
site.exp: Makefile
|
|
|
|
@echo 'Making a new site.exp file...'
|
|
|
|
-@rm -f site.bak
|
|
|
|
@echo '## these variables are automatically generated by make ##' > $@-t
|
|
|
|
@echo '# Do not edit here. If you wish to override these values' >> $@-t
|
|
|
|
@echo '# edit the last section' >> $@-t
|
|
|
|
@echo 'set tool $(DEJATOOL)' >> $@-t
|
|
|
|
@echo 'set srcdir $(srcdir)' >> $@-t
|
|
|
|
@echo 'set objdir' `pwd` >> $@-t
|
|
|
|
@echo 'set host_alias $(host_alias)' >> $@-t
|
|
|
|
@echo 'set host_triplet $(host_triplet)' >> $@-t
|
|
|
|
@echo 'set target_alias $(target_alias)' >> $@-t
|
|
|
|
@echo 'set target_triplet $(target_triplet)' >> $@-t
|
|
|
|
@echo 'set build_alias $(build_alias)' >> $@-t
|
|
|
|
@echo 'set build_triplet $(build_triplet)' >> $@-t
|
|
|
|
@echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
|
|
|
|
-@sed '1,/^## All variables above are.*##/ d' site.bak >> $@-t
|
|
|
|
-@mv site.exp site.bak
|
|
|
|
@mv $@-t site.exp
|
|
|
|
info: info-recursive
|
|
|
|
dvi: dvi-recursive
|
1998-04-01 06:54:00 +08:00
|
|
|
check:
|
1998-07-24 11:39:19 +08:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) check-recursive check-DEJAGNU
|
1997-08-06 12:30:05 +08:00
|
|
|
installcheck: installcheck-recursive
|
|
|
|
install-info: install-info-recursive
|
|
|
|
all-recursive-am: config.h
|
1998-07-24 11:39:19 +08:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
|
|
|
|
|
|
|
|
install-exec-am: install-exec-local
|
|
|
|
|
|
|
|
install-exec: install-exec-recursive install-exec-am
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
|
|
|
install-data: install-data-recursive
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
|
|
|
install: install-recursive install-exec-am
|
|
|
|
@:
|
|
|
|
|
|
|
|
uninstall: uninstall-recursive
|
|
|
|
|
|
|
|
install-strip:
|
1998-07-24 11:39:19 +08:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
|
1997-08-06 12:30:05 +08:00
|
|
|
installdirs: installdirs-recursive
|
|
|
|
|
|
|
|
|
|
|
|
mostlyclean-generic:
|
1998-04-01 06:54:00 +08:00
|
|
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
clean-generic:
|
1998-04-01 06:54:00 +08:00
|
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
distclean-generic:
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -f Makefile $(DISTCLEANFILES)
|
|
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
maintainer-clean-generic:
|
1998-04-01 06:54:00 +08:00
|
|
|
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
1997-08-06 12:30:05 +08:00
|
|
|
mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
|
|
|
|
mostlyclean-compile mostlyclean-libtool \
|
|
|
|
mostlyclean-tags mostlyclean-generic
|
|
|
|
|
|
|
|
clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
|
|
|
|
clean-tags clean-generic mostlyclean-am
|
|
|
|
|
|
|
|
distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \
|
|
|
|
distclean-libtool distclean-tags distclean-generic \
|
|
|
|
clean-am
|
|
|
|
|
|
|
|
maintainer-clean-am: maintainer-clean-hdr \
|
|
|
|
maintainer-clean-noinstPROGRAMS \
|
|
|
|
maintainer-clean-compile maintainer-clean-libtool \
|
|
|
|
maintainer-clean-tags maintainer-clean-generic \
|
|
|
|
distclean-am
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-recursive mostlyclean-am
|
|
|
|
|
|
|
|
clean: clean-recursive clean-am
|
|
|
|
|
|
|
|
distclean: distclean-recursive distclean-am
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -f config.status
|
|
|
|
-rm -f libtool
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-recursive maintainer-clean-am
|
|
|
|
@echo "This command is intended for maintainers to use;"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
1998-04-01 06:54:00 +08:00
|
|
|
-rm -f config.status
|
1997-08-06 12:30:05 +08:00
|
|
|
|
1998-04-22 04:27:16 +08:00
|
|
|
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
|
|
|
|
mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
|
|
|
|
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
|
|
|
|
mostlyclean-compile distclean-compile clean-compile \
|
|
|
|
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
|
|
|
|
clean-libtool maintainer-clean-libtool install-data-recursive \
|
|
|
|
uninstall-data-recursive install-exec-recursive \
|
1997-08-06 12:30:05 +08:00
|
|
|
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
|
|
|
|
all-recursive check-recursive installcheck-recursive info-recursive \
|
|
|
|
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
|
|
|
|
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
|
|
|
|
distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
|
|
|
|
info dvi installcheck install-info all-recursive-am all-am \
|
|
|
|
install-exec-am install-exec install-data install uninstall all \
|
|
|
|
installdirs mostlyclean-generic distclean-generic clean-generic \
|
|
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|
|
|
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
po/POTFILES.in: @MAINT@ Makefile
|
|
|
|
for file in $(POTFILES); do echo $$file; done | sort > tmp \
|
|
|
|
&& mv tmp $(srcdir)/po/POTFILES.in
|
1997-08-06 12:30:05 +08:00
|
|
|
|
1998-01-30 03:48:18 +08:00
|
|
|
$(srcdir)/make-gas.com: stamp-mk.com
|
1997-08-06 12:30:05 +08:00
|
|
|
stamp-mk.com: vmsconf.sh Makefile
|
1998-01-30 03:48:18 +08:00
|
|
|
sh $(srcdir)/vmsconf.sh $(GENERIC_OBJS) > new-make.com
|
1997-08-06 12:30:05 +08:00
|
|
|
$(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com
|
|
|
|
touch stamp-mk.com
|
1998-04-01 06:54:00 +08:00
|
|
|
diststuff: $(DISTSTUFF) info
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
$(OBJS): @ALL_OBJ_DEPS@
|
|
|
|
|
|
|
|
# Stuff that every object file depends upon. If anything is removed
|
|
|
|
# from this list, remove it from dep-in.sed as well.
|
|
|
|
$(OBJS): config.h as.h $(TARG_ENV_H) $(OBJ_FORMAT_H) $(TARG_CPU_H) flonum.h \
|
|
|
|
expr.h struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h \
|
* Many files: Added gettext invocations around user-visible
strings.
* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
HAVE_LC_MESSAGES): Define.
* dep-in.sed: Added asintl.h.
* po/Make-in: New file.
* gasp.c (main): Call setlocale, bindtextdomain, and textdomain.
Include "asintl.h".
* read.c (Z_): Renamed from `_'.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): new macro.
(po/POTFILES.in): New target.
($(OBJS)): Added asintl.h.
(HFILES): Likewise.
(INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl.
(as_new_LDADD): Added $(INTLLIBS).
(as_new_DEPENDENCIES): Added $(INTLDEPS).
(gasp_new_LDADD): Added $(INTLLIBS).
(gasp_new_DEPENDENCIES): New macro.
* configure, aclocal.m4: Rebuilt.
* configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and
po/Makefile.
(ALL_LINGUAS): Define.
* macro.c: Include "asintl.h".
* as.c (main): Call setlocale, bindtextdomain, and textdomain.
* as.h: Include "asintl.h".
* config/tc-i386.c (ordinal_names): Removed.
(md_assemble): Changed error text to avoid ordinal_names.
(i386_operand): Likewise.
(reloc): Added as_bad to avoid i18n problems.
(tc_gen_reloc): Likewise.
* config/tc-arm.c (bad_args): Now a #define.
(bad_pc): Likewise.
* config/obj-vms.c (VMS_stab_parse): Changed type of
`long_const_msg'.
(global_symbol_directory): Unified strings to avoid i18n
problems.
* config/tc-m68k.c (get_reloc_code): Added some as_bad calls to
avoid i18n problems.
* config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems.
* config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid
i18n problems.
* config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n
problems.
start-sanitize-v850
* config/tc-v850.c (md_assemble): Changed C++ comment into C
comment.
end-sanitize-v850
* config/tc-vax.c (md_assemble): Added as_warn to avoid i18n
problems.
* as.c (print_version_id): Added an fprintf to avoid i18n
problems.
* cond.c (cond_finish_check): Added as_bad call to avoid i18n
problems.
* expr.c (expr): Added as_warn call to avoid i18n problems.
* messages.c (as_assert): Changed code to avoid i18n problems.
(as_abort): Likewise.
* read.c (pseudo_set): Added as_bad call to avoid i18n problems.
(s_space): Likewise.
* po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 14:10:03 +08:00
|
|
|
obj.h listing.h bignum.h bit_fix.h $(INCDIR)/libiberty.h asintl.h
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
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 ; \
|
|
|
|
if [ -f $(top_builddir)/../expect/expect ]; then \
|
|
|
|
TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
|
|
|
|
export TCL_LIBRARY; \
|
|
|
|
fi; \
|
|
|
|
runtest=$(RUNTEST); \
|
1997-09-04 07:06:11 +08:00
|
|
|
cd testsuite; \
|
1997-08-06 12:30:05 +08:00
|
|
|
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) $(TARG_CPU_DEP_@target_cpu_type@)
|
|
|
|
$(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
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-aout.c
|
|
|
|
obj-bout.o : $(srcdir)/config/obj-bout.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-bout.c
|
|
|
|
obj-coff.o: $(srcdir)/config/obj-coff.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-coff.c
|
|
|
|
obj-ecoff.o : $(srcdir)/config/obj-ecoff.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-ecoff.c
|
|
|
|
obj-elf.o : $(srcdir)/config/obj-elf.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-elf.c
|
|
|
|
obj-evax.o : $(srcdir)/config/obj-evax.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-evax.c
|
|
|
|
obj-hp300.o : $(srcdir)/config/obj-hp300.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-hp300.c
|
|
|
|
obj-ieee.o : $(srcdir)/config/obj-ieee.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-ieee.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
|
|
|
|
obj-vms.o : $(srcdir)/config/obj-vms.c
|
|
|
|
$(COMPILE) -c $(srcdir)/config/obj-vms.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-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
|
|
|
|
|
|
|
|
m68k-parse.c: $(srcdir)/config/m68k-parse.y
|
|
|
|
$(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/config/m68k-parse.y y.tab.c m68k-parse.c --
|
|
|
|
m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
|
|
|
|
|
|
|
|
# Don't let the .y.h rule clobber m68k-parse.h.
|
|
|
|
m68k-parse.h: ; @true
|
1997-08-07 00:01:27 +08:00
|
|
|
$(srcdir)/config/m68k-parse.h: ; @true
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
# The instruction table specification lexical analyzer and parser.
|
|
|
|
|
|
|
|
itbl-lex.c: $(srcdir)/itbl-lex.l
|
|
|
|
itbl-lex.o: itbl-lex.c itbl-parse.h
|
|
|
|
|
|
|
|
itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h
|
|
|
|
|
|
|
|
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) "$(YACC)" $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- -d
|
|
|
|
|
|
|
|
itbl-test-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
|
|
|
|
$(COMPILE) -o itbl-test-ops.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
|
|
|
|
|
1998-07-24 11:39:19 +08:00
|
|
|
cgen.o: cgen.c cgen.h cgen-opc.h subsegs.h \
|
1997-08-06 12:30:05 +08:00
|
|
|
$(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
|
1998-07-24 11:39:19 +08:00
|
|
|
$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
.PHONY: install-exec-local install-data-local
|
1998-07-25 11:03:45 +08:00
|
|
|
.PHONY: install-exec-bindir install-exec-tooldir
|
1997-08-06 12:30:05 +08:00
|
|
|
|
1998-07-25 11:03:45 +08:00
|
|
|
install-exec-local: install-exec-bindir install-exec-tooldir
|
|
|
|
|
|
|
|
install-exec-bindir: $(noinst_PROGRAMS)
|
|
|
|
$(mkinstalldirs) $(bindir)
|
1997-08-06 12:30:05 +08:00
|
|
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
|
|
|
if test -f $$p; then \
|
1998-07-24 11:39:19 +08:00
|
|
|
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 $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
1997-08-06 12:30:05 +08:00
|
|
|
else :; fi; \
|
|
|
|
done
|
1998-07-25 11:03:45 +08:00
|
|
|
|
|
|
|
install-exec-tooldir: $(noinst_PROGRAMS)
|
|
|
|
$(mkinstalldirs) $(tooldir)/bin
|
1997-08-06 12:30:05 +08:00
|
|
|
n=`echo as | sed '$(transform)'`; \
|
1998-04-01 06:54:00 +08:00
|
|
|
if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
|
1998-07-25 04:33:13 +08:00
|
|
|
rm -f $(tooldir)/bin/as$(EXEEXT); \
|
1998-04-01 06:54:00 +08:00
|
|
|
ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
|
|
|
|
|| $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(tooldir)/bin/as$(EXEEXT); \
|
1998-07-25 11:03:45 +08:00
|
|
|
else \
|
|
|
|
true ; \
|
1998-04-01 06:54:00 +08:00
|
|
|
fi
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
# 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
|
1998-01-30 03:48:18 +08:00
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
1997-08-06 12:30:05 +08:00
|
|
|
$(MAKE) stage2
|
|
|
|
rm -f stage && ln -s stage2 stage
|
1998-01-30 03:48:18 +08:00
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
1997-08-06 12:30:05 +08:00
|
|
|
$(MAKE) comparison against=stage2
|
|
|
|
|
|
|
|
bootstrap2:
|
|
|
|
rm -f stage && ln -s stage1 stage
|
1998-01-30 03:48:18 +08:00
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
1997-08-06 12:30:05 +08:00
|
|
|
$(MAKE) stage2
|
|
|
|
rm -f stage && ln -s stage2 stage
|
1998-01-30 03:48:18 +08:00
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
1997-08-06 12:30:05 +08:00
|
|
|
$(MAKE) comparison against=stage2
|
|
|
|
|
|
|
|
bootstrap3:
|
|
|
|
rm -f stage && ln -s stage2 stage
|
1998-01-30 03:48:18 +08:00
|
|
|
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
|
1997-08-06 12:30:05 +08:00
|
|
|
$(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
|
|
|
|
|
|
|
|
.dep: dep.sed $(DEP_FILE_DEPS) .tcdep .objdep .dep2
|
|
|
|
rm -f .dep1
|
1998-04-01 07:00:57 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
|
|
|
$(MAKE) DEP=$(DEP) srcdir=$${srcdir} VPATH=$${srcdir} .dep1
|
1997-08-06 12:30:05 +08:00
|
|
|
rm -rf .depdir
|
|
|
|
sed -f dep.sed < .dep1 > .depa
|
|
|
|
sed -f dep.sed < .tcdep >> .depa
|
|
|
|
sed -f dep.sed < .objdep >> .depa
|
|
|
|
sed -f dep.sed < .dep2 >> .depa
|
|
|
|
echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> .depa
|
|
|
|
echo '$$(TARG_CPU_O): $$(TCDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
|
|
|
|
echo '$$(OBJ_FORMAT_O): $$(OBJDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
|
|
|
|
echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> .depa
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change .depa .dep
|
|
|
|
|
|
|
|
# This rule needs a mkdep that runs "gcc -MM".
|
|
|
|
.dep1: $(CFILES) $(MULTI_CFILES)
|
|
|
|
if [ -d .depdir ]; then true; else mkdir .depdir; fi
|
1998-04-01 06:54:00 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
1997-08-06 12:30:05 +08:00
|
|
|
cd .depdir; \
|
|
|
|
echo '' > targ-cpu.h; \
|
|
|
|
echo '' > obj-format.h; \
|
|
|
|
echo '' > targ-env.h; \
|
|
|
|
echo '' > itbl-cpu.h; \
|
|
|
|
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
|
1998-04-01 06:54:00 +08:00
|
|
|
$(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) $?
|
1998-04-22 04:27:16 +08:00
|
|
|
sed -e '/IF YOU PUT ANYTHING/,$$d' < .depdir/.dep > .dep1
|
|
|
|
rm -f .depdir/.dep
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
# Work out the special dependencies for the tc-*.c files.
|
|
|
|
.tcdep: $(TARGET_CPU_CFILES)
|
|
|
|
rm -f .tcdepa
|
|
|
|
if [ -d .depdir ]; then true; else mkdir .depdir; fi
|
1998-04-01 06:54:00 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
1997-08-06 12:30:05 +08:00
|
|
|
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 '#include "opcodes/'"$${c}"'-opc.h"' > cgen-opc.h; \
|
|
|
|
rm -f dummy.c; \
|
1998-04-01 06:54:00 +08:00
|
|
|
cp $${srcdir}/config/tc-$${c}.c dummy.c; \
|
1997-08-06 12:30:05 +08:00
|
|
|
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
|
1998-04-01 06:54:00 +08:00
|
|
|
$(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
|
1997-08-06 12:30:05 +08:00
|
|
|
sed -e "s/dummy.o: dummy.c/TCDEP_$${c}_$${o} =/" \
|
|
|
|
-e '1,/DO NOT PUT ANYTHING AFTER/d' \
|
|
|
|
-e '/IF YOU PUT ANYTHING/,$$d' \
|
|
|
|
-e '/^$$/d' < .dep >> ../.tcdepa; \
|
|
|
|
rm -f dummy.c; \
|
|
|
|
else true; fi; \
|
|
|
|
done; \
|
|
|
|
done
|
1998-04-22 04:27:16 +08:00
|
|
|
echo 'TCDEP_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> .tcdepa
|
|
|
|
echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .tcdepa
|
|
|
|
echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> .tcdepa
|
1997-08-06 12:30:05 +08:00
|
|
|
# We don't try to handle all multi cases.
|
|
|
|
for c in $(CPU_TYPES); do \
|
|
|
|
$(CPU_MULTI_VALID) \
|
|
|
|
if [ x$${valid} = xyes ]; then \
|
|
|
|
o=ecoff; \
|
|
|
|
$(CPU_OBJ_VALID) \
|
|
|
|
echo 'TCDEP_'"$${c}"'_multi = \' >> .tcdepa; \
|
|
|
|
echo '$$(TCDEP_'"$${c}"'_coff) \' >> .tcdepa; \
|
|
|
|
if [ x$${valid} = xyes ]; then \
|
|
|
|
echo '$$(TCDEP_'"$${c}"'_ecoff) \' >> .tcdepa; \
|
|
|
|
else true; fi; \
|
|
|
|
echo '$$(TCDEP_'"$${c}"'_elf)' >> .tcdepa; \
|
|
|
|
else true; fi; \
|
|
|
|
done
|
|
|
|
mv -f .tcdepa .tcdep
|
|
|
|
|
|
|
|
# Work out the special dependencies for the obj-*.c files.
|
|
|
|
.objdep: $(OBJ_FORMAT_CFILES)
|
|
|
|
rm -f .objdepa
|
|
|
|
if [ -d .depdir ]; then true; else mkdir .depdir; fi
|
1998-04-01 06:54:00 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
1997-08-06 12:30:05 +08:00
|
|
|
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; \
|
|
|
|
rm -f dummy.c; \
|
1998-04-01 06:54:00 +08:00
|
|
|
cp $${srcdir}/config/obj-$${o}.c dummy.c; \
|
1997-08-06 12:30:05 +08:00
|
|
|
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
|
1998-04-01 06:54:00 +08:00
|
|
|
$(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
|
1997-08-06 12:30:05 +08:00
|
|
|
sed -e "s/dummy.o: dummy.c/OBJDEP_$${c}_$${o} =/" \
|
|
|
|
-e '1,/DO NOT PUT ANYTHING AFTER/d' \
|
|
|
|
-e '/IF YOU PUT ANYTHING/,$$d' \
|
|
|
|
-e '/^$$/d' < .dep >> ../.objdepa; \
|
|
|
|
rm -f dummy.c; \
|
|
|
|
else true; fi; \
|
|
|
|
done; \
|
|
|
|
done
|
1998-04-22 04:27:16 +08:00
|
|
|
echo 'OBJDEP_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> .objdepa
|
|
|
|
echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .objdepa
|
|
|
|
echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> .objdepa
|
|
|
|
echo ' $$(INCDIR)/aout/stab.def' >> .objdepa
|
1997-08-06 12:30:05 +08:00
|
|
|
# We don't try to handle all multi cases.
|
|
|
|
for c in $(CPU_TYPES); do \
|
|
|
|
$(CPU_MULTI_VALID) \
|
|
|
|
if [ x$${valid} = xyes ]; then \
|
|
|
|
o=ecoff; \
|
|
|
|
$(CPU_OBJ_VALID) \
|
|
|
|
echo 'OBJDEP_'"$${c}"'_multi = \' >> .objdepa; \
|
|
|
|
echo '$$(OBJDEP_'"$${c}"'_coff) \' >> .objdepa; \
|
|
|
|
if [ x$${valid} = xyes ]; then \
|
|
|
|
echo '$$(OBJDEP_'"$${c}"'_ecoff) \' >> .objdepa; \
|
|
|
|
else true; fi; \
|
|
|
|
echo '$$(OBJDEP_'"$${c}"'_elf)' >> .objdepa; \
|
|
|
|
else true; fi; \
|
|
|
|
done
|
|
|
|
mv -f .objdepa .objdep
|
|
|
|
|
|
|
|
# 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
|
1998-04-01 06:54:00 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
1997-08-06 12:30:05 +08:00
|
|
|
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; \
|
|
|
|
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
|
1998-04-01 06:54:00 +08:00
|
|
|
$(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
|
1997-08-06 12:30:05 +08:00
|
|
|
sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" \
|
|
|
|
-e '1,/DO NOT PUT ANYTHING AFTER/d' \
|
|
|
|
-e '/IF YOU PUT ANYTHING/,$$d' \
|
|
|
|
-e '/^$$/d' < .dep >> ../.dep2a; \
|
|
|
|
else true; fi; \
|
|
|
|
done; \
|
|
|
|
done
|
1998-04-22 04:27:16 +08:00
|
|
|
echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> .dep2a
|
1997-08-06 12:30:05 +08:00
|
|
|
# We don't try to handle all multi cases.
|
|
|
|
for c in $(CPU_TYPES); do \
|
|
|
|
$(CPU_MULTI_VALID) \
|
|
|
|
if [ x$${valid} = xyes ]; then \
|
|
|
|
o=ecoff; \
|
|
|
|
$(CPU_OBJ_VALID) \
|
|
|
|
echo 'DEP_'"$${c}"'_multi = \' >> .dep2a; \
|
|
|
|
echo '$$(DEP_'"$${c}"'_coff) \' >> .dep2a; \
|
|
|
|
if [ x$${valid} = xyes ]; then \
|
|
|
|
echo '$$(DEP_'"$${c}"'_ecoff) \' >> .dep2a; \
|
|
|
|
else true; fi; \
|
|
|
|
echo '$$(DEP_'"$${c}"'_elf)' >> .dep2a; \
|
|
|
|
else true; fi; \
|
|
|
|
done
|
|
|
|
mv -f .dep2a .dep2
|
|
|
|
|
|
|
|
dep.sed: dep-in.sed config.status
|
1998-04-22 04:27:16 +08:00
|
|
|
srcdir=`cd $(srcdir); pwd`; \
|
1997-08-06 12:30:05 +08:00
|
|
|
sed <$(srcdir)/dep-in.sed >dep.sed \
|
1998-04-22 04:27:16 +08:00
|
|
|
-e "s!@INCDIR@!$${srcdir}/../include!" \
|
|
|
|
-e "s!@BFDDIR@!$${srcdir}/../bfd!" \
|
|
|
|
-e "s!@SRCDIR@!$${srcdir}!"
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
dep: .dep
|
|
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
|
|
|
|
cat .dep >> tmp-Makefile
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
|
|
|
|
|
|
|
|
dep-in: .dep
|
|
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$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 '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
|
|
|
|
cat .dep >> tmp-Makefile.am
|
|
|
|
$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
|
|
|
|
|
* configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set.
Don't set targ or gas_target. Define SCO_ELF and
TARGET_SOLARIS_COMMENT when appropriate. Don't substitute for
target_frag.
* Makefile.am: Remove @target_frag@.
(INCLUDES): Remove $(INTERNAL_CFLAGS), $(CROSS), $(HDEFINES), and
$(TDEFINES).
(dep-am): Mark as phony.
* acconfig.h: Add TARGET_BYTES_BIG_ENDIAN, TARGET_SOLARIS_COMMENT,
and SCO_ELF.
* config/arm-big.mt, config/arm-lit.mt: Remove.
* config/mips-big.mt, config/mips-lit.mt: Remove.
* config/ppc-big.mt, config/ppc-lit.mt: Remove.
* config/ppc-sol.mt: Remove.
* config/i386coff.mt, config/m68kcoff.mt: Remove.
* config/m88kcoff.mt: Remove.
* config/sco5.mt: Remove.
* configure, config.in, Makefile.in: Rebuild.
1997-08-07 03:06:49 +08:00
|
|
|
.PHONY: dep dep-in dep-am
|
1997-08-06 12:30:05 +08:00
|
|
|
|
|
|
|
# DO NOT DELETE THIS LINE -- mkdep uses it.
|
|
|
|
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
|
|
|
|
|
|
|
|
app.o: app.c
|
|
|
|
as.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
|
|
|
|
sb.h macro.h
|
|
|
|
atof-generic.o: atof-generic.c
|
|
|
|
bignum-copy.o: bignum-copy.c
|
|
|
|
cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
|
|
|
|
depend.o: depend.c
|
|
|
|
ecoff.o: ecoff.c
|
1998-04-01 06:54:00 +08:00
|
|
|
ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
|
1997-08-06 12:30:05 +08:00
|
|
|
expr.o: expr.c $(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
|
|
|
|
input-file.o: input-file.c input-file.h
|
|
|
|
input-scrub.o: input-scrub.c input-file.h sb.h
|
|
|
|
listing.o: listing.c input-file.h subsegs.h
|
|
|
|
literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
|
|
|
|
macro.o: macro.c sb.h macro.h
|
|
|
|
messages.o: messages.c
|
|
|
|
output-file.o: output-file.c output-file.h
|
|
|
|
read.o: read.c subsegs.h $(INCDIR)/obstack.h sb.h macro.h \
|
|
|
|
ecoff.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)/obstack.h subsegs.h
|
|
|
|
write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h
|
1997-08-07 00:01:27 +08:00
|
|
|
gasp.o: gasp.c sb.h macro.h
|
1998-02-03 08:17:20 +08:00
|
|
|
itbl-ops.o: itbl-ops.c itbl-ops.h
|
1997-08-06 12:30:05 +08:00
|
|
|
e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
|
|
|
|
emul-target.h
|
|
|
|
e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
|
|
|
|
e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul.h \
|
|
|
|
emul-target.h
|
|
|
|
e-mipself.o: $(srcdir)/config/e-mipself.c emul.h emul-target.h
|
|
|
|
$(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
|
|
|
|
$(TARG_CPU_O): $(TCDEP_@target_cpu_type@_@obj_format@)
|
|
|
|
$(OBJ_FORMAT_O): $(OBJDEP_@target_cpu_type@_@obj_format@)
|
|
|
|
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
|
|
|
|
|
|
|
# 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:
|