Lines Matching +full:- +full:- +full:directory
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
13 # Ceed directory
15 CEED_FLAGS ?= -I$(CEED_DIR)/include $(OPT)
16 CEED_LIBS ?= -Wl,-rpath,$(abspath $(CEED_DIR)/lib) -L$(CEED_DIR)/lib -lceed
18 # Use an MFEM build directory or an MFEM install directory
22 MFEM_DEF = -DMFEM_DIR="\"$(abspath $(MFEM_DIR))\""
25 -include $(wildcard $(CONFIG_MK))
40 $(call quiet,MFEM_CXX) $(CEED_FLAGS) $(MFEM_FLAGS) $(MFEM_DEF) $(abspath $<) -o $@ \
52 rm -f *~ $(MFEM_EXAMPLES)
53 rm -rf *.dSYM *.TVD.*breakpoints