$ v = 'f$verify(0)' $!******************************************************************** $! wilkinson $! 2.4VMS $! 1995/05/25 14:00 $! gopher_root1:[gopher.g2.vms2_13.object]make.com,v $! Exp $! $! Paul Lindner, University of Minnesota CIS. $! $! Copyright 1991, 1992 by the Regents of the University of Minnesota $! see the file "Copyright" in the distribution for conditions of use. $!******************************************************************** $! MODULE: make.com $! make script for VMS gopher common subroutines library $!********************************************************************* $! Revision History: $! make.com,v $! Revision 2.4VMS 1995/05/25 14:00 wilkinson $! Consolodate VMS/Unix source code for server as well as client $! Added "LOG_MMS" logical $! $! Revision 2.3 1994/08/10 10:35:00 wilkinson $! @-]make.common parameters $! $! Revision 2.2 1994/08/09 13:48:00 wilkinson $! Use [-]MAKE.COMMON for setup $! $! Revision 2.1 1994/07/29 15:34:54 wilkinson $! For 2.0VMS-16 $! $! Revision 1.2 1993/12/20 00:00:00 macrides $! UCX/DECC special handling $! $! Revision 1.1 1993/11/16 00:00:00 sherman $! Initial revision $! $! $!********************************************************************/ $! $ ON CONTROL_Y THEN GOTO CLEANUP $ ON ERROR THEN GOTO CLEANUP $! $ @[-]make.common 'P1' "''P2'" 'P3' $ if compiler .eqs. "" $ then $ @compile 'option' 'p2' 'usage' $ @link 'option' 'p2' 'usage' $ else $ lmms = f$trnlnm("LOG_MMS") $ if lmms .nes. "" then lmms = "/''lmms'" $ vg1 = f$verify(1) $ MMS/MACRO=("TCPIP=''option'","''compiler'=1","''debugger'=1",- "''usage'=1","HARDWARE=''hardware'")'lmms $ vg1 = 'f$verify(0)' $ endif $! $ CLEANUP: $ v1 = f$verify(v) $exit .