Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 35) sorted by relevance

12

/lz4-3.4.0-2.7.6/
D.travis.yml11 - make # test library build
12 - make clean
13 …- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std…
19 - make -C tests test-lz4 test-lz4c test-fullbench
26 - make -C tests test-frametest test-fuzzer
32 - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer
36 - MOREFLAGS=-DLZ4_DISTANCE_MAX=8000 make check
37 - make clean
38 - make -C programs lz4-wlib
39 - make clean
[all …]
DMakefile57 $(MAKE) -C $(LZ4DIR) $@
63 $(MAKE) -C $(PRGDIR) $@
68 $(MAKE) -C $(EXDIR) all
72 $(MAKE) -C contrib/gen_manual $@
76 $(MAKE) -C $(TESTDIR) all
80 $(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 …]
Dappveyor.yml30 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=1
55make -C programs lz4 CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…
56make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-…
57make -C tests fuzzer CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…
58make -C lib lib CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-con…
DINSTALL5 make
6 make install # this command may require root access
DNEWS86 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera
111 build : Makefile : fix make -jX lib+exe concurrency (#277)
175 Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson
267 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
DREADME.md73 make
74 make install # this command may require root permissions
/lz4-3.4.0-2.7.6/.circleci/
Dconfig.yml46 - run: CFLAGS= make clangtest && make clean
47 - run: g++ -v; make cxxtest && make clean
48 - run: gcc -v; g++ -v; make ctocpptest && make clean
49 - run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -Werror" make check && make clean
50 …C=gcc-5 CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make check && make clean
51 - run: gcc-6 -v; CC=gcc-6 MOREFLAGS="-O2 -Werror" make check && make clean
52 - run: make cmake && make clean
53 - run: make -C tests test-lz4
54 - run: make -C tests test-lz4c
55 - run: make -C tests test-frametest
[all …]
/lz4-3.4.0-2.7.6/tests/
Dtest_install.sh5 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/null
20 echo $make $cmd DESTDIR="$tmp_lower" $lower="test"
21 $make $cmd DESTDIR="$tmp_lower" $lower="test" >/dev/null
DCOPYING14 software--to make sure the software is free for all its users. This
22 price. Our General Public Licenses are designed to make sure that you
28 To protect your rights, we need to make restrictions that forbid
35 you have. You must make sure that they, too, receive or can get the
43 Also, for each author's protection and ours, we want to make certain
226 This section is intended to make thoroughly clear what is believed to
254 make exceptions for this. Our decision will be guided by the two goals
285 possible use to the public, the best way to achieve this is to make it
312 If the program is interactive, make it output a short notice like this
Dtest-lz4-versions.py20 make_cmd = 'make'
37 def make(args, pipe=True): function
89 make(['clean', 'lz4c'], False)
91 make(['clean', 'lz4c32'], False)
DMakefile38 CFLAGS ?= -O3 # can select custom optimization flags. Example : CFLAGS=-O2 make
65 $(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"
68 $(MAKE) -C $(LZ4DIR) $@ CFLAGS="$(CFLAGS)"
74 $(MAKE) -C $(PRGDIR) $@ CFLAGS="-m32 $(CFLAGS)"
84 $(MAKE) -C $(LZ4DIR) liblz4.a
90 $(MAKE) -C $(LZ4DIR) liblz4
117 @$(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…
/lz4-3.4.0-2.7.6/contrib/djgpp/
DREADME.MD14 * `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`
/lz4-3.4.0-2.7.6/lib/
DREADME.md55 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_NT
125 - `Makefile` : `make` script to compile and install lz4 library (static and dynamic)
126 - `liblz4.pc.in` : for `pkg-config` (used in `make install`)
D.gitignore1 # make install artefact
/lz4-3.4.0-2.7.6/programs/
DCOPYING14 software--to make sure the software is free for all its users. This
22 price. Our General Public Licenses are designed to make sure that you
28 To protect your rights, we need to make restrictions that forbid
35 you have. You must make sure that they, too, receive or can get the
43 Also, for each author's protection and ours, we want to make certain
226 This section is intended to make thoroughly clear what is believed to
254 make exceptions for this. Our decision will be guided by the two goals
285 possible use to the public, the best way to achieve this is to make it
312 If the program is interactive, make it output a short notice like this
DMakefile107 …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
/lz4-3.4.0-2.7.6/examples/
DCOPYING14 software--to make sure the software is free for all its users. This
22 price. Our General Public Licenses are designed to make sure that you
28 To protect your rights, we need to make restrictions that forbid
35 you have. You must make sure that they, too, receive or can get the
43 Also, for each author's protection and ours, we want to make certain
226 This section is intended to make thoroughly clear what is believed to
254 make exceptions for this. Our decision will be guided by the two goals
285 possible use to the public, the best way to achieve this is to make it
312 If the program is interactive, make it output a short notice like this
DMakefile47 $(MAKE) -C $(LZ4DIR) liblz4.a
77 $(MAKE) -C ../programs lz4
/lz4-3.4.0-2.7.6/ossfuzz/
DMakefile56 $(MAKE) -C $(LZ4DIR) CFLAGS="$(LZ4_CFLAGS)" liblz4.a
78 $(MAKE) -C $(LZ4DIR) clean
Dossfuzz.sh19 make V=1 all
/lz4-3.4.0-2.7.6/contrib/debian/
Drules1 #!/usr/bin/make -f
/lz4-3.4.0-2.7.6/contrib/snap/
Dsnapcraft.yaml31 plugin: make
/lz4-3.4.0-2.7.6/contrib/gen_manual/
DREADME.md29 make
/lz4-3.4.0-2.7.6/lib/dll/example/
DMakefile31 CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make
DREADME.md31 Use `cd example` and `make` to build `fullbench-dll` and `fullbench-lib`.

12