diff options
author | tkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-18 20:35:25 +0000 |
---|---|---|
committer | tkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-18 20:35:25 +0000 |
commit | 2ba1fcba384fb6390f858783fbabc0137a9e9007 (patch) | |
tree | 1c3b86454f4184b68e455fdc2db1edc04b2adb9f /libgfortran | |
parent | 1b1197a3a32c4ab335b02c03543e21dd0f9558c6 (diff) | |
download | gcc-2ba1fcba384fb6390f858783fbabc0137a9e9007.tar.gz |
2005-05-18 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/21127
* Makefile.am: Really commit.
* Makefile.in: Really commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99926 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 6 | ||||
-rw-r--r-- | libgfortran/Makefile.am | 4 | ||||
-rw-r--r-- | libgfortran/Makefile.in | 13 |
3 files changed, 20 insertions, 3 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index f2e7bfdd7ae..89a0b787966 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,6 +1,12 @@ 2005-05-18 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/21127 + * Makefile.am: Really commit. + * Makefile.in: Really commit. + +2005-05-18 Thomas Koenig <Thomas.Koenig@online.de> + + PR libfortran/21127 * Makefile.am: Add generated/reshape_c4.c and generated/reshape_c8.c. * Makefile.in: Regenerated. diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index 485ce9a39ad..0e1893b5cce 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -225,7 +225,9 @@ generated/shape_i8.c i_reshape_c= \ generated/reshape_i4.c \ -generated/reshape_i8.c +generated/reshape_i8.c \ +generated/reshape_c4.c \ +generated/reshape_c8.c i_eoshift1_c= \ generated/eoshift1_4.c \ diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in index 0fb6db51797..0240dd127fb 100644 --- a/libgfortran/Makefile.in +++ b/libgfortran/Makefile.in @@ -102,7 +102,8 @@ am__objects_19 = shape_i4.lo shape_i8.lo am__objects_20 = eoshift1_4.lo eoshift1_8.lo am__objects_21 = eoshift3_4.lo eoshift3_8.lo am__objects_22 = cshift1_4.lo cshift1_8.lo -am__objects_23 = reshape_i4.lo reshape_i8.lo +am__objects_23 = reshape_i4.lo reshape_i8.lo reshape_c4.lo \ + reshape_c8.lo am__objects_24 = in_pack_i4.lo in_pack_i8.lo am__objects_25 = in_unpack_i4.lo in_unpack_i8.lo am__objects_26 = exponent_r4.lo exponent_r8.lo @@ -514,7 +515,9 @@ generated/shape_i8.c i_reshape_c = \ generated/reshape_i4.c \ -generated/reshape_i8.c +generated/reshape_i8.c \ +generated/reshape_c4.c \ +generated/reshape_c8.c i_eoshift1_c = \ generated/eoshift1_4.c \ @@ -1114,6 +1117,12 @@ reshape_i4.lo: generated/reshape_i4.c reshape_i8.lo: generated/reshape_i8.c $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reshape_i8.lo `test -f 'generated/reshape_i8.c' || echo '$(srcdir)/'`generated/reshape_i8.c +reshape_c4.lo: generated/reshape_c4.c + $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reshape_c4.lo `test -f 'generated/reshape_c4.c' || echo '$(srcdir)/'`generated/reshape_c4.c + +reshape_c8.lo: generated/reshape_c8.c + $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reshape_c8.lo `test -f 'generated/reshape_c8.c' || echo '$(srcdir)/'`generated/reshape_c8.c + in_pack_i4.lo: generated/in_pack_i4.c $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o in_pack_i4.lo `test -f 'generated/in_pack_i4.c' || echo '$(srcdir)/'`generated/in_pack_i4.c |