0N/A# This file is used by adlc.make to selectively update generated 0N/A# adlc files. Because source and target diretories are relative 0N/A# paths, this file is copied to the target build directory before 0N/A# adlc-updater <file> <source-dir> <target-dir> 475N/A # repair bare #line directives in $1 to refer to $2 475N/A /^#line 999999$/ {print "#line " (NR+1) " \"" F2 "\""; next}