aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/iis/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 /pkg/images/tv/iis/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/images/tv/iis/mkpkg')
-rw-r--r--pkg/images/tv/iis/mkpkg25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkg/images/tv/iis/mkpkg b/pkg/images/tv/iis/mkpkg
new file mode 100644
index 00000000..7b45b437
--- /dev/null
+++ b/pkg/images/tv/iis/mkpkg
@@ -0,0 +1,25 @@
+# Make the CV (Control Video) display load and control package.
+
+$call relink
+$exit
+
+update:
+ $call relink
+ $call install
+ ;
+
+relink:
+ $update libpkg.a
+ $omake x_iis.x
+ $link x_iis.o libpkg.a -o xx_iis.e
+ ;
+
+install:
+ $move xx_iis.e bin$x_iis.e
+ ;
+
+libpkg.a:
+ @ids
+ @iism70
+ @src
+ ;