diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/images/tv/iis/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/tv/iis/mkpkg')
-rw-r--r-- | pkg/images/tv/iis/mkpkg | 25 |
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 + ; |