sourcing scripts inside Make

2007-01-31 Thread Aditya Kher
a silly question. How do I source a script inside a Makefile(say for setting up the environment etc)? source

RE: makedepends and implicit rule

2007-01-31 Thread Paul Smith
On Wed, 2007-01-31 at 10:22 +, sharan basappa wrote: > >Make has an implicit "%.o : %.c" rule. Look in the make info file, > >section 10.2 "Catalogue of Implicit Rules". > > The question I was asking how make decides to compile even though I > dont have a rule of the form > *.o : *.c > The

RE: makedepends and implicit rule

2007-01-31 Thread sharan basappa
I am sorry if this caused confusion. BTW, I was not reporting a bug but was just trying to understand gmake (which is what my first sentence in the mail says) Make has an implicit "%.o : %.c" rule. Look in the make info file, section 10.2 "Catalogue of Implicit Rules". The question I wa