-----------
GLISSANDO 2
-----------

prerequisites: root 	(ver. 5.32)  http://cern.root.ch    (for compiling and running)
	       doxygen	(ver. 1.74)  http://www/doxygen.org (for the documentation)

unpack:
	tar -zxvf glissando2.1.tar.gz  (replace the number to the current version)

compile and install:
	make

prepare and install documentation:
	make doc

test run: 
	./glissando2

unpack correlated nuclear distributions (Alvioli et al.):
	tar -zxvf nucl.tar.gz

a collection of sample runs:
	./run.sh

to run on the fly (no keybord action necessary) type:
	./run.sh < input/in4.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

