aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/Makefile.am
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-05-30 23:58:10 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2004-05-30 23:58:10 +0200
commit96b8a6154eee8298916907259e1543677c8910a5 (patch)
tree5bc64fe6017d058b9e45fdef165e2ccde3c62c52 /libgfortran/Makefile.am
parent78dd5e36d94ddb4b38c5be38d2bbb56ada470b81 (diff)
downloadgcc-96b8a6154eee8298916907259e1543677c8910a5.zip
gcc-96b8a6154eee8298916907259e1543677c8910a5.tar.gz
gcc-96b8a6154eee8298916907259e1543677c8910a5.tar.bz2
re PR libfortran/11800 ([gfortan] libgfortran should be multi-libed)
PR gfortran/11800 * Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES. (lib_LTLIBRARIES): Rename to ... (toolexeclib_LTLIBRARIES): this for multilib support. * configure.in: Rename to ... * configure.ac: this. Update to modern autoconf style, enable multilibs, support --enable-version-specific-runtime-libs. * Makefile.in: Regenerated. * configure: Regenerated. * aclocal.m4: Regenerated. From-SVN: r82466
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r--libgfortran/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am
index b451b38..24a39e1 100644
--- a/libgfortran/Makefile.am
+++ b/libgfortran/Makefile.am
@@ -4,13 +4,13 @@
## __STDC_VERSION__ is set such that libc includes make them available.
AM_CFLAGS = -std=gnu99
-lib_LTLIBRARIES = libgfortran.la libgfortranbegin.la
+toolexeclib_LTLIBRARIES = libgfortran.la libgfortranbegin.la
## This should really go in the compiler lib dir, not the system lib dir.
libgfortranbegin_la_SOURCES = fmain.c
libgfortranbegin_la_LDFLAGS = -static
-INCLUDES = -I$(srcdir)/io
+AM_CPPFLAGS = -I$(srcdir)/io
libgfortranincludedir = $(includedir)/gforio