Lines Matching refs:target
135 target = 'a.out' # normally derived from script name
301 # derive target name from script name
306 target = base
308 target = base + '.bin'
313 base_target = target
325 target = os.path.join(odir, target)
444 os.path.basename(target))
475 print('to build the target:', base_target)
477 print('Now run "make" to build the target:', base_target)