From 0373ffdfaaaa3845306ca71243d535fdffd941d4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 16 Feb 2015 12:40:45 -0500 Subject: Initial commit --- dfsynthe/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dfsynthe/Makefile.am (limited to 'dfsynthe/Makefile.am') diff --git a/dfsynthe/Makefile.am b/dfsynthe/Makefile.am new file mode 100644 index 0000000..f28756d --- /dev/null +++ b/dfsynthe/Makefile.am @@ -0,0 +1,23 @@ +AM_FFLAGS=-double-size 64 -save +bin_PROGRAMS = xnfdf \ + dfsynthe \ + dfsortp \ + separatedf \ + repacklow \ + repackhi \ + repackdi \ + repacktio \ + repackh2o \ + repacknlte +xnfdf_SOURCES = xnfdf.for +dfsynthe_SOURCES = dfsynthe.for +dfsortp_SOURCES = dfsortp.for +separatedf_SOURCES = separatedf.for +repacklow_SOURCES = repacklow.for +repackhi_SOURCES = repackhi.for +repackdi_SOURCES = repackdi.for +repacktio_SOURCES = repacktio.for +repackh2o_SOURCES = repackh2o.for +repacknlte_SOURCES = repacknlte.for + +SUBDIRS = . -- cgit