Skip to content

Commit

Permalink
added tests/general/util/Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 25, 2019
1 parent f301384 commit d497232
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/general/util/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## This is the automake file for building the Fortran general tests
## for the PIO library.

# Ed Hartnett 3/25/19

# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/set_flags.am

# Build this uninstalled convenience library.
noinst_LTLIBRARIES = libpio_tutil.la

# The convenience libraries depends on their source.
libpio_tutil_la_SOURCES = pio_tutil.F90

pio_tutil.mod: pio_tutil.$(OBJEXT)
BUILT_SOURCES = pio_tutil.mod

0 comments on commit d497232

Please sign in to comment.