2024-08-27 09:44:53 +10:00
|
|
|
zstream_CPPFLAGS = $(AM_CPPFLAGS) $(LIBZPOOL_CPPFLAGS)
|
2024-08-26 16:24:59 +10:00
|
|
|
|
2022-04-09 04:09:55 +02:00
|
|
|
sbin_PROGRAMS += zstream
|
|
|
|
|
CPPCHECKTARGETS += zstream
|
2020-04-10 10:39:55 -07:00
|
|
|
|
|
|
|
|
zstream_SOURCES = \
|
2022-04-09 04:09:55 +02:00
|
|
|
%D%/zstream.c \
|
|
|
|
|
%D%/zstream.h \
|
2022-06-24 14:28:42 -06:00
|
|
|
%D%/zstream_decompress.c \
|
2022-04-09 04:09:55 +02:00
|
|
|
%D%/zstream_dump.c \
|
2022-11-10 15:23:46 -08:00
|
|
|
%D%/zstream_recompress.c \
|
2022-04-09 04:09:55 +02:00
|
|
|
%D%/zstream_redup.c \
|
|
|
|
|
%D%/zstream_token.c
|
2020-04-10 10:39:55 -07:00
|
|
|
|
|
|
|
|
zstream_LDADD = \
|
2022-04-09 04:09:55 +02:00
|
|
|
libzfs.la \
|
|
|
|
|
libzfs_core.la \
|
2022-06-24 14:28:42 -06:00
|
|
|
libzpool.la \
|
2022-04-09 04:09:55 +02:00
|
|
|
libnvpair.la
|
2021-05-08 15:04:48 +02:00
|
|
|
|
2025-09-03 23:58:42 +08:00
|
|
|
cmd-zstream-install-exec-hook:
|
2021-05-30 05:37:05 +02:00
|
|
|
cd $(DESTDIR)$(sbindir) && $(LN_S) -f zstream zstreamdump
|
2025-09-03 23:58:42 +08:00
|
|
|
|
|
|
|
|
INSTALL_EXEC_HOOKS += cmd-zstream-install-exec-hook
|