1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
# Make the GIO package.
$checkout libex.a lib$ # default: update libex.a
$update libex.a
$checkin libex.a lib$
$exit
# UPDATE -- Relink and install all graphics kernels.
update:
@stdgraph
@sgikern
@imdkern
$ifeq (USE_NSPP, yes) @nsppkern $endif
$ifeq (USE_CALCOMP, yes) @calcomp $endif
;
# The following redirect sys$mkpkg to the appropriate subdirectories to
# update the libraries therein.
libcur.a:
@cursor
;
libgks.a:
@gks
;
libncar.a:
@ncarutil
;
libnspp.a:
@nspp
;
libstg.a:
@stdgraph
;
libsgi.a:
@sgikern
;
libimd.a:
@imdkern
;
libgkt.a:
@nsppkern
;
libccp.a:
@calcomp
;
# GIO portion of LIBEX.
libex.a:
$ifeq (USE_GENERIC, yes)
$ifolder (gtickr.x, gtick.gx)
$generic -k -t r gtick.gx
$endif
$endif
@glabax
@gki
@gim
aelogd.x
aelogr.x
elogd.x
elogr.x
fpequald.x <mach.h>
fpequalr.x <mach.h>
fpfixd.x <mach.h>
fpfixr.x <mach.h>
fpndgr.x
fpnormd.x <mach.h>
fpnormr.x <mach.h>
gactivate.x <fset.h> <knet.h> <gio.h> <gset.h>
gadraw.x gpl.com <gio.h> <gki.h>
gamove.x gpl.com <gio.h> <gki.h>
gascale.x <gio.h>
gcancel.x <gio.h>
gclear.x <gio.h> <gset.h>
gclose.x <gio.h>
gctran.x <gio.h>
gcurpos.x gpl.com <gio.h> <gki.h>
gdeact.x <gio.h> <gset.h>
gescape.x <gio.h>
gfill.x <gio.h>
gflush.x <gio.h>
gframe.x <gio.h>
gfrinit.x <gio.h>
ggcell.x gpl.com <gio.h>
ggcur.x <gio.h> <gki.h>
ggetb.x <gio.h>
ggeti.x <gio.h>
ggetr.x <gio.h>
ggets.x <gio.h>
ggscale.x <gio.h>
ggview.x <gio.h>
ggwind.x <gio.h>
gline.x
gmark.x markers.inc <gio.h> <gset.h>
gmftitle.x <gio.h>
gmprintf.x
gmsg.x <gio.h> <chars.h> <fset.h> <mach.h>
gopen.x <error.h> <gio.h> <gset.h> <knet.h> <gki.h>
gpagefile.x <error.h> <gset.h> <gio.h>
gpcell.x gpl.com <gio.h>
gplcache.x gpl.com <gio.h> <gki.h>
gplcancel.x gpl.com <gio.h>
gplflush.x gpl.com <gio.h> <gki.h>
gpline.x
gploto.x
gplotv.x
gplreset.x gpl.com <gio.h>
gplstype.x gpl.com <gio.h>
gpmark.x <gio.h> <gset.h>
gqverify.x <fset.h>
grdraw.x <gio.h>
grdwcs.x <ctype.h>
greact.x <gio.h> <gset.h>
greset.x <gio.h> <gset.h> <mach.h>
grmove.x <gio.h>
grscale.x <gio.h>
gscan.x
gscur.x <gio.h>
gseti.x
gsetr.x <gio.h> <gset.h> <mach.h>
gsets.x <gio.h> <gset.h>
gstati.x
gstatr.x <gio.h> <gset.h> <mach.h>
gstats.x <gio.h> <gset.h>
gsview.x <gio.h>
gswind.x <gio.h>
gtext.x <gio.h>
gtickr.x <mach.h>
gtxset.x <ctype.h> <gio.h> <gset.h>
gumark.x <gio.h> <mach.h>
gvline.x
gvmark.x <gio.h> <gset.h>
wcstogki.x gpl.com <gio.h> <gki.h>
;
|