Searched refs:CXX (Results 1 – 4 of 4) sorted by relevance
23 $(call quiet,CXX) $(CPPFLAGS) $(CXXFLAGS) $(abspath $<) -o $@ \30 $(info CXX : $(CXX))
65 ifeq (,$(filter-out undefined default,$(origin CXX)))66 CXX = g++ macro81 NVCC_CXX ?= $(CXX)83 SYCLCXX ?= $(CXX)179 NVCCFLAGS ?= -ccbin $(CXX) -Xcompiler '$(OPT)' -Xcompiler -fPIC420 $(info CXX = $(CXX))564 ifneq ($(CXX), $(HIPCC))643 $(libceeds) : LINK = $(CXX)672 $(call quiet,CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $(abspath $<)714 MFEM_DIR="$(abspath $(MFEM_DIR))" CXX=$(CXX) $*[all …]
71 $ make SYCL_DIR=/opt/intel/oneapi/compiler/latest/linux SYCLCXX=icpx CC=icx CXX=icpx