Lines Matching +full:- +full:- +full:all
1 # Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors
2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 # SPDX-License-Identifier: BSD-2-Clause
9 -include $(COMMON)
11 OPT ?= -O -g
15 CEED_FLAGS ?= -I$(CEED_DIR)/include $(OPT)
16 CEED_LIBS ?= -Wl,-rpath,$(abspath $(CEED_DIR)/lib) -L$(CEED_DIR)/lib -lceed
22 MFEM_DEF = -DMFEM_DIR="\"$(abspath $(MFEM_DIR))\""
25 -include $(wildcard $(CONFIG_MK))
31 .PHONY: all clean
33 all: $(MFEM_EXAMPLES) target
40 $(call quiet,MFEM_CXX) $(CEED_FLAGS) $(MFEM_FLAGS) $(MFEM_DEF) $(abspath $<) -o $@ \
52 rm -f *~ $(MFEM_EXAMPLES)
53 rm -rf *.dSYM *.TVD.*breakpoints