2007-12-08 22:42:33 +00:00
|
|
|
##
|
2009-04-13 08:27:40 +00:00
|
|
|
## Author: Lasse Collin
|
2007-12-08 22:42:33 +00:00
|
|
|
##
|
2009-04-13 08:27:40 +00:00
|
|
|
## This file has been put into the public domain.
|
|
|
|
## You can do whatever you want with this file.
|
2007-12-08 22:42:33 +00:00
|
|
|
##
|
|
|
|
|
2010-10-08 12:25:45 +00: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 19:15:35 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
common/common_w32res.rc \
|
|
|
|
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_fw.c \
|
|
|
|
common/tuklib_mbstr.h \
|
|
|
|
common/tuklib_mbstr_width.c \
|
|
|
|
common/tuklib_open_stdxxx.c \
|
|
|
|
common/tuklib_open_stdxxx.h \
|
|
|
|
common/tuklib_physmem.c \
|
|
|
|
common/tuklib_physmem.h \
|
|
|
|
common/tuklib_progname.c \
|
|
|
|
common/tuklib_progname.h
|