Home
last modified time | relevance | path

Searched refs:SRCDIR (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/src/build/
H A DMakefile1 SRCDIR := .. macro
8 $(OBJDIR)/main.o: $(SRCDIR)/main.c
9 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/main.c
11 $(OBJDIR)/clean-one.o: $(SRCDIR)/clean-one.c
12 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-one.c
14 $(OBJDIR)/clean-two.o: $(SRCDIR)/clean-two.c
17 $(OBJDIR)/emit-one.o: $(SRCDIR)/emit-one.c
18 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-one.c
20 $(OBJDIR)/emit-two.o: $(SRCDIR)/emit-two.c
38 build_all_in_one: $(SRCDIR)/main.c $(SRCDIR)/clean-one.c $(SRCDIR)/clean-two.c $(SRCDIR)/emit-one.c…
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/c/conflicting-symbol/
H A DMakefile10 $(MAKE) VPATH=$(SRCDIR)/$* -I $(SRCDIR) -f $(SRCDIR)/$*.mk
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/cross_dso/
H A DMakefile13 $(MAKE) VPATH=$(SRCDIR)/$* -I $(SRCDIR) -f $(SRCDIR)/$*.mk DSYMUTIL=$(DSYMUTIL)
/llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/deep-bundle/
H A DMakefile7 …wd)/MyFramework.framework/Versions/A/MyFramework -dynamiclib -o MyFramework $(SRCDIR)/myframework.c
11 cp $(SRCDIR)/MyFramework.h MyFramework.framework/Versions/A/Headers
12 cp $(SRCDIR)/Info.plist MyFramework.framework/Versions/A/Resources
21 $(CC) $(CFLAGS) -o deep-bundle $(SRCDIR)/main.c -F. -framework MyFramework
/llvm-project-15.0.7/lldb/test/API/functionalities/load_lazy/
H A DMakefile20 $(MAKE) VPATH=$(SRCDIR) -f $(MAKEFILE_RULES) \
24 $(MAKE) VPATH=$(SRCDIR) -f $(MAKEFILE_RULES) \
28 $(MAKE) VPATH=$(SRCDIR) -f $(MAKEFILE_RULES) \
/llvm-project-15.0.7/lldb/test/API/functionalities/fat_archives/
H A DMakefile6 $(CC) -isysroot "$(SDKROOT)" -arch i386 -g -c $(SRCDIR)/a.c
9 $(CC) -isysroot "$(SDKROOT)" -arch x86_64 -g -c $(SRCDIR)/a.c
13 $(CC) -isysroot "$(SDKROOT)" -g -c $(SRCDIR)/main.c
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/
H A DMakefile6 CXXFLAGS_EXTRAS = -I $(SRCDIR)/root/usr/include/c++/v1/ -I $(SRCDIR)/root/usr/include/ -nostdinc -n…
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/sysroot/
H A DMakefile6 CXXFLAGS_EXTRAS = -I $(SRCDIR)/root/usr/include/c++/v1/ -I $(SRCDIR)/root/usr/include/ -nostdinc -n…
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/empty-module/
H A DMakefile6 CXXFLAGS_EXTRAS = -I $(SRCDIR)/root/usr/include/c++/v1/ -I $(SRCDIR)/root/usr/include/ -nostdinc -n…
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/module-build-errors/
H A DMakefile6 CXXFLAGS_EXTRAS = -I $(SRCDIR)/root/usr/include/c++/v1/ -I $(SRCDIR)/root/usr/include/ -nostdinc -n…
/llvm-project-15.0.7/lldb/test/API/commands/frame/language/
H A DMakefile7 $(CXX) $(CFLAGS_NO_DEBUG) -c $(SRCDIR)/other-2.cpp
10 $(CC) $(CFLAGS) -std=c99 -c $(SRCDIR)/somefunc.c
/llvm-project-15.0.7/lldb/test/API/lang/objc/modules-hash-mismatch/
H A DMakefile8 $(MAKE) -f $(SRCDIR)/Makefile update-module
16 -c $(SRCDIR)/other.m -o $(BUILDDIR)/other.o
/llvm-project-15.0.7/lldb/test/API/lang/objc/conflicting-definition/
H A DMakefile15 CFLAGS_EXTRAS=-I$(SRCDIR)
22 CFLAGS_EXTRAS=-I$(SRCDIR)
/llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/
H A DMakefile8 $(CC) $(CFLAGS) -dynamiclib -o com.apple.sbd $(SRCDIR)/bundle.c
16 $(CC) $(CFLAGS) -o find-bundle-with-dots-in-fn $(SRCDIR)/main.c
/llvm-project-15.0.7/clang/test/Modules/
H A Ddebug-info-moduleimport.m38 // RUN: -fdebug-prefix-map=%S=/SRCDIR \
42 // SKEL-CHECK: includePath: "/SRCDIR/Inputs"
/llvm-project-15.0.7/lldb/test/API/macosx/order/
H A DMakefile2 LD_EXTRAS = -Xlinker -order_file -Xlinker $(SRCDIR)/order-file
/llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/
H A DMakefile9 $(CXX) $(CXXFLAGS) -DBUILD=74 -o $@ $(SRCDIR)/main.cpp
/llvm-project-15.0.7/lldb/test/API/functionalities/load_using_paths/
H A DMakefile9 $(MAKE) VPATH=$(SRCDIR)/hidden -C hidden -f $(MAKEFILE_RULES) \
/llvm-project-15.0.7/lldb/test/API/macosx/find-app-in-bundle/
H A DMakefile8 cp -r $(SRCDIR)/TestApp.app .
/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DMakefile30 $(MAKE) VPATH=$(SRCDIR)/hidden -C hidden -f $(MAKEFILE_RULES) \
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules36 SRCDIR := $(shell dirname $(firstword $(MAKEFILE_LIST)))
237 CFLAGS += -I$(SRCDIR) -I$(THIS_FILE_DIR)