Searched full:contrib (Results 1 – 9 of 9) sorted by relevance
9 * The `Makefile` in `contrib/djgpp/` sets up `CC`, `AR`, `LD` for you. So, `CC=i586-pc-msdosdjgpp-…12 In the base dir of lz4 and with `contrib/djgpp/Makefile`, try:14 * `make -f contrib/djgpp/Makefile`15 * `make -f contrib/djgpp/Makefile liblz4.a`16 * `make -f contrib/djgpp/Makefile lz4.exe`17 * `make -f contrib/djgpp/Makefile DESTDIR=/home/user/dos install`, however it doesn't make much sen…18 * You can also do `make -f contrib/djgpp/Makefile uninstall`
15 gen_manual_includes = include_directories(join_paths(lz4_root_dir, 'contrib/gen_manual'))22 join_paths(lz4_root_dir, 'contrib/gen_manual/gen_manual.cpp'),
13 `cd` to this meson directory (`contrib/meson`)
22 description: 'Enable contrib build')
72 $(MAKE) -C contrib/gen_manual $@85 $(MAKE) -C contrib/gen_manual $@ > $(VOID)
225 contrib/meson build
16 build: contrib/cmake_unofficial/ moved to build/cmake/
112 subdir('contrib') subdir
42 # set it to OFF in your project before you add_subdirectory(lz4/contrib/cmake_unofficial).