Lines Matching refs:all
159 # compilers; e.g., xlc apparently ignores all options when -E is passed, thus
310 cuda-all.c := interface/ceed-cuda.c $(cuda.c) $(cuda-ref.c) $(cuda-shared.c) $(cuda-gen.c)
311 cuda-all.cpp := $(cuda.cpp) $(cuda-ref.cpp) $(cuda-gen.cpp)
312 cuda-all.cu := $(cuda-ref.cu)
321 hip-all.c := interface/ceed-hip.c $(hip.c) $(hip-ref.c) $(hip-shared.c) $(hip-gen.c)
322 hip-all.cpp := $(hip.cpp) $(hip-ref.cpp) $(hip-gen.cpp)
323 hip-all.hip := $(hip-ref.hip)
477 info-backends-all:
551 libceed.c += $(cuda-all.c)
552 libceed.cpp += $(cuda-all.cpp)
553 libceed.cu += $(cuda-all.cu)
563 $(hip-all.c:%.c=$(OBJDIR)/%.o) $(hip-all.c:%=%.tidy): CPPFLAGS += $(HIPCONFIG_CPPFLAGS)
565 $(hip-all.cpp:%.cpp=$(OBJDIR)/%.o) $(hip-all.cpp:%=%.tidy): CPPFLAGS += $(HIPCONFIG_CPPFLAGS)
569 libceed.c += $(hip-all.c)
570 libceed.cpp += $(hip-all.cpp)
571 libceed.hip += $(hip-all.hip)
720 # such as when calling `make prove-all -j2`.
829 prove-all :
837 all: $(alltests)
1051 .PHONY : all cln clean doxygen doc format lib install par print test tst prove prv prove-all junit examples tidy iwyu info info-backends info-backends-all configure wheel