blob: 7fcbbdfe0d049acb14e61a46705b4ea0cea98c68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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 = .
|