-----------
GLISSANDO 3
-----------

prerequisites: ROOT 	(ver. 5.32 or ver. 6.18)  http://cern.root.ch    (for compiling and running)
	       doxygen	(ver. 1.74)  http://www/doxygen.org and texlive-fonts-recommended (for the documentation)

unpack:
	tar -zxvf glissando3xxx.tar.gz  (replace xxx with the current version)

compile and install:
	make

prepare and install documentation:
        make cleandoc
	make doc

test run: 
	./glissando3

a collection of sample runs:
	./demo_ver_2.sh
	./demo_ver_3.sh
        /.centrality.sh

to run on the fly (no keybord action necessary) type:
	./demo_ver_2.sh < one.dat
	./demo_ver_3.sh < one.dat

clean objects and binaries:
	make clean

clean documentation:
	make cleandoc

clean output files:
	make cleanoutput

store package in the tar.gz format:
	make package

