[cig-commits] [commit] devel: BLD: Move force_ftz.c to specfem2d directory. (04c7005)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jan 7 02:23:56 PST 2015


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

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

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

commit 04c700530fe7b7ebbdeefc917ebc50c251ffde96
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Tue Jan 6 19:43:01 2015 -0500

    BLD: Move force_ftz.c to specfem2d directory.
    
    It's not really shared.


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

04c700530fe7b7ebbdeefc917ebc50c251ffde96
 src/specfem2D/Makefile.in             | 4 ++--
 src/{shared => specfem2D}/force_ftz.c | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/specfem2D/Makefile.in b/src/specfem2D/Makefile.in
index 151fb1c..f7b4239 100644
--- a/src/specfem2D/Makefile.in
+++ b/src/specfem2D/Makefile.in
@@ -341,8 +341,8 @@ $O/exit_mpi.o: ${S}/exit_mpi.F90 ${SETUP}/constants.h
 	${F90} $(DEF_FFLAGS) -c -o $O/exit_mpi.o ${S}/exit_mpi.F90
 
 ### C compilation
-$O/force_ftz.o: ${SHARED}/force_ftz.c ${SETUP}/config.h
-	${CC} -c $(CPPFLAGS) $(CFLAGS) -o $O/force_ftz.o ${SHARED}/force_ftz.c
+$O/force_ftz.o: ${S}/force_ftz.c ${SETUP}/config.h
+	${CC} -c $(CPPFLAGS) $(CFLAGS) -o $O/force_ftz.o ${S}/force_ftz.c
 
 $O/get_global.o: ${S}/get_global.f90 ${SETUP}/constants.h
 	${F90} $(DEF_FFLAGS) -c -o $O/get_global.o ${S}/get_global.f90
diff --git a/src/shared/force_ftz.c b/src/specfem2D/force_ftz.c
similarity index 100%
rename from src/shared/force_ftz.c
rename to src/specfem2D/force_ftz.c



More information about the CIG-COMMITS mailing list