- In order, to compile library, you have to include dependencies file. By default, this file is already generated and included into 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 >temp 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 Library version take5. Copyright © 1999-2003 Cail Lomecb.
Generated at Sun Mar 2 23:57:49 2003 by doxygen 1.3-rc2.