Lines Matching full:make

225 # prepare make options to run in parallel
280 par:;@$(MAKE) $(MFLAGS) V=$(V) lib
474 $(info make: 'lib' with optional backends: $(filter-out $(BACKENDS_BUILTIN),$(BACKENDS)))
478 $(info make: 'lib' with backends: $(BACKENDS))
708 +$(call quiet,MAKE) -C examples/deal.II/build
713 +$(MAKE) -C examples/mfem CEED_DIR=`pwd` \
720 # such as when calling `make prove-all -j2`.
722 +$(MAKE) -C examples MPI=$(MPI) CEED_DIR=`pwd` NEK5K_DIR="$(abspath $(NEK5K_DIR))" nek
728 +$(MAKE) -C examples/rust-qfunctions CEED_DIR=`pwd`
736 # call recursive make to check that this utility is up to date.
738 +$(call quiet,MAKE) -C examples/petsc CEED_DIR=`pwd` AR=$(AR) ARFLAGS=$(ARFLAGS) \
742 +$(call quiet,MAKE) -C examples/petsc CEED_DIR=`pwd` \
748 +$(call quiet,MAKE) -C examples/fluids CEED_DIR=`pwd` \
757 +$(call quiet,MAKE) -C examples/solids CEED_DIR=`pwd` \
804 # make test search='petsc mfem' # PETSc and MFEM examples
805 # make prove search='t3' # t3xx series tests
806 # make junit search='ex petsc' # core ex* and PETSc tests
817 tst : ;@$(MAKE) $(MFLAGS) V=$(V) test
827 prv : ;@$(MAKE) $(MFLAGS) V=$(V) prove
830 +$(MAKE) prove realsearch=%
902 $(call quiet,MAKE) -C examples clean NEK5K_DIR="$(abspath $(NEK5K_DIR))"
903 $(call quiet,MAKE) -C python/tests clean
921 make -C doc/sphinx $*
978 $(MAKE) -B CC=$(IWYU_CC)
1002 # "make configure" detects any variables passed on the command line or
1008 # make configure CC=/path/to/my/cc CUDA_DIR=/opt/cuda
1009 # make
1010 # make prove
1015 # make configure CC=/path/to/other/clang
1044 quay.io/pypa/$(WHEEL_PLAT) python/make-wheels.sh
1054 # Include *.d deps when not -B = --always-make: useful if the paths are wonky in a container