unsquashfs_SOURCES = unpack/unsquashfs.c unpack/tree_node_from_inode.c unsquashfs_SOURCES += unpack/unsquashfs.h unpack/read_fstree.c unsquashfs_SOURCES += unpack/list_files.c unpack/extract_file.c unsquashfs_SOURCES += unpack/restore_fstree.c unsquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a if WITH_XZ unsquashfs_LDADD += $(XZ_LIBS) endif if WITH_GZIP unsquashfs_LDADD += $(ZLIB_LIBS) endif bin_PROGRAMS += unsquashfs