Blob


1 cd lib9
2 9c -Ifmt fmt/dofmt.c
3 9c -Ifmt fmt/errfmt.c
4 9c -Ifmt fmt/fltfmt.c
5 9c -Ifmt fmt/fmt.c
6 9c -Ifmt fmt/fmtfd.c
7 9c -Ifmt fmt/fmtfdflush.c
8 9c -Ifmt fmt/fmtlock.c
9 9c -Ifmt fmt/fmtprint.c
10 9c -Ifmt fmt/fmtquote.c
11 9c -Ifmt fmt/fmtrune.c
12 9c -Ifmt fmt/fmtstr.c
13 9c -Ifmt fmt/fmtvprint.c
14 9c -Ifmt fmt/fprint.c
15 9c -Ifmt fmt/nan64.c
16 9c -Ifmt fmt/print.c
17 9c -Ifmt fmt/runefmtstr.c
18 9c -Ifmt fmt/runeseprint.c
19 9c -Ifmt fmt/runesmprint.c
20 9c -Ifmt fmt/runesnprint.c
21 9c -Ifmt fmt/runesprint.c
22 9c -Ifmt fmt/runevseprint.c
23 9c -Ifmt fmt/runevsmprint.c
24 9c -Ifmt fmt/runevsnprint.c
25 9c -Ifmt fmt/seprint.c
26 9c -Ifmt fmt/smprint.c
27 9c -Ifmt fmt/snprint.c
28 9c -Ifmt fmt/sprint.c
29 9c -Ifmt fmt/strtod.c
30 9c -Ifmt fmt/vfprint.c
31 9c -Ifmt fmt/vseprint.c
32 9c -Ifmt fmt/vsmprint.c
33 9c -Ifmt fmt/vsnprint.c
34 9c -Ifmt fmt/charstod.c
35 9c -Ifmt fmt/pow10.c
36 9c utf/rune.c
37 9c utf/runestrcat.c
38 9c utf/runestrchr.c
39 9c utf/runestrcmp.c
40 9c utf/runestrcpy.c
41 9c utf/runestrdup.c
42 9c utf/runestrlen.c
43 9c utf/runestrecpy.c
44 9c utf/runestrncat.c
45 9c utf/runestrncmp.c
46 9c utf/runestrncpy.c
47 9c utf/runestrrchr.c
48 9c utf/runestrstr.c
49 9c utf/runetype.c
50 9c utf/utfecpy.c
51 9c utf/utflen.c
52 9c utf/utfnlen.c
53 9c utf/utfrrune.c
54 9c utf/utfrune.c
55 9c utf/utfutf.c
56 9ar rvc ../../lib/lib9.a dofmt.o errfmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlock.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o nan64.o print.o runefmtstr.o runeseprint.o runesmprint.o runesnprint.o runesprint.o runevseprint.o runevsmprint.o runevsnprint.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o rune.o runestrcat.o runestrchr.o runestrcmp.o runestrcpy.o runestrdup.o runestrlen.o runestrecpy.o runestrncat.o runestrncmp.o runestrncpy.o runestrrchr.o runestrstr.o runetype.o utfecpy.o utflen.o utfnlen.o utfrrune.o utfrune.o utfutf.o
57 cd ..
58 cd libbio
59 9c bbuffered.c
60 9c bfildes.c
61 9c bflush.c
62 9c bfmt.c
63 9c bgetc.c
64 9c bgetd.c
65 9c binit.c
66 9c boffset.c
67 9c bprint.c
68 9c bputc.c
69 9c brdline.c
70 9c brdstr.c
71 9c bread.c
72 9c bseek.c
73 9c bwrite.c
74 9c bgetrune.c
75 9c bputrune.c
76 9ar rvc ../../lib/libbio.a bbuffered.o bfildes.o bflush.o bfmt.o bgetc.o bgetd.o binit.o boffset.o bprint.o bputc.o brdline.o brdstr.o bread.o bseek.o bwrite.o bgetrune.o bputrune.o
77 cd ..
78 cd libregexp
79 9c regcomp.c
80 9c regerror.c
81 9c regexec.c
82 9c regsub.c
83 9c regaux.c
84 9c rregaux.c
85 9c rregexec.c
86 9c rregsub.c
87 9ar rvc ../../lib/libregexp9.a regcomp.o regerror.o regexec.o regsub.o regaux.o rregaux.o rregexec.o rregsub.o
88 cd ..
89 cd cmd/mk
90 9c arc.c
91 9c archive.c
92 9c bufblock.c
93 9c env.c
94 9c file.c
95 9c graph.c
96 9c job.c
97 9c lex.c
98 9c main.c
99 9c match.c
100 9c mk.c
101 9c parse.c
102 9c recipe.c
103 9c rule.c
104 9c run.c
105 9c sh.c
106 9c shprint.c
107 9c symtab.c
108 9c var.c
109 9c varsub.c
110 9c word.c
111 9c unix.c
112 9l -o o.mk arc.o archive.o bufblock.o env.o file.o graph.o job.o lex.o main.o match.o mk.o parse.o recipe.o rule.o run.o sh.o shprint.o symtab.o var.o varsub.o word.o unix.o -lregexp9 -lbio -l9
113 install -c o.mk ../../../bin/mk
114 cd ..