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/gio/stdgraph/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/gio/stdgraph/mkpkg')
-rw-r--r-- | sys/gio/stdgraph/mkpkg | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/sys/gio/stdgraph/mkpkg b/sys/gio/stdgraph/mkpkg new file mode 100644 index 00000000..8530f2c9 --- /dev/null +++ b/sys/gio/stdgraph/mkpkg @@ -0,0 +1,80 @@ +# Make the STDGRAPH GIO graphics kernel. + +$checkout libstg.a lib$ +$update libstg.a +$checkin libstg.a lib$ +$exit + +update: # update lib$x_stdgraph.e + $call relink + $call install + ; + +relink: # make x_stdgraph.e in local directory + $omake x_stdgraph.x + $link x_stdgraph.o -lstg + ; + +install: # install in system library + $move x_stdgraph.e bin$ + ; + +libstg.a: + # $set xflags = "$(xflags) -qfx" + + stgcancel.x stdgraph.com stdgraph.h <fset.h> + stgclear.x stdgraph.com stdgraph.h + stgclose.x stdgraph.com stdgraph.h + stgclws.x stdgraph.h <ttset.h> stdgraph.com + stgctrl.x stdgraph.com stdgraph.h + stgdeact.x stdgraph.com stdgraph.h <gset.h> <ttset.h> + stgdraw.x stdgraph.com stdgraph.h + stgdrawch.x font.com font.h stdgraph.com stdgraph.h <gki.h>\ + <gset.h> <math.h> + stgencode.x stdgraph.com stdgraph.h <ctype.h> + stgescape.x + stgfa.x stdgraph.com stdgraph.h + stgfaset.x stdgraph.com stdgraph.h <gki.h> + stgfilter.x stdgraph.com stdgraph.h <ttset.h> <chars.h> <fset.h> + stgflush.x stdgraph.com stdgraph.h + stggcell.x + stggcur.x stdgraph.com stdgraph.h + stggdisab.x stdgraph.com stdgraph.h + stggim.x stdgraph.com stdgraph.h <chars.h> <ctype.h> <fset.h>\ + <mach.h> <gescape.h> <gki.h> <gim.h> + stggenab.x stdgraph.com stdgraph.h + stggrstr.x stdgraph.com stdgraph.h + stginit.x stdgraph.com stdgraph.h <ctype.h> <gki.h> <gset.h>\ + <mach.h> + stglkcur.x stdgraph.com stdgraph.h <gset.h> + stgmove.x stdgraph.com stdgraph.h + stgonerr.x stdgraph.com stdgraph.h + stgonint.x stdgraph.h <config.h> <xwhen.h> + stgopen.x stdgraph.com stdgraph.h <gki.h> <gset.h> + stgopenws.x stdgraph.com stdgraph.h <error.h> <gki.h> <ttset.h>\ + <chars.h> <finfo.h> + stgoutput.x stdgraph.com stdgraph.h + stgoutstr.x stdgraph.com stdgraph.h + stgpcell.x stdgraph.com stdgraph.h <gki.h> + stgpl.x stdgraph.com stdgraph.h + stgplset.x stdgraph.com stdgraph.h <gki.h> + stgpm.x stdgraph.com stdgraph.h + stgpmset.x stdgraph.com stdgraph.h <gki.h> + stgrcur.x stdgraph.com stdgraph.h <chars.h> <config.h> <error.h>\ + <fset.h> <gki.h> <gset.h> <ttset.h> + stgreact.x stdgraph.com stdgraph.h <gset.h> <ttset.h> + stgres.x stdgraph.com stdgraph.h <gki.h> + stgreset.x stdgraph.com stdgraph.h <gset.h> + stgrtty.x stdgraph.com stdgraph.h <chars.h> <fset.h> + stgscur.x stdgraph.com stdgraph.h + stgtx.x stdgraph.com stdgraph.h <gki.h> <gset.h> <mach.h>\ + <math.h> + stgtxqual.x stdgraph.com stdgraph.h <gset.h> + stgtxset.x stdgraph.com stdgraph.h <gki.h> <gset.h> + stgtxsize.x stdgraph.com stdgraph.h <gki.h> + stgunkown.x + stgwtty.x stdgraph.com stdgraph.h <ctype.h> <chars.h> + t_gkideco.x <error.h> <gki.h> + t_showcap.x stdgraph.h <ctype.h> + t_stdgraph.x <error.h> <gki.h> <gset.h> + ; |