Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 17, 2019
1 parent 643234f commit 966279a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/flib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ libpio_la_SOURCES = pio.F90

# These F90 files are generated from .F90.in files, using the script
# genf90.pl.
%.F90: %.in
piodarray.F90: piodarray.F90.in
${top_srcdir}/scripts/genf90.pl $< > $@
pionfatt_mod.F90: pionfatt_mod.F90.in
${top_srcdir}/scripts/genf90.pl $< > $@
pionfget_mod.F90: pionfget_mod.F90.in
${top_srcdir}/scripts/genf90.pl $< > $@
pionfput_mod.F90: pionfput_mod.F90.in
${top_srcdir}/scripts/genf90.pl $< > $@

# Each mod file depends on the .o file.
Expand Down

0 comments on commit 966279a

Please sign in to comment.