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/proto/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/proto/mkpkg')
-rw-r--r-- | pkg/proto/mkpkg | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/pkg/proto/mkpkg b/pkg/proto/mkpkg new file mode 100644 index 00000000..d1f20350 --- /dev/null +++ b/pkg/proto/mkpkg @@ -0,0 +1,47 @@ +# Make the PROTO package. + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $call relink@color + $call relink@vol + + $update libpkg.a + $omake x_proto.x + $link x_proto.o libpkg.a -lxtools -liminterp -o xx_proto.e + ; + +install: + $call install@color + $call install@vol + + $move xx_proto.e bin$x_proto.e + ; + +libpkg.a: + epix.x <imhdr.h> + fields.x <ctype.h> + interp.x <fset.h> + intrp.f + t_binfil.x <mach.h> <error.h> <imhdr.h> + t_bscale.x <ctype.h> <error.h> <imhdr.h> <mach.h> + t_fixpix.x <error.h> <imhdr.h> <imset.h> <pmset.h> + t_hfix.x <ctype.h> <error.h> <imhdr.h> <imio.h> + t_imext.x <error.h> <syserr.h> <imhdr.h> <imset.h> <mach.h> \ + <ctype.h> + t_imcntr.x <imhdr.h> + t_imscale.x <imhdr.h> <mach.h> + t_joinlines.x + t_mask2text.x <imhdr.h> + t_mkglbhdr.x <error.h> <imhdr.h> + t_suntoiraf.x <mach.h> <error.h> <imhdr.h> + t_text2mask.x <imhdr.h> + @masks + @maskexpr + ; |