This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Using Implicit rule while browsing through directories to compile in GNU Make


On Feb 13, 2001, "Nick Ng" <nick@std.abk.nec.co.jp> wrote:

> Can anyone please tell me how to ask make to browse through each of these
> sub-dirs and apply the implicit rule on it.

This has absolutely nothing to do with GCC.  Please use an appropriate
forum next time, for example, some newsgroup about Unix programming or
Makefiles.

> Any help is appreciated :) :) !

Look for VPATH in the manual of GNU make.  But beware portability
problems: very few `make's support VPATH correctly.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]