Installation instructions:

1) edit the Makefile (set the installation directory)

2) "make static"  - for a static library (libYARM.a)
or
2) "make dynamic" - for a dynamic library (libYARM.so)
or
2) "make all"     - for a static AND dynamic library (libYARM.a and libYARM.so)

3) "make install" (as root)

