Setenv FILE_PATH /remote/src      …this is done on the command line.

Next, in the Makefile,

INCPATH = -I$FILE_PATH     (this does not work)

INCPATH = -I$(FILE_PATH)

http://www.gnu.org/software/make/manual/make.html#Reference
Read the manual, it is really worth it.

Martin
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to