aboutsummaryrefslogtreecommitdiff
path: root/src/base/fmt/rules.mk
blob: 8effa9ef008a28855b311e336ee0b47d1cc29678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

TEST += $(TST_DIR)/base/fmt/test