Lines Matching refs:site

57 extra-lit-site-cfgs::
58 .PHONY: extra-lit-site-cfgs
66 clang-lit-site-cfg: FORCE
67 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
68 extra-lit-site-cfgs:: clang-lit-site-cfg
98 check-local-dg:: site.exp
103 check-local-dg:: site.exp
107 check-local-lit:: lit.site.cfg Unit/lit.site.cfg
111 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-lit-site-cfgs
137 site.exp: FORCE
139 @echo '## Autogenerated by LLVM configuration.' > site.tmp
140 @echo '# Do not edit!' >> site.tmp
141 @echo 'set target_triplet "$(TARGET_TRIPLE)"' >> site.tmp
142 @echo 'set TARGETS_TO_BUILD "$(TARGETS_TO_BUILD)"' >> site.tmp
143 @echo 'set llvmgcc_langs "$(LLVMGCC_LANGS)"' >> site.tmp
144 @echo 'set llvmtoolsdir "$(ToolDir)"' >>site.tmp
145 @echo 'set llvmlibsdir "$(LibDir)"' >>site.tmp
146 @echo 'set llvmshlibdir "$(SharedLibDir)"' >>site.tmp
147 @echo 'set llvm_bindings "$(BINDINGS_TO_BUILD)"' >> site.tmp
148 @echo 'set srcroot "$(LLVM_SRC_ROOT)"' >>site.tmp
149 @echo 'set objroot "$(LLVM_OBJ_ROOT)"' >>site.tmp
150 @echo 'set srcdir "$(LLVM_SRC_ROOT)/test"' >>site.tmp
151 @echo 'set objdir "$(LLVM_OBJ_ROOT)/test"' >>site.tmp
152 @echo 'set gccpath "$(CC)"' >>site.tmp
153 @echo 'set gxxpath "$(CXX)"' >>site.tmp
154 …@echo 'set compile_c "' $(CC) $(CPP.Flags) $(TargetCommonOpts) $(CompileCommonOpts) -c '"' >>site.…
155 …$(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(CompileCommonOpts) -c -x c++ '"' >> site.tmp
156 …(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(CompileCommonOpts) $(LD.Flags) '"' >>site.tmp
157 @echo 'set llvmgcc "$(LLVMGCC) $(TargetCommonOpts) $(EXTRA_OPTIONS)"' >> site.tmp
158 @echo 'set llvmgxx "$(LLVMGCC) $(TargetCommonOpts) $(EXTRA_OPTIONS)"' >> site.tmp
159 @echo 'set bugpoint_topts $(BUGPOINT_TOPTS)' >> site.tmp
160 @echo 'set shlibext "$(SHLIBEXT)"' >> site.tmp
161 @echo 'set ocamlopt "$(OCAMLOPT) -cc \"$(CXX_FOR_OCAMLOPT)\" -I $(LibDir)/ocaml"' >> site.tmp
162 @echo 'set valgrind "$(VALGRIND)"' >> site.tmp
163 @echo 'set grep "$(GREP)"' >>site.tmp
164 @echo 'set gas "$(GAS)"' >>site.tmp
165 @echo 'set llvmdsymutil "$(DSYMUTIL)"' >>site.tmp
166 @echo 'set emitir "$(LLVMCC_EMITIR_FLAG)"' >>site.tmp
167 @echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
168 @test ! -f site.exp || \
169 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
170 @-rm -f site.bak
171 @test ! -f site.exp || mv site.exp site.bak
172 @mv site.tmp site.exp
180 lit.site.cfg: site.exp
189 @sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
192 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
202 @sed -f unit.tmp $(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@