diff options
Diffstat (limited to 'dfsynthe/Makefile.am')
-rw-r--r-- | dfsynthe/Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
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 = . |