diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-02-16 12:40:45 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-02-16 12:40:45 -0500 |
commit | 0373ffdfaaaa3845306ca71243d535fdffd941d4 (patch) | |
tree | 194c3c278d7e352e39d555d31aae93c0be2dfc03 /dfsynthe/Makefile.am | |
parent | 01b51f73bd06b2d6eabb776ba6cc69e4abfaa0b3 (diff) | |
download | kasym-0373ffdfaaaa3845306ca71243d535fdffd941d4.tar.gz |
Initial commit
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 = . |