diff --git a/ase/awk/vmsmake.com b/ase/awk/vmsmake.com index 701aec78..84d5c56b 100644 --- a/ase/awk/vmsmake.com +++ b/ase/awk/vmsmake.com @@ -12,3 +12,22 @@ $ cc/define=__STAND_ALONE sa.c $ $ write sys$output "lib/create xpawk awk,parse,tree,sa" $ lib/create xpawk awk,parse,tree,sa + + +$ objs := awk,hash,tab,tree,parse,sa +$ +$ loop: +$ file = +$ if file .ne. "" +$ then +$ gosub compile +$ goto loop +$ endif +$ +$ exit +$ +$ compile: +$ write sys$output "awk.c" +$ return + +