From 0373ffdfaaaa3845306ca71243d535fdffd941d4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 16 Feb 2015 12:40:45 -0500 Subject: Initial commit --- atlas9/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 atlas9/Makefile.am (limited to 'atlas9/Makefile.am') 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 = . -- cgit