Last change
on this file was
15054,
checked in by westram, 8 years ago
|
- reintegrates 'color' into 'trunk'
- adds: log:branches/color@14920:14921,14923:14928,14930:14939,14941:14951,14954:14956,14958:14959,14961:14964,14968,14970:14981,14985,14988,14990:14992,14994:14999,15001:15004,15007,15009,15012:15026,15028:15035,15037:15039,15041:15053
|
File size:
750 bytes
|
Line | |
---|
1 | |
---|
2 | Howto 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 | - call once: |
---|
11 | SOURCE_TOOLS/svn_apply_ignores.pl --apply |
---|
Note: See
TracBrowser
for help on using the repository browser.