From b798cc0a768857828cc7a8132c4d789d51f2d9dc Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 7 Feb 2006 16:11:49 +0000 Subject: [PATCH] *** empty log message *** --- ase/awk/vmsmake.com | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 + +