HomeSort by relevance Sort by last modified time
    Searched refs:CXX_BINARY (Results 1 - 3 of 3) sorted by null

  /system/tpm/trunks/
Makefile 32 CXX_BINARY(trunks_testrunner): CXXFLAGS += $(shell gtest-config --cxxflags) \
34 CXX_BINARY(trunks_testrunner): LDLIBS += $(shell gtest-config --libs) \
36 CXX_BINARY(trunks_testrunner): $(TEST_OBJS) $(SHARED_OBJS)
39 tests: TEST(CXX_BINARY(trunks_testrunner))
40 clean: CLEAN(CXX_BINARY(trunks_testrunner))
  /external/minijail/
common.mk 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 macro
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)
    [all...]
  /external/modp_b64/
common.mk 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 macro
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)
    [all...]

Completed in 703 milliseconds