aboutsummaryrefslogtreecommitdiff
path: root/vo/votest/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/votest/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'vo/votest/mkpkg')
-rw-r--r--vo/votest/mkpkg28
1 files changed, 28 insertions, 0 deletions
diff --git a/vo/votest/mkpkg b/vo/votest/mkpkg
new file mode 100644
index 00000000..30b8f618
--- /dev/null
+++ b/vo/votest/mkpkg
@@ -0,0 +1,28 @@
+# Make the VO test package compiled tasks.
+
+$checkout libvo.a vobin$
+$call relink
+$checkin libvo.a vobin$
+$exit
+
+update:
+ $call relink
+ $call install
+ ;
+
+relink:
+ $set LIBS = "-lvo"
+
+ $update libpkg.a
+ $omake x_votest.x
+ $link x_votest.o libpkg.a $(LIBS) -o xx_votest.e
+ ;
+
+install:
+ $move xx_vvotest.e vobin$x_votest.e
+ ;
+
+
+libpkg.a:
+ $set XFLAGS = "$(XFLAGS) -g -q"
+ ;