
---------------------------------------------------------
BUILD
---------------------------------------------------------

./configure CIMSERVER=<CIM_Server_Name> // For seeing the possible options: ./configure --help
make

---------------------------------------------------------
INSTALLATION
---------------------------------------------------------

make install // Complile and copy the libraries to the provider library directory
make postinstall // Register the providers

---------------------------------------------------------
REMOVAL
---------------------------------------------------------

make preuninstall // Deregister the providers
make uninstall // Delete the libraries from the provider directory

---------------------------------------------------------
CLEANUP
---------------------------------------------------------

make clean

---------------------------------------------------------
DEBUG
---------------------------------------------------------

Configure (./configure) the source code with 'CPPFLAGS=-D__DEBUG__'.
The debugging information is printed in a file called 'cmpi_prov_debug.txt'.

OpenPegasus from source:
-----------------------
The file is located in the directory 
where you executed 'cimserver' (to start the CIM server).

OpenPegasus from RPM:
--------------------
If Pegasus is installed from RPM the file is located in the 
'/var/lib/Pegasus/cache' directory.

SBLIM sfcb:
----------
The file is located in the directory 
where you executed 'sfcbd' (to start the CIM server).

OpenWBEM:
--------
// TODO

---------------------------------------------------------
OFFLINE TEST
---------------------------------------------------------

make test-<CLASSNAME>

If you enabled the debugging information, 'cmpi_prov_debug.txt' is created
in the 'test' directory.
The test MAY BE impossible to run for associations.
If it is the case you have to install the provider package and test
the association providers online (CIM server running).
