aboutsummaryrefslogtreecommitdiff
path: root/vo/votools/mkpkg
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /vo/votools/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
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
+ ;