* Makefile.am: New file, based on old Makefile.in.
authorIan Lance Taylor <ian@airs.com>
Fri, 1 Aug 1997 01:49:13 +0000 (01:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 1 Aug 1997 01:49:13 +0000 (01:49 +0000)
commit1daed53f649e59ca014be31f814b040eb4d940d6
tree2125fff6dd9fb6912aa781a7982f879c3b0432b3
parent5e377ed2f2fe756468a14385ad7364053d637025
* Makefile.am: New file, based on old Makefile.in.
* acconfig.h: New file.
* acinclude.m4: New file.
* stamp-h.in: New file.
* configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL.
Removed shared library handling; now handled by libtool.  Replace
AC_CONFIG_HEADER with AM_CONFIG_HEADER.  Call AM_MAINTAINER_MODE,
AM_CYGWIN32, and AM_EXEEXT.  Replace AC_PROG_INSTALL with
AM_PROG_INSTALL.  Change all .o files to .lo.  Remove stamp-h
handling in AC_OUTPUT.
* dep-in.sed: Change .o to .lo.
* Makefile.in: Now built with automake.
* aclocal.m4: Now built with aclocal.
* config.in, configure: Rebuild.
opcodes/.Sanitize
opcodes/ChangeLog
opcodes/acconfig.h [new file with mode: 0644]
opcodes/acinclude.m4 [new file with mode: 0644]
opcodes/aclocal.m4
opcodes/configure
opcodes/configure.in
opcodes/stamp-h.in [new file with mode: 0644]