Revision 79e6c5add169fbb4580e54ca4f4163c03d0ceb95 authored by Philippe Canal on 05 October 2006, 17:04:30 UTC, committed by Philippe Canal on 05 October 2006, 17:04:30 UTC

git-svn-id: http://root.cern.ch/svn/root/trunk@16448 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 5c015be
Raw File
DrawTest.sh
#! /bin/sh

#dt_MakeFiles.sh
#root -b -q 'dt_MakeRef.C("Event.new.split9.root");'
if [ "x`which gmake 2>/dev/null | awk '{if ($1~/gmake/) print $1;}'`" != "x" ]
then
   gmake -f dt_Makefile drawtest
else
   make -f dt_Makefile drawtest
fi
./dt_RunDrawTest.sh
back to top