* configure.in (BFDLIB, BFDVER_H, ALL_OBJ_DEPS): Delete.
* Makefile.am (GASLIBS): Expand @BFDLIB@. (BFDVER_H): Delete. (OBJS): Expand @ALL_OBJ_DEPS@. Depend on all fopen-*.h variants. (obj-aout.o): Depend on $(DEP_@target_get_type@_aout) (obj-coff.o, obj-ecoff.o, obj-elf.o): Similarly. Run "make dep-am". * dep-in.sed: Don't substitute bfdver.h. Do remove symcat.h. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * configure: Regenerate.
This commit is contained in:
parent
bf81fac3c9
commit
03bf704fdb
@ -1,3 +1,17 @@
|
||||
2006-06-08 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* configure.in (BFDLIB, BFDVER_H, ALL_OBJ_DEPS): Delete.
|
||||
* Makefile.am (GASLIBS): Expand @BFDLIB@.
|
||||
(BFDVER_H): Delete.
|
||||
(OBJS): Expand @ALL_OBJ_DEPS@. Depend on all fopen-*.h variants.
|
||||
(obj-aout.o): Depend on $(DEP_@target_get_type@_aout)
|
||||
(obj-coff.o, obj-ecoff.o, obj-elf.o): Similarly.
|
||||
Run "make dep-am".
|
||||
* dep-in.sed: Don't substitute bfdver.h. Do remove symcat.h.
|
||||
* Makefile.in: Regenerate.
|
||||
* doc/Makefile.in: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2006-06-07 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* po/Make-in (pdf, ps): New dummy targets.
|
||||
|
1836
gas/Makefile.am
1836
gas/Makefile.am
File diff suppressed because it is too large
Load Diff
1994
gas/Makefile.in
1994
gas/Makefile.in
File diff suppressed because it is too large
Load Diff
13
gas/configure
vendored
13
gas/configure
vendored
@ -309,7 +309,7 @@ ac_includes_default="\
|
||||
# include <unistd.h>
|
||||
#endif"
|
||||
|
||||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL WARN_CFLAGS NO_WERROR GDBINIT cgen_cpu_prefix extra_objects target_cpu_type obj_format te_file install_tooldir atof BFDLIB OPCODES_LIB BFDVER_H ALL_OBJ_DEPS YACC LEX LEXLIB LEX_OUTPUT_ROOT USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CPP EGREP ALLOCA LIBM datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
|
||||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL WARN_CFLAGS NO_WERROR GDBINIT cgen_cpu_prefix extra_objects target_cpu_type obj_format te_file install_tooldir atof OPCODES_LIB YACC LEX LEXLIB LEX_OUTPUT_ROOT USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CPP EGREP ALLOCA LIBM datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
|
||||
ac_subst_files=''
|
||||
|
||||
# Initialize some variables set by options.
|
||||
@ -5127,14 +5127,6 @@ yes)
|
||||
;;
|
||||
esac
|
||||
|
||||
BFDLIB=../bfd/libbfd.la
|
||||
BFDVER_H=../bfd/bfdver.h
|
||||
ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -9576,10 +9568,7 @@ s,@obj_format@,$obj_format,;t t
|
||||
s,@te_file@,$te_file,;t t
|
||||
s,@install_tooldir@,$install_tooldir,;t t
|
||||
s,@atof@,$atof,;t t
|
||||
s,@BFDLIB@,$BFDLIB,;t t
|
||||
s,@OPCODES_LIB@,$OPCODES_LIB,;t t
|
||||
s,@BFDVER_H@,$BFDVER_H,;t t
|
||||
s,@ALL_OBJ_DEPS@,$ALL_OBJ_DEPS,;t t
|
||||
s,@YACC@,$YACC,;t t
|
||||
s,@LEX@,$LEX,;t t
|
||||
s,@LEXLIB@,$LEXLIB,;t t
|
||||
|
@ -554,16 +554,8 @@ yes)
|
||||
;;
|
||||
esac
|
||||
|
||||
BFDLIB=../bfd/libbfd.la
|
||||
BFDVER_H=../bfd/bfdver.h
|
||||
ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
|
||||
|
||||
AC_SUBST(BFDLIB)
|
||||
AC_SUBST(OPCODES_LIB)
|
||||
|
||||
AC_SUBST(BFDVER_H)
|
||||
AC_SUBST(ALL_OBJ_DEPS)
|
||||
|
||||
AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${target_alias}", [Target alias.])
|
||||
AC_DEFINE_UNQUOTED(TARGET_CANONICAL, "${target}", [Canonical target.])
|
||||
AC_DEFINE_UNQUOTED(TARGET_CPU, "${target_cpu}", [Target CPU.])
|
||||
|
@ -12,13 +12,13 @@ s!@SRCDIR@/config!$(srcdir)/config!g
|
||||
s!@SRCDIR@/\.\./opcodes!$(srcdir)/../opcodes!g
|
||||
s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
|
||||
s!@SRCDIR@/!!g
|
||||
s!\.\./bfd/bfdver\.h!$(BFDVER_H)!g
|
||||
s! \$(srcdir)/config/te-generic\.h!!g
|
||||
s! \.\./bfd/bfd\.h!!g
|
||||
s! itbl-cpu\.h!!g
|
||||
s! itbl-parse\.h!!g
|
||||
s! \.\./intl/libintl\.h!!g
|
||||
|
||||
s! \.\./bfd/bfd\.h!!g
|
||||
s! \$(INCDIR)/symcat\.h!!g
|
||||
s! \$(INCDIR)/bin-bugs\.h!!g
|
||||
s! \$(INCDIR)/ansidecl\.h!!g
|
||||
s! \$(INCDIR)/libiberty\.h!!g
|
||||
|
@ -71,7 +71,6 @@ NROFF = nroff
|
||||
MANS = $(man_MANS)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ALLOCA = @ALLOCA@
|
||||
ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
@ -79,8 +78,6 @@ AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BFDLIB = @BFDLIB@
|
||||
BFDVER_H = @BFDVER_H@
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
CC = @CC@
|
||||
|
Loading…
Reference in New Issue
Block a user