summaryrefslogtreecommitdiff
path: root/project/common.mk
blob: 26e171cfcbdb386378a6531e58201fba5a76563c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
API_SRCS = \
	src/driver/tpax_amain.c \
	src/driver/tpax_driver_ctx.c \
	src/driver/tpax_unit_ctx.c \
	src/io/tpax_create_memory_snapshot.c \
	src/io/tpax_create_tmpfs_snapshot.c \
	src/logic/tpax_archive_enqueue.c \
	src/logic/tpax_archive_reset.c \
	src/logic/tpax_archive_write.c \
	src/logic/tpax_queue_vector.c \
	src/meta/tpax_init_ustar_header.c \
	src/output/tpax_output_error.c \
	src/skin/tpax_skin_default.c \
	src/util/tpax_path_copy.c \
	src/util/tpax_stat_compare.c \

INTERNAL_SRCS = \
	src/internal/$(PACKAGE)_dprintf_impl.c \
	src/internal/$(PACKAGE)_errinfo_impl.c \
	src/internal/$(PACKAGE)_ftime_impl.c \
	src/internal/$(PACKAGE)_tmpfile_impl.c \

APP_SRCS = \
	src/tpax.c

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)