Skip to content

Commit

Permalink
removed genf90.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 17, 2019
1 parent dea5c70 commit e7ea53f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 387 deletions.
387 changes: 0 additions & 387 deletions scripts/genf90.pl

This file was deleted.

5 changes: 5 additions & 0 deletions src/flib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ libpionfput_la_SOURCES = pionfput_mod.F90
libpiolib_mod_la_SOURCES = piolib_mod.F90
libpio_la_SOURCES = pio.F90

# These F90 files are generated from .F90.in files, using the script
# genf90.pl.
pionfatt_mod.F90: pionfatt_mod.F90.in
../../scripts/genf90.pl pionfatt_mod.F90.in > pionfatt_mod.F90

# Each mod file depends on the .o file.
pio_kinds.mod: pio_kinds.$(OBJEXT)
pio_types.mod: pio_types.$(OBJEXT)
Expand Down

0 comments on commit e7ea53f

Please sign in to comment.