|
|
944e2b |
API_SRCS = \
|
|
|
88751e |
src/driver/tpax_amain.c \
|
|
|
88751e |
src/driver/tpax_driver_ctx.c \
|
|
|
88751e |
src/driver/tpax_unit_ctx.c \
|
|
|
0ee4a8 |
src/io/tpax_create_memory_snapshot.c \
|
|
|
0ee4a8 |
src/io/tpax_create_tmpfs_snapshot.c \
|
|
|
43c39b |
src/logic/tpax_archive_enqueue.c \
|
|
|
cf351e |
src/logic/tpax_archive_reset.c \
|
|
|
fb29e1 |
src/logic/tpax_archive_write.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 \
|
|
|
5ea1d7 |
src/util/tpax_path_replstr.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 \
|
|
|
ee80f8 |
src/internal/$(PACKAGE)_ftime_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)
|