Home | History | Annotate | Download | only in base

Lines Matching refs:infile

297 for infile in input_files:
298 if env.compilable(infile):
299 if (type(infile) == type('')
300 and (infile.startswith('$SRC_DIR/base/')
301 or not os.path.isabs(env.subst(infile)))):
304 base, ext = os.path.splitext(os.path.normpath(infile))
308 if not infile.startswith('$SRC_DIR/base/'):
309 infile = '$SRC_DIR/base/' + infile
310 infile = env.StaticObject(object, infile)[0]
312 infile = env.StaticObject(infile)[0]
313 _result.append(infile)