]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libc/sparc/mkfile
fltfmt: %.ng is supposed to print a number with n significant figures, but it prints...
[plan9front.git] / sys / src / libc / sparc / mkfile
1 objtype=sparc
2 </$objtype/mkfile
3
4 LIB=/$objtype/lib/libc.a
5 SFILES=\
6         argv0.s\
7         getcallerpc.$O\
8         getfcr.s\
9         main9.s\
10         main9p.s\
11         memccpy.s\
12         memchr.s\
13         memcmp.s\
14         memmove.s\
15         memset.s\
16         muldivrt.s\
17         setjmp.s\
18         strchr.s\
19         strcmp.s\
20         strcpy.s\
21         tas.s\
22         vlop.s
23
24 CFILES=\
25         cycles.c\
26         notejmp.c\
27         sqrt.c\
28         vlrt.c\
29
30 HFILES=/sys/include/libc.h
31
32 OFILES=${CFILES:%.c=%.$O} ${SFILES:%.s=%.$O}
33
34 UPDATE=mkfile\
35         $HFILES\
36         $CFILES\
37         $SFILES\
38
39 </sys/src/cmd/mksyslib