$ v = 'f$verify(0)' $!******************************************************************** $! wilkinson $! 2.13VMS $! 1995/11/16 14:00 wilkinson $! gopher_root1:[gopher.g2.vms2_13.indexing]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 Indexing Tools $!********************************************************************* $! Revision History: $! make.com,v $! Revision 2.13VMS 1995/11/16 14:00 wilkinson $! Consolodate VMS/Unix source code for server as well as client $! Model after server compile procedures $! 19951116 JLWilkinson jlw@psulias.psu.edu $! refit for 2.13 standard procedures $! 19931112 D.Sherman dennis_sherman@unc.edu $! original version $! $!********************************************************************/ $! $ ON CONTROL_Y THEN GOTO CLEANUP $ ON ERROR THEN GOTO CLEANUP $! $ @[-]compile.common NOTCIP "''P1'" SUPPORT $ vg1 = 'f$verify(0)' $ if f$search("SYS$SYSTEM:MMS.EXE") .eqs. "" .or. f$trnlnm("NO_MMS") .nes. "" $ then $ vg1 = f$verify(1) $ @compile 'P1' $ @link 'P1' $ else $ lmms = f$trnlnm("LOG_MMS") $ if lmms .nes. "" then lmms = "/''lmms'" $ vg1 = f$verify(1) $ MMS/MACRO=("''compiler'=1","''debugger'=1","HARDWARE=''hardware'")'lmms $ vg1 = 'f$verify(0)' $ endif $! $ CLEANUP: $ v1 = f$verify(v) $exit .