Blame project/common.mk

944e2b
API_SRCS = \
88751e
	src/driver/tpax_amain.c \
88751e
	src/driver/tpax_driver_ctx.c \
88751e
	src/driver/tpax_unit_ctx.c \
8fb8f9
	src/helper/tpax_path_copy.c \
7a9a40
	src/logic/tpax_init_ustar_header.c \
88751e
	src/output/tpax_output_error.c \
88751e
	src/skin/tpax_skin_default.c \
944e2b
944e2b
INTERNAL_SRCS = \
88751e
	src/internal/$(PACKAGE)_dprintf_impl.c \
88751e
	src/internal/$(PACKAGE)_errinfo_impl.c \
944e2b
944e2b
APP_SRCS = \
88751e
	src/tpax.c
944e2b
944e2b
COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)