Skip to content

Commit

Permalink
build: Remove Pyre checks.
Browse files Browse the repository at this point in the history
The Pyrized version of the code was removed long ago, so these checks
don't do anything except change the default targets.
  • Loading branch information
Elliott Sales de Andrade committed Jan 12, 2014
1 parent 310d70b commit 72cc926
Showing 6 changed files with 18 additions and 685 deletions.
15 changes: 7 additions & 8 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -46,14 +46,13 @@
#### targets
####

# default targets for the pure Fortran version
@COND_PYRE_FALSE@DEFAULT = \
@COND_PYRE_FALSE@ meshfem2D \
@COND_PYRE_FALSE@ specfem2D \
@COND_PYRE_FALSE@ convolve_source_timefunction \
@COND_PYRE_FALSE@ check_quality_external_mesh \
@COND_PYRE_FALSE@ adj_seismogram \
@COND_PYRE_FALSE@ $(EMPTY_MACRO)
DEFAULT = \
xmeshfem2D \
xspecfem2D \
xconvolve_source_timefunction \
xcheck_quality_external_mesh \
xadj_seismogram \
$(EMPTY_MACRO)

default: $(DEFAULT)

Loading

0 comments on commit 72cc926

Please sign in to comment.