Lines Matching refs:target
45 def makemakefile(outfp, vars, files, target):
49 realwork(vars, files, target)
53 def realwork(vars, moddefns, target):
57 print('target = %s' % target)
91 print("# As the target uses Python%s.dll, we must use this compiler option!" % version_suffix)
94 print("all: $(target)$(debug_suffix)%s" % (target_ext))
136 print("$(target)$(debug_suffix)%s: $(temp_dir) $(OBJS)" % (target_ext))
137 print("\tlink -out:$(target)$(debug_suffix)%s %s" %
148 print("\t-del /f $(target).exe")