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 /atlas9/Makefile.am | |
parent | 01b51f73bd06b2d6eabb776ba6cc69e4abfaa0b3 (diff) | |
download | kasym-0373ffdfaaaa3845306ca71243d535fdffd941d4.tar.gz |
Initial commit
Diffstat (limited to 'atlas9/Makefile.am')
-rw-r--r-- | atlas9/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/atlas9/Makefile.am b/atlas9/Makefile.am new file mode 100644 index 0000000..7fcbbdf --- /dev/null +++ b/atlas9/Makefile.am @@ -0,0 +1,10 @@ +AM_FFLAGS=-double-size 64 -save +bin_PROGRAMS = atlas9v \ + atlas9vkur \ + atlas9mem \ + atlas9memkur +atlas9v_SOURCES = atlas9v.for +atlas9vkur_SOURCES = atlas9vkur.for +atlas9mem_SOURCES = atlas9mem.for +atlas9memkur_SOURCES = atlas9memkur.for +SUBDIRS = . |