office-gobmx/icu
Rüdiger Timm cb6ac318a7 CWS-TOOLING: integrate CWS gcc44
2008-12-03 15:13:15 +0100 cmc  r264790 : shrink patch
2008-12-03 14:26:43 +0100 cmc  r264776 : shrink patch
2008-12-02 16:24:53 +0100 rene  r264718 : revert, thanks sb
2008-12-02 10:47:21 +0100 rene  r264675 : apply https://svn.boost.org/trac/boost/attachment/ticket/2069/0001-boost.mpl-gcc-4.4-fixes.patch for gcc 4.4 support (unbreaks at least canvas' build)
2008-12-01 22:08:16 +0100 rene  r264643 : missing include (already needed for gcc 4.3)
2008-12-01 22:07:07 +0100 rene  r264642 : allow gcc 4.4
2008-12-01 22:06:34 +0100 rene  r264641 : fix conditional so that it builds with gcc 4.4 (patch from http://bugs.debian.org/505371)
2008-12-08 13:37:56 +00:00
..
prj CWS-TOOLING: integrate CWS i18n42 2008-10-28 08:56:37 +00:00
icu-4.0.patch CWS-TOOLING: integrate CWS gcc44 2008-12-08 13:37:56 +00:00
icuversion.mk CWS-TOOLING: integrate CWS i18n42 2008-10-28 08:56:37 +00:00
makefile.mk CWS-TOOLING: integrate CWS sqlsyntaxhighlighting 2008-11-28 11:39:37 +00:00
makefiles.zip CWS-TOOLING: integrate CWS i18n42 2008-10-28 08:56:37 +00:00
Readme INTEGRATION: CWS icuopt (1.1.2); FILE ADDED 2005-05-06 08:23:32 +00:00

This file describes the procedure of creating and maintaining makefiles.zip
# Obo's part

    The automatically generated makefiles are not necessarily optimal. The build is started from allinone/all directory, and the all.mak file is used to build the entire module through. Each subtarget in this file is going to be made recursively unless there is a switch RECURSE=0. If the switch is available, for each subtarget all its prerequisites should be made earlier than the subtarget itself. Therefore, you should order the ALL target's prerequisites so that they are going to be built in a consistent order. Unfortunately there's no automatic process for it, just prove the prerequisites for each subtarget and push them forward in target's ALL prerequisites list. The changes between generated & optimized all.mak can be seen when comparing the files from v1.5 & v1.6 of makefiles.zip.