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
8 OPT ?= -O -g
10 # Ceed directory
12 CEED_FLAGS ?= -I$(CEED_DIR)/include -std=c11 $(OPT)
13 CEED_LIBS ?= -Wl,-rpath,$(abspath $(CEED_DIR)/lib) -L$(CEED_DIR)/lib -lceed -L$(CEED_DIR)/examples/…
24 # Remove built-in rules
28 ex1-volume: ex1-volume.c
29 …cargo +nightly build --release --manifest-path ex1-volume-rs/Cargo.toml --config ex1-volume-rs/.ca…
30 …) $(CEED_LDFLAGS) $(abspath $<) -o $@ $(CEED_LIBS) -L$(CEED_DIR)/examples/rust-qfunctions/ex1-volu…
33 rm -f *~ $(EXAMPLES)
34 rm -rf temp/
35 rm -rf *.dSYM *.TVD.*breakpoints