Lines Matching refs:tmp
74 tmp=tmp-$$
81 opinst) extrafile_args="-Q ${tmp}-opinst.c1 $extrafile_args" ;;
88 rm -f ${tmp}-desc.h ${tmp}-desc.h1
89 rm -f ${tmp}-desc.c ${tmp}-desc.c1
90 rm -f ${tmp}-opc.h ${tmp}-opc.h1
91 rm -f ${tmp}-opc.c ${tmp}-opc.c1
92 rm -f ${tmp}-opinst.c ${tmp}-opinst.c1
93 rm -f ${tmp}-ibld.h ${tmp}-ibld.h1
94 rm -f ${tmp}-ibld.c ${tmp}-ibld.in1
95 rm -f ${tmp}-asm.c ${tmp}-asm.in1
96 rm -f ${tmp}-dis.c ${tmp}-dis.in1
106 -H ${tmp}-desc.h1 \
107 -C ${tmp}-desc.c1 \
108 -O ${tmp}-opc.h1 \
109 -P ${tmp}-opc.c1 \
110 -L ${tmp}-ibld.in1 \
111 -A ${tmp}-asm.in1 \
112 -D ${tmp}-dis.in1 \
116 sed -e "s/@ARCH@/${ARCH}/g" -e "s/@arch@/${arch}/g" < ${tmp}-desc.h1 > ${tmp}-desc.h
117 ${rootdir}/move-if-change ${tmp}-desc.h ${srcdir}/${prefix}-desc.h
120 -e "s/@prefix@/${prefix}/" < ${tmp}-desc.c1 > ${tmp}-desc.c
121 ${rootdir}/move-if-change ${tmp}-desc.c ${srcdir}/${prefix}-desc.c
123 sed -e "s/@ARCH@/${ARCH}/g" -e "s/@arch@/${arch}/g" < ${tmp}-opc.h1 > ${tmp}-opc.h
124 ${rootdir}/move-if-change ${tmp}-opc.h ${srcdir}/${prefix}-opc.h
127 -e "s/@prefix@/${prefix}/" < ${tmp}-opc.c1 > ${tmp}-opc.c
128 ${rootdir}/move-if-change ${tmp}-opc.c ${srcdir}/${prefix}-opc.c
133 -e "s/@prefix@/${prefix}/" < ${tmp}-opinst.c1 >${tmp}-opinst.c
134 ${rootdir}/move-if-change ${tmp}-opinst.c ${srcdir}/${prefix}-opinst.c
138 cat ${srcdir}/cgen-ibld.in ${tmp}-ibld.in1 | \
140 -e "s/@prefix@/${prefix}/" > ${tmp}-ibld.c
141 ${rootdir}/move-if-change ${tmp}-ibld.c ${srcdir}/${prefix}-ibld.c
143 sed -e "/ -- assembler routines/ r ${tmp}-asm.in1" ${srcdir}/cgen-asm.in \
145 -e "s/@prefix@/${prefix}/" > ${tmp}-asm.c
146 ${rootdir}/move-if-change ${tmp}-asm.c ${srcdir}/${prefix}-asm.c
148 sed -e "/ -- disassembler routines/ r ${tmp}-dis.in1" ${srcdir}/cgen-dis.in \
150 -e "s/@prefix@/${prefix}/" > ${tmp}-dis.c
151 ${rootdir}/move-if-change ${tmp}-dis.c ${srcdir}/${prefix}-dis.c
154 rm -f ${tmp}-desc.h1 ${tmp}-desc.c1
155 rm -f ${tmp}-opc.h1 ${tmp}-opc.c1
156 rm -f ${tmp}-opinst.c1
157 rm -f ${tmp}-ibld.h1 ${tmp}-ibld.in1
158 rm -f ${tmp}-asm.in1 ${tmp}-dis.in1