[cig-commits] [commit] QA: build: Remove extra targets from generate_databases. (c5bc599)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Jan 17 04:27:50 PST 2014


Repository : ssh://geoshell/specfem3d

On branch  : QA
Link       : https://github.com/geodynamics/specfem3d/compare/6c327a1cde359cefa65f66e5b7981bfe995f92e3...4359ed56c14ef8f87387f46c8b705a1d395a40ba

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

commit c5bc599fa7f115d8dd5cfa26beed5e68d5ef618c
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Sat Jan 11 19:49:00 2014 -0500

    build: Remove extra targets from generate_databases.
    
    These targets don't exist in this directory.


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

c5bc599fa7f115d8dd5cfa26beed5e68d5ef618c
 src/generate_databases/Makefile.in | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/generate_databases/Makefile.in b/src/generate_databases/Makefile.in
index bc96a7b..ff31acd 100644
--- a/src/generate_databases/Makefile.in
+++ b/src/generate_databases/Makefile.in
@@ -171,10 +171,6 @@ LIBGENDATABASES = $L/libgendatabases.a
 # default targets for the pure Fortran version
 @COND_PYRE_FALSE at DEFAULT = \
 @COND_PYRE_FALSE@	generate_databases \
- at COND_PYRE_FALSE@	specfem3D \
- at COND_PYRE_FALSE@	combine_vol_data \
- at COND_PYRE_FALSE@	combine_surf_data \
- at COND_PYRE_FALSE@	convolve_source_timefunction \
 @COND_PYRE_FALSE@	$(EMPTY_MACRO)
 
 default: $(DEFAULT)
@@ -198,9 +194,7 @@ generate_databases: xgenerate_databases
 
 clean:
 	rm -f $O/* *.o *.gnu *.mod \
-        xgenerate_databases \
-        xconvolve_source_timefunction \
-        xcreate_movie_shakemap_AVS_DX_GMT xcombine_vol_data xcombine_surf_data
+        xgenerate_databases
 
 ###
 ### rule for the archive library



More information about the CIG-COMMITS mailing list