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 \
845037
	src/helper/tpax_stat_compare.c \
3db888
	src/logic/tpax_archive_append.c \
7a9a40
	src/logic/tpax_init_ustar_header.c \
e0fd2a
	src/logic/tpax_file_create_memory_snapshot.c \
f6b26d
	src/logic/tpax_file_create_tmpfs_snapshot.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 \
4ebdc3
	src/internal/$(PACKAGE)_tmpfile_impl.c \
944e2b
944e2b
APP_SRCS = \
88751e
	src/tpax.c
944e2b
944e2b
COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)