office-gobmx/icu
Kurt Zenker 09ca9c3448 INTEGRATION: CWS i18n43_DEV300 (1.10.8.1.2); FILE MERGED
2008/04/29 21:49:49 khong 1.10.8.1.2.1: #i88411# remove setBreakType patch from i81519
2008-05-20 13:32:54 +00:00
..
prj INTEGRATION: CWS mingwport03 (1.3.170); FILE MERGED 2007-03-26 12:41:52 +00:00
icu-3.6.patch INTEGRATION: CWS i18n43_DEV300 (1.10.8.1.2); FILE MERGED 2008-05-20 13:32:54 +00:00
icuversion.mk INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008-04-11 06:26:33 +00:00
makefile.mk INTEGRATION: CWS changefileheader (1.39.4); FILE MERGED 2008-04-11 06:26:51 +00:00
makefiles.zip INTEGRATION: CWS icuupgrade (1.7.32); FILE MERGED 2006-12-12 14:52:15 +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.