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/xtools/gtools/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/xtools/gtools/mkpkg')
-rw-r--r-- | pkg/xtools/gtools/mkpkg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pkg/xtools/gtools/mkpkg b/pkg/xtools/gtools/mkpkg new file mode 100644 index 00000000..bbad01aa --- /dev/null +++ b/pkg/xtools/gtools/mkpkg @@ -0,0 +1,27 @@ +# GTOOLS + +update: + $checkout libxtools.a lib$ + $update libxtools.a + $checkin libxtools.a lib$ + ; + +libxtools.a: + gtascale.x gtools.h <mach.h> + gtcolon.x gtools.h <ctype.h> <gset.h> + gtcopy.x gtools.h + gtctran.x + gtcur.x + gtcur1.x gtools.h + gtfree.x gtools.h + gtget.x gtools.h <gset.h> + gtgui.x gtools.h <gset.h> + gtinit.x gtools.h <gset.h> + gtlabax.x gtools.h <ctype.h> <gset.h> <gio.h> + gtplot.x gtools.h <gset.h> + gtreset.x gtools.h <gset.h> + gtset.x gtools.h <ctype.h> <gset.h> + gtswind.x gtools.h <gset.h> <mach.h> + gtvplot.x gtools.h <gset.h> + gtwindow.x gtools.h + ; |