LWN.net Logo

make shmake

make shmake

Posted Feb 22, 2007 12:54 UTC (Thu) by nix (subscriber, #2304)
In reply to: make shmake by ldo
Parent article: The Road to KDE 4: CMake, a New Build System for KDE (KDE.News)

Per-language dependency analysis plugins to make would be nice, I agree, probably conditionalized on pattern rules, e.g

%.c %.h: $(dependency-plugin c)

which loads, say, /usr/libexec/make/dependencies/c.so with a defined interface and uses it to append dependencies to .c and .h spotted in target lists...


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds