GNU make manual 翻译(八十七)
生活随笔
收集整理的這篇文章主要介紹了
GNU make manual 翻译(八十七)
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
繼續(xù)翻譯
4.5 Searching Directories for Prerequisites =========================================== For large systems, it is often desirable to put sources in a separate directory from the binaries. The "directory search" features of `make' facilitate this by searching several directories automatically to find a prerequisite. When you redistribute the files among directories, you do not need to change the individual rules, just the search paths.4.5 為前提條件搜索目錄
對大型系統(tǒng)而言,經(jīng)常是有目的的把源程序目錄和二進制目錄分開。
make 的目錄搜索功能通過自動搜索幾個目錄以找到前提條件。當(dāng)你重新在目錄間分發(fā)文件時,你不需要改變具體的規(guī)則,只需要設(shè)置搜索路徑。
后文待續(xù)
總結(jié)
以上是生活随笔為你收集整理的GNU make manual 翻译(八十七)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ucos内存管理笔记
- 下一篇: addslashes() 函数和PHP