Skip to content

Commit

Permalink
BLD: Move force_ftz.c to specfem2d directory.
Browse files Browse the repository at this point in the history
It's not really shared.
  • Loading branch information
Elliott Sales de Andrade committed Jan 7, 2015
1 parent d7babb2 commit 04c7005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/specfem2D/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 04c7005

Please sign in to comment.