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 \
3db888
	src/logic/tpax_archive_append.c \
fb29e1
	src/logic/tpax_archive_write.c \
e0fd2a
	src/logic/tpax_file_create_memory_snapshot.c \
f6b26d
	src/logic/tpax_file_create_tmpfs_snapshot.c \
acc91b
	src/logic/tpax_queue_vector.c \
4cb6ae
	src/meta/tpax_init_ustar_header.c \
88751e
	src/output/tpax_output_error.c \
88751e
	src/skin/tpax_skin_default.c \
6c8a81
	src/util/tpax_path_copy.c \
6c8a81
	src/util/tpax_stat_compare.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)