summaryrefslogtreecommitdiff
path: root/project/common.mk
blob: c26a01862711cb50fe8561fd50dac9d36061133d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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/regex/tbnf_regex.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)