Kaydet (Commit) 13192b65 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS icuopt (1.1.2); FILE ADDED

2005/04/21 15:46:18 vg 1.1.2.1: #i47891# short howto for makefiles.zip
üst b179f688
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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment