aboutsummaryrefslogtreecommitdiff
path: root/src/base/fmt/rules.mk
blob: fdfdac02406583dae1778da4f3f9d06b445d9ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Local sources
SRCS_$(d)+=\
	$(d)/fmt/buffer.c\
	$(d)/fmt/do.c\
	$(d)/fmt/esprint.c\
	$(d)/fmt/fprint.c\
	$(d)/fmt/locale.c\
	$(d)/fmt/nsprint.c\
	$(d)/fmt/open.c\
	$(d)/fmt/print.c\
	$(d)/fmt/sprint.c\
	$(d)/fmt/vesprint.c\
	$(d)/fmt/vfprint.c\
	$(d)/fmt/vnsprint.c\
	$(d)/fmt/vprint.c\
	$(d)/fmt/vwrite.c\
	$(d)/fmt/panic.c\
	$(d)/fmt/write.c

CHECK_$(d)+=\
	$(d)/fmt/test.c