aboutsummaryrefslogtreecommitdiff
path: root/dfsynthe/Makefile.am
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-02-16 12:40:45 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-02-16 12:40:45 -0500
commit0373ffdfaaaa3845306ca71243d535fdffd941d4 (patch)
tree194c3c278d7e352e39d555d31aae93c0be2dfc03 /dfsynthe/Makefile.am
parent01b51f73bd06b2d6eabb776ba6cc69e4abfaa0b3 (diff)
downloadkasym-0373ffdfaaaa3845306ca71243d535fdffd941d4.tar.gz
Initial commit
Diffstat (limited to 'dfsynthe/Makefile.am')
-rw-r--r--dfsynthe/Makefile.am23
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 = .