makedepend,在Unix系統上的工具程式,它能夠建立C語言程式檔案之間的依存關係(dependency)。通常使用於makefile之中,與make程式一起運作。
此條目沒有列出任何參考或來源。 (2021年5月11日) |
歷史
使用方式
makedepend
可以直接使用在一連串的程式檔案中:
makedepend [options] foo.c bar.c ...
但是,它比較常見的使用方式,是應用於makefile中。通常會使用在depend
目標檔上,像是make depend
會用makedepend
來處理在專案中所有的程式碼檔案。以下是一個範例:
SRCS = file1.c file2.c ... CFLAGS = -O -DHACK -I../foobar -xyz depend: makedepend -- $(CFLAGS) -- $(SRCS)
這是一篇與Unix相關的小作品。您可以透過編輯或修訂擴充其內容。 |
Wikiwand in your browser!
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.