• Home
  • Raw
  • Download

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
132 site.exp: FORCE
134 @echo '## Autogenerated by LLVM configuration.' > site.tmp
135 @echo '# Do not edit!' >> site.tmp
136 @echo 'set target_triplet "$(TARGET_TRIPLE)"' >> site.tmp
137 @echo 'set TARGETS_TO_BUILD "$(TARGETS_TO_BUILD)"' >> site.tmp
138 @echo 'set llvmshlibdir "$(SharedLibDir)"' >>site.tmp
139 @echo 'set llvm_bindings "$(BINDINGS_TO_BUILD)"' >> site.tmp
140 @echo 'set srcroot "$(LLVM_SRC_ROOT)"' >>site.tmp
141 @echo 'set objroot "$(LLVM_OBJ_ROOT)"' >>site.tmp
142 @echo 'set srcdir "$(LLVM_SRC_ROOT)/test"' >>site.tmp
143 @echo 'set objdir "$(LLVM_OBJ_ROOT)/test"' >>site.tmp
144 …(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(CompileCommonOpts) $(LD.Flags) '"' >>site.tmp
145 @echo 'set shlibext "$(SHLIBEXT)"' >> site.tmp
146 @echo 'set ocamlopt "$(OCAMLOPT) -cc \"$(CXX_FOR_OCAMLOPT)\" -I $(LibDir)/ocaml"' >> site.tmp
147 @echo 'set valgrind "$(VALGRIND)"' >> site.tmp
148 @echo 'set grep "$(GREP)"' >>site.tmp
149 @echo 'set gas "$(GAS)"' >>site.tmp
150 @echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
151 @test ! -f site.exp || \
152 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
153 @-rm -f site.bak
154 @test ! -f site.exp || mv site.exp site.bak
155 @mv site.tmp site.exp
163 lit.site.cfg: site.exp
174 @sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
177 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
187 @sed -f unit.tmp $(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@