summaryrefslogtreecommitdiff
path: root/project/common.mk
blob: c9523bd1ec4bb3c84d9e0e551941138582f04f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
API_SRCS = \
	src/driver/tbnf_amain.c         \
	src/driver/tbnf_driver_ctx.c    \
	src/driver/tbnf_map_input.c  \
	src/driver/tbnf_unit_ctx.c      \
	src/output/tbnf_output_error.c  \
	src/skin/tbnf_skin_default.c    \
	src/tokscan/tbnf_scan_token.c   \

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

APP_SRCS = \
	src/treebnf.c

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)