#!/bin/bash if (not_there Geant4-include $SIMPATH/transport/geant4/include/globals.hh); then echo "*** Making includes for GEANT4" | tee -a $logfile cd $SIMPATH/transport/geant4/source $MAKE_command includes -j$number_of_processes check_success Geant4-include $SIMPATH/transport/geant4/include/globals.hh check=$? fi cd $SIMPATH return 1