Home
last modified time | relevance | path

Searched refs:LIB_CXX (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/googletest/gtest_main/
H A DMakefile5 LIB_CXX= gtest_main macro
/freebsd/lib/googletest/gmock_main/
H A DMakefile5 LIB_CXX= gmock_main macro
/freebsd/lib/libdevdctl/
H A DMakefile1 LIB_CXX= devdctl macro
/freebsd/lib/liblutok/
H A DMakefile1 LIB_CXX= lutok macro
/freebsd/lib/ofed/libibnetdisc/
H A DMakefile7 LIB_CXX= ibnetdisc macro
/freebsd/lib/atf/libatf-c++/
H A DMakefile31 LIB_CXX= atf-c++ macro
/freebsd/lib/googletest/gmock/
H A DMakefile5 LIB_CXX= gmock macro
/freebsd/lib/googletest/gtest/
H A DMakefile5 LIB_CXX= gtest macro
/freebsd/lib/libpmc/
H A DMakefile1 LIB_CXX= pmc macro
/freebsd/share/mk/
H A Dbsd.lib.mk9 .if defined(LIB_CXX) || defined(SHLIB_CXX)
14 .if defined(LIB_CXX)
15 LIB= ${LIB_CXX}
H A Dbsd.README593 LIB_CXX The name of the library to build. It also causes
595 standard C++ library. LIB_CXX overrides the value
618 SHLIB_CXX Like LIB_CXX but only builds a shared library.