aboutsummaryrefslogtreecommitdiff
path: root/vo/votools/mkpkg
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /vo/votools/mkpkg
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vo/votools/mkpkg')
-rw-r--r--vo/votools/mkpkg40
1 files changed, 40 insertions, 0 deletions
diff --git a/vo/votools/mkpkg b/vo/votools/mkpkg
new file mode 100644
index 00000000..5b078632
--- /dev/null
+++ b/vo/votools/mkpkg
@@ -0,0 +1,40 @@
+# Make the VO package compiled tasks.
+
+$call relink
+$exit
+
+update:
+ $call relink
+ $call install
+ ;
+
+relink:
+ $set LIBS = "-lasttools -lxtools -lstg -lds -ltbtables -lslalib"
+
+ $update libpkg.a
+ $omake x_votools.x
+ $link x_votools.o libpkg.a $(LIBS) -o xx_votools.e
+ ;
+
+install:
+ $move xx_votools.e vobin$x_votools.e
+ ;
+
+
+libpkg.a:
+ $set XFLAGS = "$(XFLAGS) -g -q"
+
+ @gasplib
+
+ console.x
+ resdb.x
+ t_dalclient.x <ctype.h>
+ t_makewcs.x <imhdr.h> <error.h> <imhdr.h> <imio.h> <mach.h> <math.h>
+ t_sbquery.x <time.h>
+ t_sesame.x
+ t_vodata.x
+ t_votcopy.x
+ t_votsize.x
+ t_votget.x
+ t_dispname.x
+ ;