[cig-commits] [commit] devel: BLD: Port non-recursive make from 3D code. (5b27169)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jan 7 02:24:06 PST 2015


Repository : https://github.com/geodynamics/specfem2d

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/a7da6467b6d122c0472513444ce29f2e16a04648...de54f292fc495b3e612e883ea9c3ad063282a6e9

>---------------------------------------------------------------

commit 5b27169f3ccb052b5fe73f080a5d5698b568a9e4
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Tue Jan 6 21:16:44 2015 -0500

    BLD: Port non-recursive make from 3D code.
    
    Fixes #152.


>---------------------------------------------------------------

5b27169f3ccb052b5fe73f080a5d5698b568a9e4
 .gitignore                                |   5 +-
 Makefile.in                               | 178 +++++---
 configure                                 | 215 +++++++++-
 configure.ac                              |  16 +-
 Makefile.in => src/auxiliaries/Makefile   |  82 +---
 src/auxiliaries/{Makefile.in => rules.mk} | 162 ++++----
 Makefile.in => src/meshfem2D/Makefile     |  82 +---
 src/meshfem2D/Makefile.in                 | 198 ---------
 Makefile.in => src/meshfem2D/rules.mk     | 147 +++----
 Makefile.in => src/shared/Makefile        |  82 +---
 Makefile.in => src/shared/rules.mk        |  89 ++--
 Makefile.in => src/specfem2D/Makefile     |  82 +---
 src/specfem2D/Makefile.in                 | 650 ------------------------------
 src/specfem2D/rules.mk                    | 292 ++++++++++++++
 14 files changed, 874 insertions(+), 1406 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 5b27169f3ccb052b5fe73f080a5d5698b568a9e4


More information about the CIG-COMMITS mailing list