How to get absolute paths after vpath matching in make?

Posted by Honza on Stack Overflow See other posts from Stack Overflow or by Honza
Published on 2010-01-12T14:06:42Z Indexed on 2010/04/17 17:03 UTC
Read the original article Hit count: 282

Filed under:
|
|
|

I have a makefile that depending on some properties sets vpath and generates a list of source files into one variable. I need to run the makefile without compiling anything (the compilation is actually handled by a different makefile) and just see to which real files the filenames get matched depending on the vpath settings.

© Stack Overflow or respective owner

Related posts about make

    Related posts about vpath