2014-12-29 20:34:41 +00:00
|
|
|
noinst_LIBRARIES = libbled.a
|
|
|
|
|
|
|
|
libbled_a_SOURCES = bled.c crc32.c data_align.c data_extract_all.c data_skip.c decompress_bunzip2.c \
|
2015-06-20 17:40:55 +00:00
|
|
|
decompress_gunzip.c decompress_uncompress.c decompress_unlzma.c decompress_unxz.c decompress_unzip.c \
|
2021-06-22 18:05:29 +00:00
|
|
|
decompress_vtsi.c filter_accept_all.c filter_accept_list.c filter_accept_reject_list.c find_list_entry.c \
|
2014-12-29 20:34:41 +00:00
|
|
|
header_list.c header_skip.c header_verbose_list.c init_handle.c open_transformer.c \
|
|
|
|
seek_by_jump.c seek_by_read.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c
|
2020-02-10 12:08:04 +00:00
|
|
|
libbled_a_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/.. -Wno-undef -Wno-strict-aliasing
|