Lines Matching refs:inc
80 local inc=$2
82 if [ -f "$root/$inc" ]; then
86 local relpath="$(realpath --relative-to . "$root/$inc" 2>/dev/null)"
91 local relpath="$(realpath "$root/$inc" 2>/dev/null)"
97 …local relpath=$(python -c "import os,sys; print os.path.relpath(sys.argv[1])" "$root/$inc" 2>/dev/…
110 echo "$root/$inc"
129 local inc=$(echo "$line" | grep -Eo '".*"' | sed -E 's/"([^"]+)"/\1/' | head -1)
130 local res_inc="$(resolve_include "$srcdir" "$inc")"
131 if list_has_item "$XINCS" "$inc"; then
133 write_line "#error Using excluded file: $inc"
134 log_line "Excluding: $inc"
139 if list_has_item "$KINCS" "$inc"; then
141 write_line "/**** *NOT* inlining $inc ****/"
143 log_line "Not Inlining: $inc"
146 write_line "/**** start inlining $inc ****/"
148 write_line "/**** ended inlining $inc ****/"
151 write_line "/**** skipping file: $inc ****/"