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