Home | History | Annotate | Download | only in compiler-rt

Lines Matching refs:Inputs

154 $(call Set,Tmp.Inputs,$(Tmp.ArchsToBuild:%=$(Tmp.ObjPath)/%/libcompiler_rt.$(Tmp.LibrarySuffix)))
155 $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix): $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
159 $(Verb) $(CP) $(Tmp.Inputs) $$@, \
160 $(Verb) $(LIPO) -create -output $$@ $(Tmp.Inputs))
200 # Compute the object inputs for this library.
201 $(call Set,Tmp.Inputs,\
206 $(Tmp.ObjPath)/libcompiler_rt.a: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
209 $(Verb) $(Tmp.AR) $(Tmp.ARFLAGS) $$@ $(Tmp.Inputs)
211 $(Tmp.ObjPath)/libcompiler_rt.dylib: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
214 $(Tmp.Inputs) $(Tmp.LDFLAGS)
215 $(Tmp.ObjPath)/libcompiler_rt.so: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
218 $(Tmp.Inputs) $(Tmp.LDFLAGS)