diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/imio/imt/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/imio/imt/mkpkg')
-rw-r--r-- | sys/imio/imt/mkpkg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys/imio/imt/mkpkg b/sys/imio/imt/mkpkg new file mode 100644 index 00000000..eca1a520 --- /dev/null +++ b/sys/imio/imt/mkpkg @@ -0,0 +1,24 @@ +# Update the IMIO portion of the LIBEX library. + +$checkout libex.a ../ +$update libex.a +$checkin libex.a ../ +$exit + +libex.a: + imt.x + imx.x imx.h <error.h> + imxbreakout.x + imxparse.x imx.h <ctype.h> + imxescape.x imx.h + imxexpand.x imx.h <ctype.h> <error.h> <imhdr.h> <imset.h> <mach.h> + imxexpr.x imx.h <ctype.h> <error.h> <evexpr.h> <lexnum.h> + imxftype.x imx.h <error.h> + imxpreproc.x imx.h + ; + +test: + $call libpkg.a + $omake zzdebug.x + $link zzdebug.o libpkg.a + ; |