Home | Modules | Class Hierarchy | Alphabetical List | Compound List | Related Pages

Dependencies generation

In order, to compile the library, you have to include a dependencies file. By default, this file is already generated and included into the making process.
But, if you change structure of source codes, or make other changes, which creates new/deletes old dependencies, you have to regenerate dependencies file (/src/shared/_dependencies.dep)
You can do this simply with make -f _makefile.deps call. This runs gcc in precompilation and dependencies generation mode. After this perl script links all generated *.d files into one _dependencies.dep, and you can start your standard compilation process.


Colorer-take5 Library. Copyright © 1999-2003 Cail Lomecb.
Generated at Fri Sep 12 18:54:58 2003 by doxygen 1.3-rc2.