1.if !targets(__<${_this:T}>__) 2__<${_this:T}>__: 3 4_ALL_LIBCOMPATS:= 32 5 6_ALL_libcompats:= ${_ALL_LIBCOMPATS:tl} 7 8# List of LIBCOMPAT libcompat pairs to avoid repeating this ugly expression. 9# Can be used as: .for LIBCOMPAT libcompat in ${_ALL_LIBCOMPATS_libcompats} 10_ALL_LIBCOMPATS_libcompats:= \ 11 ${_ALL_LIBCOMPATS:range:@i@${_ALL_LIBCOMPATS:[$i]} ${_ALL_libcompats:[$i]}@} 12 13.endif 14