Home
last modified time | relevance | path

Searched refs:allmost (Results 1 – 2 of 2) sorted by relevance

/external/lz4/
DMakefile45 all: allmost examples manuals build_tests
47 .PHONY: allmost
48 allmost: lib lz4 target
197 …E) clean; CFLAGS="-std=c90 -Werror -pedantic -Wno-long-long -Wno-variadic-macros" $(MAKE) allmost
198 …E) clean; CFLAGS="-std=gnu90 -Werror -pedantic -Wno-long-long -Wno-variadic-macros" $(MAKE) allmost
/external/zstd/
DMakefile44 all: allmost examples manual contrib
46 .PHONY: allmost
47 allmost: allzstd zlibwrapper target
384 CFLAGS="-std=c89 -Werror" $(MAKE) allmost # will fail, due to missing support for `long long`
388 CFLAGS="-std=gnu90 -Werror" $(MAKE) allmost
392 CFLAGS="-std=c99 -Werror" $(MAKE) allmost
396 CFLAGS="-std=gnu99 -Werror" $(MAKE) allmost
400 CFLAGS="-std=c11 -Werror" $(MAKE) allmost