aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/Makefile
AgeCommit message (Expand)Author
2015-02-23Makefile: fix header file dependencies for xz_wrapper.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for lz4_wrapper.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for lzo_wrapper.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for gzip_wrapper.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for caches-queues-lists.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for restore.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for info.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for read_file.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for progressbar.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for action.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for read_xattrs.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for pseudo.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for sort.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for read_fs.cPhillip Lougher
2015-02-23Makefile: fix header file dependencies for mksquashfs.cPhillip Lougher
2015-02-23Mksquashfs: introduce additional per CPU fragment process threadsPhillip Lougher
2015-02-23Mksquashfs: move a couple of things into mksquashfs.hPhillip Lougher
2015-02-23Makefile: Make "COMP_DEFAULT isn't selected to be built" error more informativePhillip Lougher
2015-02-23Makefile: update "no compressor selected" error message to include LZ4Phillip Lougher
2015-02-23Makefile: update to give the links to LZ4 homepage and source repositoryPhillip Lougher
2015-02-23Makefile: disable LZ4 building by defaultPhillip Lougher
2015-02-23Makefile: {compressor|mksquashfs}.c should be rebuilt if Makefile options changePhillip Lougher
2015-02-23lz4: add experimental support for lz4 compressionPhillip Lougher
2015-02-23unsquashfs: add code to dump filename when ^\ is hitPhillip Lougher
2015-02-23mksquashfs: move the caches, queues and lists implementationsPhillip Lougher
2015-02-23mksquashfs: Add separate restore thread rather than setjmp/longjmpPhillip Lougher
2015-02-23mksquashfs: print file being squashed when ^\ (SIGQUIT) typedPhillip Lougher
2015-02-23read_file: Make pseudo read file implementation into a generic routinePhillip Lougher
2015-02-23mksquashfs: Split progress bar out into separate filesPhillip Lougher
2015-02-23mksquashfs: optimise dir_ent structure by removing pathname memberPhillip Lougher
2015-02-23mksquashfs: add action supportPhillip Lougher
2015-02-23Indicate that LZMA1 support is deprecated, and that the newer andPhillip Lougher
2015-02-23add support for LDFLAGS, don't overwrite CFLAGSWolfram Sang
2015-02-23Allow XZ_SUPPORT to be specified on the command line, andPhillip Lougher
2015-02-23allow custom EXTRA_CFLAGS/LDFLAGS/*_SUPPORT on the make cmd linePeter Korsgaard
2015-02-23Get rid of global.h dependencyplougher
2015-02-23Unselect LZMA, XZ and LZO supportplougher
2015-02-23Move -lpthread and -lm into LIBS definitionplougher
2015-02-23Add missing entry for xz_wrapper.cplougher
2015-02-23Add missing entry for kzo_wrapper.cplougher
2015-02-23Add missing entry for lzma_xz_wrapper.cplougher
2015-02-23Add missing entry for lzma_wrapper.cplougher
2015-02-23Add missing entry for gzip_wrapper.cplougher
2015-02-23Add missing depdencies for unsquashfs_xattr.cplougher
2015-02-23Add missing dependencies for unsquashfs.cplougher
2015-02-23Add missign dependencies for unsquash-4.cplougher
2015-02-23Fix dependencies for unsquash-2.cplougher
2015-02-23Add missing dependencies for sort.cplougher
2015-02-23Add dependencies for read_xattrs.cplougher
2015-02-23Add missing dependencies for xattr.cplougher