Search This Blog

Wednesday, February 26, 2014

MakeFile - Dependencies

you can find here some info about writing correct MakeFiles

http://www.chemie.fu-berlin.de/chemnet/use/info/make/make_4.html


the option i was looking for is how to create depndency between files that exist in other projects.
the solution is to use VPATH in the makefile.

VPATH: Search Path for All Dependencies


enjoy 
Yaniv Tzanany



No comments: