Searched full:make (Results 1 – 25 of 35) sorted by relevance
12
11 - make # test library build12 - make clean13 …- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std…19 - make -C tests test-lz4 test-lz4c test-fullbench26 - make -C tests test-frametest test-fuzzer32 - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer36 - MOREFLAGS=-DLZ4_DISTANCE_MAX=8000 make check37 - make clean38 - make -C programs lz4-wlib39 - make clean[all …]
57 $(MAKE) -C $(LZ4DIR) $@63 $(MAKE) -C $(PRGDIR) $@68 $(MAKE) -C $(EXDIR) all72 $(MAKE) -C contrib/gen_manual $@76 $(MAKE) -C $(TESTDIR) all80 $(MAKE) -C $(LZ4DIR) $@ > $(VOID)81 $(MAKE) -C $(PRGDIR) $@ > $(VOID)82 $(MAKE) -C $(TESTDIR) $@ > $(VOID)83 $(MAKE) -C $(EXDIR) $@ > $(VOID)84 $(MAKE) -C $(FUZZDIR) $@ > $(VOID)[all …]
30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&47 make -v &&50 make -C programs lz4 &&51 make -C tests fullbench &&52 make -C tests fuzzer &&53 make -C lib lib V=155 …make -C programs lz4 CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…56 …make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-…57 …make -C tests fuzzer CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…58 …make -C lib lib CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-con…
5 make6 make install # this command may require root access
86 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera111 build : Makefile : fix make -jX lib+exe concurrency (#277)175 Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson267 Makefile : Use system default $(CC) & $(MAKE) variables (issue 112)300 Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)312 Makefile : make dist modify text files in the package to respect Unix EoL convention
73 make74 make install # this command may require root permissions
46 - run: CFLAGS= make clangtest && make clean47 - run: g++ -v; make cxxtest && make clean48 - run: gcc -v; g++ -v; make ctocpptest && make clean49 - run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -Werror" make check && make clean50 …C=gcc-5 CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make check && make clean51 - run: gcc-6 -v; CC=gcc-6 MOREFLAGS="-O2 -Werror" make check && make clean52 - run: make cmake && make clean53 - run: make -C tests test-lz454 - run: make -C tests test-lz4c55 - run: make -C tests test-frametest[all …]
5 make="make -C $lz4_root"8 make="make -C $lz4_root"10 make="gmake -C $lz4_root"18 echo $make $cmd DESTDIR="$tmp_upper" $upper="test"19 $make $cmd DESTDIR="$tmp_upper" $upper="test" >/dev/null20 echo $make $cmd DESTDIR="$tmp_lower" $lower="test"21 $make $cmd DESTDIR="$tmp_lower" $lower="test" >/dev/null
14 software--to make sure the software is free for all its users. This22 price. Our General Public Licenses are designed to make sure that you28 To protect your rights, we need to make restrictions that forbid35 you have. You must make sure that they, too, receive or can get the43 Also, for each author's protection and ours, we want to make certain226 This section is intended to make thoroughly clear what is believed to254 make exceptions for this. Our decision will be guided by the two goals285 possible use to the public, the best way to achieve this is to make it312 If the program is interactive, make it output a short notice like this
20 make_cmd = 'make'37 def make(args, pipe=True): function89 make(['clean', 'lz4c'], False)91 make(['clean', 'lz4c32'], False)
38 CFLAGS ?= -O3 # can select custom optimization flags. Example : CFLAGS=-O2 make65 $(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"68 $(MAKE) -C $(LZ4DIR) $@ CFLAGS="$(CFLAGS)"74 $(MAKE) -C $(PRGDIR) $@ CFLAGS="-m32 $(CFLAGS)"84 $(MAKE) -C $(LZ4DIR) liblz4.a90 $(MAKE) -C $(LZ4DIR) liblz4117 @$(MAKE) -C $(LZ4DIR) $@ > $(VOID)118 @$(MAKE) -C $(PRGDIR) $@ > $(VOID)165 …@$(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finis…
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`
55 and with `make` : `CPPFLAGS+=-DLZ4_FAST_DEC_LOOP=1 make lz4`.64 - `LZ4_DISABLE_DEPRECATE_WARNINGS` : invoking a deprecated function will make the compiler generate…66 Should this be a problem, it's generally possible to make the compiler ignore these warnings,102 DLL can be created using MinGW+MSYS with the `make liblz4` command.106 make BUILD_STATIC=no CC=x86_64-w64-mingw32-gcc DLLTOOL=x86_64-w64-mingw32-dlltool OS=Windows_NT125 - `Makefile` : `make` script to compile and install lz4 library (static and dynamic)126 - `liblz4.pc.in` : for `pkg-config` (used in `make install`)
1 # make install artefact
107 …CPPFLAGS="-DLZ4F_PUBLISH_STATIC_FUNCTIONS -DLZ4_PUBLISH_STATIC_FUNCTIONS" $(MAKE) -C $(LZ4DIR) lib…131 $(MAKE) -C $(LZ4DIR) $@ > $(VOID)139 # make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
47 $(MAKE) -C $(LZ4DIR) liblz4.a77 $(MAKE) -C ../programs lz4
56 $(MAKE) -C $(LZ4DIR) CFLAGS="$(LZ4_CFLAGS)" liblz4.a78 $(MAKE) -C $(LZ4DIR) clean
19 make V=1 all
1 #!/usr/bin/make -f
31 plugin: make
29 make
31 CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make
31 Use `cd example` and `make` to build `fullbench-dll` and `fullbench-lib`.