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 -lm
24 # Remove built-in rules
29 $(LINK.c) $(CEED_FLAGS) $(CEED_LDFLAGS) $< -o $@ $(CEED_LIBS)
32 rm -f *~ $(EXAMPLES)
33 rm -rf *.dSYM *.TVD.*breakpoints