Lines Matching refs:outfile
44 $ open/write outfile targ-cpu.h
45 $ write outfile "#include ""tc-''arch'.h"""
46 $ close outfile
48 $ open/write outfile targ-cpu.c
49 $ write outfile "#include ""tc-''arch'.c"""
50 $ close outfile
54 $ open/write outfile targ-env.h
55 $ write outfile "#include ""te-''env'.h"""
56 $ close outfile
61 $ open/write outfile obj-format.h
62 $ write outfile "#include ""obj-''format'.h"""
63 $ close outfile
64 $ open/write outfile obj-format.c
65 $ write outfile "#include ""obj-''format'.c"""
66 $ close outfile
212 $ open/append outfile config.h
213 $ write outfile ""
214 $ write outfile "/* Target alias. */"
215 $ write outfile "#define TARGET_ALIAS ""''target_alias'"""
216 $ write outfile ""
217 $ write outfile "/* Canonical target. */"
218 $ write outfile "#define TARGET_CANONICAL ""''target_canonical'"""
219 $ write outfile ""
220 $ write outfile "/* Target CPU. */"
221 $ write outfile "#define TARGET_CPU ""'arch'"""
222 $ close outfile
249 $ open/append outfile build.com
250 $ write outfile "$ write sys$output ""Compiling te-vms.c"""
251 $ write outfile "$ cc 'CFLAGS /obj=te-vms.obj [.config]te-vms.c + " +-
253 $ write outfile "$ AS_OBJS=AS_OBJS + "",te-vms.obj"""
254 $ close outfile