Lines Matching full:pico
36 .SUFFIXES: .out .a .ln ${PICO} ${PCM} .po .o .s .S .c ${CXX_SUFFIXES} \
60 # FPICFLAGS: flags for ${FC} to compile .[fF] files to ${PICO} objects.
62 # CPICFLAGS: flags for ${CC} to compile .[cC] files to ${PICO} objects.
65 # APICFLAGS: flags for ${AS} to assemble .[sS] to ${PICO} objects.
164 LD_sobjs=`${LORDER} ${OBJS} | ${TSORT} | sed 's,\.o,${PICO},'`
171 LD_sobjs=`${LORDER} ${OBJS} | ${TSORT} | sed 's,\.o,${PICO},'`
250 # some libs have lots of objects, and scanning all .o, .po and ${PICO} meta files
252 # (typically ${PICO})
290 .S${PICO} .s${PICO}:
303 .S${PICO} .s${PICO}:
310 .c${PICO}:
313 ${CXX_SUFFIXES:%=%${PICO}}:
320 .c${PICO}:
325 ${CXX_SUFFIXES:%=%${PICO}}:
401 ${.o ${PICO} .po .lo:L:@o@${s:T:R}$o@}: $s
446 SOBJS+= ${OBJS:.o=${PICO}}
505 sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.po \1${PICO} \1.ln:/' \