Revision 291a8a0677fa689f4805446aa2fc8694cf09e234 authored by Axel Naumann on 23 June 2008, 15:30:42 UTC, committed by Axel Naumann on 23 June 2008, 15:30:42 UTC

git-svn-id: http://root.cern.ch/svn/root/trunk@24481 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 18f08d1
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