Chapter 11.1 : Archive creation

Let's call cmake :
cmake .. -DCMAKE_MODULE_PATH=PhoenixCMake/Prefix/share/cmake -DPACKAGE_MODE=yes


To create archives, you have to call the package target :
make package
It will automatically create .sh, .tar.gz and .tar.Z archives of compiled binaries.