summaryrefslogtreecommitdiff
path: root/project/common.mk
blob: 204f473061a1508399ea5b7b1951518a69ebefc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
API_SRCS = \
	src/driver/tpax_amain.c \
	src/driver/tpax_driver_ctx.c \
	src/driver/tpax_unit_ctx.c \
	src/output/tpax_output_error.c \
	src/skin/tpax_skin_default.c \

INTERNAL_SRCS = \
	src/internal/$(PACKAGE)_dprintf_impl.c \
	src/internal/$(PACKAGE)_errinfo_impl.c \

APP_SRCS = \
	src/tpax.c

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)