source: branches/profile/SL/README

Last change on this file was 10311, checked in by westram, 11 years ago
  • use SL instead of GDE to test dir-content
File size: 692 bytes
Line 
1
2Howto add a new library (in a new SUBDIR):
3
4 - create new subdir and copy a recent Makefile into there              e.g. use ./REFENTRIES/Makefile
5 - add a dependency vs 'links' or 'links_non_perl'                      in ../Makefile@ADD_links_non_perl
6 - add it to the ARCHS_... definitions used for linking                 in ../Makefile@Individual_Programs_Section
7 - add all externally visible headers                                   in ../SOURCE_TOOLS/generate_all_links.sh@ALIVIEW
8 - add a stub for (nonexisting) unit tests                              in ../Makefile@UNITS_WORKING
9   or activate existing unit tests                                      in ../Makefile@UNITS_TESTED
10
Note: See TracBrowser for help on using the repository browser.