Home | History | Annotate | Download | only in minijail

Lines Matching refs:CXX_BINARY

32 #   - cc_binary, cxx_binary provide standard compilation steps for binaries
39 # - CXX_BINARY, CC_BINARY, CC_STATIC_BINARY, CXX_STATIC_BINARY
41 # - E.g., CXX_BINARY(mahbinary): foo.o
46 # - TEST(binary) or TEST(CXX_BINARY(binary)) may be used as a prerequisite
216 define cxx_binary
382 # Favor member targets first for CXX_BINARY(%) magic.
470 CXX_BINARY(%):
472 $(call old_or_no_timestamp,$(call cxx_binary))
473 clean: CLEAN(CXX_BINARY*)
482 $(call old_or_no_timestamp,$(call cxx_binary,-static))