Re: VPATH question

2008-01-06 Thread Steve Calfee
Ishan [EMAIL PROTECTED] wrote in news:d95b229b-1265-4688-8e0e- [EMAIL PROTECTED]: Hi, I have two simple projects in the directory structure given below. +-home/ | +-parent/ | | | +-comp01/ | | | | | +-Test01.h | | | | | +-Test01.cpp | | | | | +-main.cpp | | | | |

Re: VPATH question

2008-01-06 Thread Ishan
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