diff options
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 = . |