Re: VPATH question
Ishan <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
On Jan 6, 7:34 am, Steve Calfee <[email protected]> wrote: > > CC = g++ > > > vpath %.cpp .:../../parent/comp01 > > That is not the syntax for vpath. Look in the make manual. A very good > source ishttp://make.paulandlesley.org/ > What's wrong here? What I'm trying to say here is, for any prerequisite ending with .cpp, look either in the current directory or in "../../parent/comp01" directory. This is how the manual says. Am I wrong? Thanks, Ishan.