=== modified file 'bin/aat.awk' --- bin/aat.awk 2014-06-25 11:06:56 +0000 +++ bin/aat.awk 2013-10-30 21:03:06 +0000 @@ -27,21 +27,9 @@ tok_n, type_names[tok_type], tok_contents[tok_n] >"/dev/stderr" } -# Print file dependencies for makefile usage -function print_dep(str) { - if ("AAT_DEP" in ENVIRON) { - print str >>ENVIRON["AAT_DEP"] - } else { - print str >>"/dev/stderr" - } -} - function call_macro(name, args) { # Macro to recursively parse another template if(name == "include"){ - # TODO: resolve relative filenames - # TODO: include search path - print_dep(args) while(getline