![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Make utility - some Qs togurus.. | alex_5161 | SUN Solaris | 0 | 01-30-2007 12:17 PM |
| is there kind of good utility that convert make files to dsp? | umen | UNIX for Dummies Questions & Answers | 1 | 10-04-2006 07:09 PM |
| Make utility | bigmoon | SUN Solaris | 2 | 10-10-2005 08:48 PM |
| Make utility | victorvvk | High Level Programming | 4 | 06-25-2005 12:40 AM |
| Using make utility to create an mini-app | Yifan_Guo | High Level Programming | 1 | 03-19-2005 05:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
MAKE utility
I wrote a makefile, every thing is working fine,
But One of the C header files which is created by me is kept in a different folder other than the current directory, I have given this PATH to VPATH Variable Example :- VPATH = /home/user1/projects/victor.h It gives an error as : file not found This is the defination of VPATH is The value of the make variable VPATH specifies a list of directories that make should search. What basically i want is, how do i specify make to search for the file in the path which i have specified in the VPATH. what is the correct syntax for specifying the value in the VPATH Regards Victor Vinod |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|