Text Blame History Raw

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)