1 2 3 4 5 6 7 8 9 10 11 12 13
mksquashfs_SOURCES = mkfs/mksquashfs.c mkfs/options.c mkfs/options.h mksquashfs_SOURCES += include/squashfs.h mksquashfs_LDADD = libfstree.a libcompress.a if WITH_LZMA mksquashfs_LDADD += $(XZ_LIBS) endif if WITH_ZLIB mksquashfs_LDADD += $(ZLIB_LIBS) endif bin_PROGRAMS += mksquashfs