X-Git-Url: https://pd.if.org/git/?p=pccts;a=blobdiff_plain;f=antlr%2Fmakefile.VMS;fp=antlr%2Fmakefile.VMS;h=660e5894c505627d74da716df1038da28de9aef1;hp=0000000000000000000000000000000000000000;hb=780a935d52ff31d98a3f1083ab0f363a7aafb30d;hpb=ca5cea5c2f4e781582ae8f220c83018d17cb418d diff --git a/antlr/makefile.VMS b/antlr/makefile.VMS new file mode 100755 index 0000000..660e589 --- /dev/null +++ b/antlr/makefile.VMS @@ -0,0 +1,42 @@ +$! File: MAKE.COM - Makefile for ANTLR 1.33 on VAX/OpenVMS +$! +$! History: +$! --------- +$! 20-Mar-1992 Fred Scholldorf Hacked together for VAX/VMS. +$! 24-Mar-1992 Fred Scholldorf LINK against VAXCRTL sharable library. +$! 24-Aug-1993 Fred Scholldorf Upgrade for ANTLR V1.10. +$! +$ set noon !Don't stop on errors. +$! +$ if P1 .eqs. "LINK" then goto relink +$! +$ define/nolog pccts_h "[-.h]" +$ define/nolog support_set "[-.support.set]" +$! +$ delete/nolog *.obj;* !Get rid of existing .OBJ files. +$! +$ options = "/INCLUDE=(pccts_h,support_set)" +$ CC 'options' antlr +$ CC 'options' scan +$ CC 'options' err +$ CC 'options' bits +$ CC 'options' build +$ CC 'options' fset2 +$ CC 'options' fset +$ CC 'options' gen +$ CC 'options' globals +$ CC 'options' hash +$ CC 'options' lex +$ CC 'options' main +$ CC 'options' misc +$ CC 'options' pred +$ CC 'options' dialog +$ CC 'options' [-.support.set]set +$! +$relink: +$ LINK antlr,scan,err,bits,build, - + fset2,fset,gen,globals,hash, - + lex,main,misc,pred,dialog,set, - + sys$input:/options + sys$share:vaxcrtl.exe/share +$ EXIT