help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VPATH for directories with spaces


From: Paul D. Smith
Subject: Re: VPATH for directories with spaces
Date: Wed, 14 May 2003 09:30:40 -0400

%% "Oleg V. Zhilin" <address@hidden> writes:

  ovz> I'm currently doing a porting of one of my Windows projects for
  ovz> Linux. It is C++ project. This project's sources are structured
  ovz> to directories, that have blanks in their names.  Since there're
  ovz> quite a few source files there I don't want to enumerate them all
  ovz> explicitly, but to make use of VPATH variable in GNU Make
  ovz> makefile.

The short answer is that GNU make does not handle filenames containing
spaces.  You will have to either rename your directories, or use a
different build tool than make.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]