Searched full:makefile (Results 1 – 21 of 21) sorted by relevance
/lz4-3.4.0-2.7.6/contrib/djgpp/ |
D | README.MD | 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`
|
D | Makefile | 6 # Pulled the code below from lib/Makefile. Might be nicer to derive this somehow without sed 52 %.o: %.c $(INC) Makefile 55 %.exe: %.o $(LIB) Makefile
|
/lz4-3.4.0-2.7.6/ |
D | NEWS | 111 build : Makefile : fix make -jX lib+exe concurrency (#277) 115 fix : Makefile : release build compatible with PIE and customized compilation directives provided t… 131 Makefile: Generates object files (*.o) for faster (re)compilation on low power systems 224 Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) 225 Fix : Makefile : install for OS-X and BSD, thanks to Takayuki Matsuoka 231 Updated : Makefile : synchronize library version number with lz4.h, thanks to Takayuki Matsuoka 232 Updated : Makefile : stricter compilation flags 234 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136) 246 fix : Makefile : minor issue 130 : header files permissions 262 Makefile : library correctly compiled with -O3 switch (issue 114) [all …]
|
D | INSTALL | 9 LZ4's `Makefile` supports standard [Makefile conventions], 13 [Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
|
D | README.md | 77 LZ4's `Makefile` supports standard [Makefile conventions], 81 [Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
|
D | Makefile | 2 # LZ4 - Makefile 39 include Makefile.inc
|
D | Makefile.inc | 2 # LZ4 - Makefile common definitions
|
D | appveyor.yml | 71 COPY lib\dll\example\Makefile bin\example\ &&
|
/lz4-3.4.0-2.7.6/examples/ |
D | Makefile | 2 # LZ4 examples - Makefile 25 # This makefile compile and test 35 TESTFILE = Makefile 39 include ../Makefile.inc
|
D | .gitignore | 1 /Makefile.lz4*
|
/lz4-3.4.0-2.7.6/lib/ |
D | Makefile | 2 # LZ4 library - Makefile 6 # This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets 60 include ../Makefile.inc 147 …ct lines >= 120 characters in *.{c,h}, by Takayuki Matsuoka (note : $$, for Makefile compatibility) 152 # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html 172 liblz4.pc: liblz4.pc.in Makefile
|
D | README.md | 125 - `Makefile` : `make` script to compile and install lz4 library (static and dynamic)
|
/lz4-3.4.0-2.7.6/build/cmake/ |
D | .gitignore | 6 Makefile
|
/lz4-3.4.0-2.7.6/programs/ |
D | Makefile | 2 # LZ4 programs - Makefile 5 # This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets 61 include ../Makefile.inc 151 # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
|
D | .gitignore | 1 # local binary (Makefile)
|
D | README.md | 8 The `Makefile` script supports all [standard conventions](https://www.gnu.org/prep/standards/html_n…
|
/lz4-3.4.0-2.7.6/contrib/debian/ |
D | changelog | 7 * Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
|
/lz4-3.4.0-2.7.6/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 28 - Build System [e.g. Makefile]
|
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | Makefile | 2 # LZ4 programs - Makefile
|
/lz4-3.4.0-2.7.6/ossfuzz/ |
D | Makefile | 2 # LZ4 oss fuzzer - Makefile
|
/lz4-3.4.0-2.7.6/tests/ |
D | Makefile | 2 # LZ4 programs - Makefile 46 include ../Makefile.inc
|