aboutsummaryrefslogtreecommitdiff
path: root/src/mkmk.sh
blob: 7710f69b030c3010879bbc5df108cf34456470ee (plain)
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
cd lib9
9c  -Ifmt fmt/dofmt.c
9c  -Ifmt fmt/errfmt.c
9c  -Ifmt fmt/fltfmt.c
9c  -Ifmt fmt/fmt.c
9c  -Ifmt fmt/fmtfd.c
9c  -Ifmt fmt/fmtfdflush.c
9c  -Ifmt fmt/fmtlock.c
9c  -Ifmt fmt/fmtprint.c
9c  -Ifmt fmt/fmtquote.c
9c  -Ifmt fmt/fmtrune.c
9c  -Ifmt fmt/fmtstr.c
9c  -Ifmt fmt/fmtvprint.c
9c  -Ifmt fmt/fprint.c
9c  -Ifmt fmt/nan64.c
9c  -Ifmt fmt/print.c
9c  -Ifmt fmt/runefmtstr.c
9c  -Ifmt fmt/runeseprint.c
9c  -Ifmt fmt/runesmprint.c
9c  -Ifmt fmt/runesnprint.c
9c  -Ifmt fmt/runesprint.c
9c  -Ifmt fmt/runevseprint.c
9c  -Ifmt fmt/runevsmprint.c
9c  -Ifmt fmt/runevsnprint.c
9c  -Ifmt fmt/seprint.c
9c  -Ifmt fmt/smprint.c
9c  -Ifmt fmt/snprint.c
9c  -Ifmt fmt/sprint.c
9c  -Ifmt fmt/strtod.c
9c  -Ifmt fmt/vfprint.c
9c  -Ifmt fmt/vseprint.c
9c  -Ifmt fmt/vsmprint.c
9c  -Ifmt fmt/vsnprint.c
9c  -Ifmt fmt/charstod.c
9c  -Ifmt fmt/pow10.c
9c  utf/rune.c
9c  utf/runestrcat.c
9c  utf/runestrchr.c
9c  utf/runestrcmp.c
9c  utf/runestrcpy.c
9c  utf/runestrdup.c
9c  utf/runestrlen.c
9c  utf/runestrecpy.c
9c  utf/runestrncat.c
9c  utf/runestrncmp.c
9c  utf/runestrncpy.c
9c  utf/runestrrchr.c
9c  utf/runestrstr.c
9c  utf/runetype.c
9c  utf/utfecpy.c
9c  utf/utflen.c
9c  utf/utfnlen.c
9c  utf/utfrrune.c
9c  utf/utfrune.c
9c  utf/utfutf.c
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
cd ..
cd libbio
9c  bbuffered.c
9c  bfildes.c
9c  bflush.c
9c  bfmt.c
9c  bgetc.c
9c  bgetd.c
9c  binit.c
9c  boffset.c
9c  bprint.c
9c  bputc.c
9c  brdline.c
9c  brdstr.c
9c  bread.c
9c  bseek.c
9c  bwrite.c
9c  bgetrune.c
9c  bputrune.c
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
cd ..
cd libregexp
9c  regcomp.c
9c  regerror.c
9c  regexec.c
9c  regsub.c
9c  regaux.c
9c  rregaux.c
9c  rregexec.c
9c  rregsub.c
9ar rvc ../../lib/libregexp9.a regcomp.o regerror.o regexec.o regsub.o regaux.o rregaux.o rregexec.o rregsub.o
cd ..
cd cmd/mk
9c  arc.c
9c  archive.c
9c  bufblock.c
9c  env.c
9c  file.c
9c  graph.c
9c  job.c
9c  lex.c
9c  main.c
9c  match.c
9c  mk.c
9c  parse.c
9c  recipe.c
9c  rule.c
9c  run.c
9c  sh.c
9c  shprint.c
9c  symtab.c
9c  var.c
9c  varsub.c
9c  word.c
9c  unix.c
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
install -c o.mk ../../../bin/mk
cd ..