From 5ed762baccca0504a1999622153aefc3c969f15b Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Tue, 26 Mar 2019 09:31:09 -0600 Subject: [PATCH] working on fortran tests --- tests/general/util/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/general/util/Makefile.am diff --git a/tests/general/util/Makefile.am b/tests/general/util/Makefile.am deleted file mode 100644 index 5569e176f94..00000000000 --- a/tests/general/util/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -## 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