Searched refs:check_compile (Results 1 – 3 of 3) sorted by relevance
/external/minijail/ |
D | common.mk | 284 check_compile = $(shell printf '%b\n' $(1) | \ 292 check_compile_cc = $(call check_compile,$(1),CC,c,CFLAGS,$(2),,$(2),$(3)) 293 check_compile_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,$(2),,$(2),$(3)) 299 check_libs_cc = $(call check_compile,$(1),CC,c,CFLAGS,,$(2),$(2),$(3)) 300 check_libs_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,,$(2),$(2),$(3))
|
/external/modp_b64/ |
D | common.mk | 284 check_compile = $(shell printf '%b\n' $(1) | \ 292 check_compile_cc = $(call check_compile,$(1),CC,c,CFLAGS,$(2),,$(2),$(3)) 293 check_compile_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,$(2),,$(2),$(3)) 299 check_libs_cc = $(call check_compile,$(1),CC,c,CFLAGS,,$(2),$(2),$(3)) 300 check_libs_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,,$(2),$(2),$(3))
|
/external/jsoncpp/ |
D | makerelease.py | 150 def check_compile( distcheck_top_dir, platform ): function 355 build_status, log_path = check_compile( distcheck_top_dir, platform )
|