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 /synthe/Makefile.am | |
parent | 01b51f73bd06b2d6eabb776ba6cc69e4abfaa0b3 (diff) | |
download | kasym-0373ffdfaaaa3845306ca71243d535fdffd941d4.tar.gz |
Initial commit
Diffstat (limited to 'synthe/Makefile.am')
-rw-r--r-- | synthe/Makefile.am | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/synthe/Makefile.am b/synthe/Makefile.am new file mode 100644 index 0000000..468bf57 --- /dev/null +++ b/synthe/Makefile.am @@ -0,0 +1,38 @@ +AM_FFLAGS=-double-size 64 -save +bin_PROGRAMS = xnfpelsyn \ + rgfall \ + rgfalllinesnew \ + rmolecasc \ + synthe \ + spectrv \ + rotate \ + broaden \ + plotsynimcol \ + plotobsimcol \ + mergeplotcol \ + psplotcol \ + ascibinxyatonm \ + converfsynnmtoa \ + rschwenk \ + synbeg \ + rh2ofast \ + nltelinesasctobin +xnfpelsyn_SOURCES = xnfpelsyn.for atlas7v.for +rgfall_SOURCES = rgfall.for +rgfalllinesnew_SOURCES = rgfalllinesnew.for +rmolecasc_SOURCES = rmolecasc.for +synthe_SOURCES = synthe.for +spectrv_SOURCES = spectrv.for atlas7v.for +rotate_SOURCES = rotate.for +broaden_SOURCES = broaden.for +plotsynimcol_SOURCES = plotsynimcol.for plotpackcol.for +plotobsimcol_SOURCES = plotobsimcol.for plotpackcol.for +mergeplotcol_SOURCES = mergeplotcol.for +psplotcol_SOURCES = psplotcol.for +ascibinxyatonm_SOURCES = ascibinxyatonm.for +converfsynnmtoa_SOURCES = converfsynnmtoa.for +rschwenk_SOURCES = rschwenk.for +synbeg_SOURCES = synbeg.for +rh2ofast_SOURCES = rh2ofast.for +nltelinesasctobin_SOURCES = nltelinesasctobin.for +SUBDIRS = . |