blob: 8530f2c9f503db9c1391823d9f4ce2ecb2608935 (
plain) (
blame)
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
|
# 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>
;
|