aboutsummaryrefslogtreecommitdiff
path: root/src/slalib
diff options
context:
space:
mode:
Diffstat (limited to 'src/slalib')
-rw-r--r--src/slalib/Makefile.am7
-rw-r--r--src/slalib/Makefile.in9
l---------src/slalib/gresid.f1
l---------src/slalib/random.f1
l---------src/slalib/wait.f1
5 files changed, 14 insertions, 5 deletions
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