From ebf6a872e3a7447c7d661a785002dffddb4e59b4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 6 Mar 2015 15:45:46 -0500 Subject: x86_64 flavor is the new generic. --- src/slalib/Makefile.am | 7 +++++-- src/slalib/Makefile.in | 9 ++++++--- src/slalib/gresid.f | 1 + src/slalib/random.f | 1 + src/slalib/wait.f | 1 + 5 files changed, 14 insertions(+), 5 deletions(-) create mode 120000 src/slalib/gresid.f create mode 120000 src/slalib/random.f create mode 120000 src/slalib/wait.f (limited to 'src') diff --git a/src/slalib/Makefile.am b/src/slalib/Makefile.am index 7b5f1e1..00cd17d 100644 --- a/src/slalib/Makefile.am +++ b/src/slalib/Makefile.am @@ -182,6 +182,9 @@ libsla_la_SOURCES = \ vn.f \ vxv.f \ xy2xy.f \ - zd.f + zd.f \ + gresid.f \ + random.f \ + wait.f -AM_CFLAGS = -I$(top_srcdir)/include -I./ +AM_CFLAGS = -I$(srcdir)/include -I./ diff --git a/src/slalib/Makefile.in b/src/slalib/Makefile.in index c175c19..3adeb23 100644 --- a/src/slalib/Makefile.in +++ b/src/slalib/Makefile.in @@ -157,7 +157,7 @@ am_libsla_la_OBJECTS = addet.lo afin.lo airmas.lo altaz.lo amp.lo \ rverot.lo rvgalc.lo rvlg.lo rvlsrd.lo rvlsrk.lo s2tp.lo sep.lo \ smat.lo subet.lo supgal.lo svd.lo svdcov.lo svdsol.lo tp2s.lo \ tp2v.lo tps2c.lo tpv2c.lo ue2el.lo ue2pv.lo unpcd.lo v2tp.lo \ - vdv.lo vn.lo vxv.lo xy2xy.lo zd.lo + vdv.lo vn.lo vxv.lo xy2xy.lo zd.lo gresid.lo random.lo wait.lo libsla_la_OBJECTS = $(am_libsla_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -527,9 +527,12 @@ libsla_la_SOURCES = \ vn.f \ vxv.f \ xy2xy.f \ - zd.f + zd.f \ + gresid.f \ + random.f \ + wait.f -AM_CFLAGS = -I$(top_srcdir)/include -I./ +AM_CFLAGS = -I$(srcdir)/include -I./ all: all-am .SUFFIXES: diff --git a/src/slalib/gresid.f b/src/slalib/gresid.f new file mode 120000 index 0000000..5f2e7cf --- /dev/null +++ b/src/slalib/gresid.f @@ -0,0 +1 @@ +gresid.f_x86_64 \ No newline at end of file diff --git a/src/slalib/random.f b/src/slalib/random.f new file mode 120000 index 0000000..7ee6566 --- /dev/null +++ b/src/slalib/random.f @@ -0,0 +1 @@ +random.f_x86_64 \ No newline at end of file diff --git a/src/slalib/wait.f b/src/slalib/wait.f new file mode 120000 index 0000000..0f181f8 --- /dev/null +++ b/src/slalib/wait.f @@ -0,0 +1 @@ +wait.f_x86_64 \ No newline at end of file -- cgit