2024-02-12 17:09:10 +02:00
|
|
|
## SPDX-License-Identifier: 0BSD
|
2009-04-13 11:27:40 +03:00
|
|
|
## Author: Lasse Collin
|
2007-12-09 00:42:33 +02:00
|
|
|
|
2010-10-08 15:25:45 +03:00
|
|
|
SUBDIRS = liblzma xzdec
|
|
|
|
|
|
|
|
if COND_XZ
|
|
|
|
SUBDIRS += xz
|
|
|
|
endif
|
|
|
|
|
|
|
|
if COND_LZMAINFO
|
|
|
|
SUBDIRS += lzmainfo
|
|
|
|
endif
|
|
|
|
|
|
|
|
if COND_SCRIPTS
|
|
|
|
SUBDIRS += scripts
|
|
|
|
endif
|
|
|
|
|
2014-10-29 21:15:35 +02:00
|
|
|
EXTRA_DIST = \
|
|
|
|
common/common_w32res.rc \
|
2025-01-02 15:32:10 +02:00
|
|
|
common/my_landlock.h \
|
2014-10-29 21:15:35 +02:00
|
|
|
common/mythread.h \
|
|
|
|
common/sysdefs.h \
|
|
|
|
common/tuklib_common.h \
|
|
|
|
common/tuklib_config.h \
|
|
|
|
common/tuklib_cpucores.c \
|
|
|
|
common/tuklib_cpucores.h \
|
|
|
|
common/tuklib_exit.c \
|
|
|
|
common/tuklib_exit.h \
|
|
|
|
common/tuklib_gettext.h \
|
|
|
|
common/tuklib_integer.h \
|
|
|
|
common/tuklib_mbstr.h \
|
2024-12-17 17:57:18 +02:00
|
|
|
common/tuklib_mbstr_fw.c \
|
2024-12-18 14:00:09 +02:00
|
|
|
common/tuklib_mbstr_nonprint.c \
|
|
|
|
common/tuklib_mbstr_nonprint.h \
|
2014-10-29 21:15:35 +02:00
|
|
|
common/tuklib_mbstr_width.c \
|
2024-12-16 18:43:52 +02:00
|
|
|
common/tuklib_mbstr_wrap.c \
|
|
|
|
common/tuklib_mbstr_wrap.h \
|
2014-10-29 21:15:35 +02:00
|
|
|
common/tuklib_open_stdxxx.c \
|
|
|
|
common/tuklib_open_stdxxx.h \
|
|
|
|
common/tuklib_physmem.c \
|
|
|
|
common/tuklib_physmem.h \
|
|
|
|
common/tuklib_progname.c \
|
2024-10-01 12:10:23 +03:00
|
|
|
common/tuklib_progname.h \
|
|
|
|
common/w32_application.manifest \
|
|
|
|
common/w32_application.manifest.comments.txt
|