• Home
  • Raw
  • Download

Lines Matching refs:Set

114 $(call Set,Tmp.Key,$(1))
115 $(call Set,Tmp.Name,$($(Tmp.Key).Name))
116 $(call Set,Tmp.Configs,$($(Tmp.Key).Configs))
117 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name))
132 $(call Set,Tmp.Config,$(1))
133 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config))
134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
136 $(call Set,Tmp.SHARED_LIBRARY_SUFFIX,$(strip \
141 $(call Set,Tmp.LibrarySuffix,$(Tmp.SHARED_LIBRARY_SUFFIX)),
142 $(call Set,Tmp.LibrarySuffix,a))
146 $(call Set,Tmp.ArchsToBuild,\
154 $(call Set,Tmp.Inputs,$(Tmp.ArchsToBuild:%=$(Tmp.ObjPath)/%/libcompiler_rt.$(Tmp.LibrarySuffix)))
173 $(call Set,Tmp.Arch,$(1))
174 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch))
175 $(call Set,Tmp.Functions,$(strip \
178 $(call Set,Tmp.Optimized,$(strip \
180 $(call Set,Tmp.AR,$(strip \
182 $(call Set,Tmp.ARFLAGS,$(strip \
184 $(call Set,Tmp.CC,$(strip \
186 $(call Set,Tmp.LDFLAGS,$(strip \
188 $(call Set,Tmp.RANLIB,$(strip \
190 $(call Set,Tmp.RANLIBFLAGS,$(strip \
192 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
197 $(call Set,Tmp.LibrarySuffix,$(Tmp.SHARED_LIBRARY_SUFFIX)),
198 $(call Set,Tmp.LibrarySuffix,a))
201 $(call Set,Tmp.Inputs,\
203 $(call Set,Tmp.FnDir,\
231 $(call Set,Tmp.SubDirKey,$(1))
232 $(call Set,Tmp.SubDir,$($(Tmp.SubDirKey).Dir))
233 $(call Set,Tmp.SrcPath,$(ProjSrcRoot)/$(Tmp.SubDir))
234 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch)/$(Tmp.SubDirKey))
235 $(call Set,Tmp.Dependencies,$($(Tmp.SubDirKey).Dependencies))
236 $(call Set,Tmp.CC,$(strip \
238 $(call Set,Tmp.KERNEL_USE,$(strip \
240 $(call Set,Tmp.VISIBILITY_HIDDEN,$(strip \
242 $(call Set,Tmp.CFLAGS,$(strip \