开发者

what is gendep?

开发者 https://www.devze.com 2023-02-22 15:32 出处:网络
what is gendep? it build开发者_开发问答s dependencies, how? any good book to read about this entire gnu make gamut? Not an expert by any means, but it appears to look at the system calls to open() tha

what is gendep? it build开发者_开发问答s dependencies, how? any good book to read about this entire gnu make gamut?


Not an expert by any means, but it appears to look at the system calls to open() that a particular binary makes and looks to see if the opened file matches a particular regular expression. If it finds a match, it records this match in a file GNU make can parse.

http://www.hep.phy.cam.ac.uk/~lester/gendep/index.html

As far as GNU make, I know there's an O'Reilly book out there on the subject but this free tutorial does a good job going over the basics: http://www.gnu.org/software/make/manual/make.html

0

精彩评论

暂无评论...
验证码 换一张
取 消