Lines Matching refs:exec_prefix
15 -P exec_prefix: Like -p but this is the 'exec_prefix', used to
16 install objects etc. The default is whatever sys.exec_prefix
114 exec_prefix = None # settable with -P option
178 exec_prefix = a
208 # default prefix and exec_prefix
209 if not exec_prefix:
211 exec_prefix = prefix
213 exec_prefix = sys.exec_prefix
230 configdir = exec_prefix
232 config_h_dir = exec_prefix
235 makefile_in = os.path.join(exec_prefix, 'Makefile')
237 frozendllmain_c = os.path.join(exec_prefix, 'Pc\\frozen_dllmain.c')
241 config_h_dir = os.path.join(exec_prefix, 'include',
253 check_dirs = [prefix, exec_prefix, configdir, incldir]