Blob


1 <$PLAN9/src/mkhdr
3 LIB=libfmt.a
5 NUM=\
6 charstod.$O\
7 pow10.$O\
9 # Could add errfmt, but we want to pick it up from lib9 instead.
10 OFILES=\
11 dofmt.$O\
12 errfmt.$O\
13 fltfmt.$O\
14 fmt.$O\
15 fmtfd.$O\
16 fmtfdflush.$O\
17 fmtlock.$O\
18 fmtprint.$O\
19 fmtquote.$O\
20 fmtrune.$O\
21 fmtstr.$O\
22 fmtvprint.$O\
23 fprint.$O\
24 nan64.$O\
25 print.$O\
26 runefmtstr.$O\
27 runeseprint.$O\
28 runesmprint.$O\
29 runesnprint.$O\
30 runesprint.$O\
31 runevseprint.$O\
32 runevsmprint.$O\
33 runevsnprint.$O\
34 seprint.$O\
35 smprint.$O\
36 snprint.$O\
37 sprint.$O\
38 strtod.$O\
39 vfprint.$O\
40 vseprint.$O\
41 vsmprint.$O\
42 vsnprint.$O\
43 $NUM\
45 HFILES=\
46 fmtdef.h\
47 $PLAN9/include/fmt.h\
49 <$PLAN9/src/mksyslib
51 $NAN.$O: nan.h
52 strtod.$O: nan.h
54 test: $LIB test.$O
55 $CC -o test test.$O $LIB -L$PLAN9/lib -lutf