aboutsummaryrefslogtreecommitdiff
path: root/src/mkmk.sh
blob: 4cf96921a109681a82cbb2d0c116c29ac5e9adb2 (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
115
116
cd libutf
9c  rune.c
9c  runestrcat.c
9c  runestrchr.c
9c  runestrcmp.c
9c  runestrcpy.c
9c  runestrdup.c
9c  runestrlen.c
9c  runestrecpy.c
9c  runestrncat.c
9c  runestrncmp.c
9c  runestrncpy.c
9c  runestrrchr.c
9c  runestrstr.c
9c  runetype.c
9c  utfecpy.c
9c  utflen.c
9c  utfnlen.c
9c  utfrrune.c
9c  utfrune.c
9c  utfutf.c
ar rvc ../../lib/libutf.a 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 libfmt
9c  dofmt.c
9c  errfmt.c
9c  fltfmt.c
9c  fmt.c
9c  fmtfd.c
9c  fmtfdflush.c
9c  fmtlock.c
9c  fmtprint.c
9c  fmtquote.c
9c  fmtrune.c
9c  fmtstr.c
9c  fmtvprint.c
9c  fprint.c
9c  print.c
9c  runefmtstr.c
9c  runeseprint.c
9c  runesmprint.c
9c  runesnprint.c
9c  runesprint.c
9c  runevseprint.c
9c  runevsmprint.c
9c  runevsnprint.c
9c  seprint.c
9c  smprint.c
9c  snprint.c
9c  sprint.c
9c  strtod.c
9c  vfprint.c
9c  vseprint.c
9c  vsmprint.c
9c  vsnprint.c
9c  charstod.c
9c  pow10.c
9c  nan64.c
ar rvc ../../lib/libfmt.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 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 nan64.o
cd ..
cd libbio
9c  bbuffered.c
9c  bfildes.c
9c  bflush.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
ar rvc ../../lib/libbio.a bbuffered.o bfildes.o bflush.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
ar 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 -L../../../lib -lregexp9 -lbio -lfmt -lutf
install -c o.mk ../../../bin/mk
cd ..