Lines Matching refs:out
24 if [ ! -d "out/windows" ];then
25 mkdir out/windows
27 touch out/windows/trace_streamer.exe
36 if [ ! -f "out/$TARGET_DIR/protoc" ];then
38 mkdir -p out/"$TARGET_DIR"
39 cp out/$target_os/protoc out/"$TARGET_DIR"/protoc
41 if [ ! -f "out/$TARGET_DIR/protoreader_plugin" ] && [ -f "out/$TARGET_DIR/protoc" ];then
43 mkdir -p out/"$TARGET_DIR"
44 cp out/$target_os/protoreader_plugin out/"$TARGET_DIR"/protoreader_plugin