aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
1997-09-03Removed v850 sanitization.Nick Clifton1-6/+0
Fixed v850e sanitization.
1997-08-26 * Makefile.am: Rebuild dependencies.Ian Lance Taylor1-17/+13
(ALL_MACHINES_CFILES): Add cpu-arc.c. (ALL_MACHINES_CFILES): Add elf32-arc.c. (elf32-arc.lo): Remove explicit dependency. * Makefile.in: Rebuild.
1997-08-06 * Makefile.am (docdir): Define.Ian Lance Taylor1-4/+11
* Makefile.in: Rebuild.
1997-08-01 * Makefile.am: New file, based on old Makefile.in.Ian Lance Taylor1-0/+962
* acinclude.m4: New file, copied from old aclocal.m4. * configure.in: Define and call AM_PROG_LIBTOOL and friends. Remove shared library handling; now handled by libtool. Replace AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Change all .o files to .lo. Remove stamp-h handling in AC_OUTPUT. * acconfig.h: Mention PACKAGE and VERSION. * stamp-h.in: New file. * dep-in.sed: Change .o to .lo. * Makefile.in: Now built with automake. * aclocal.m4: Now built with aclocal. * config.in, configure: Rebuild.