[glug-t] Re: Automake dependencies

Hello Vijay!

Nice to hear from you again!

--- Vijay Kumar <vijaykumar@xxxxxxxxxxxx> wrote:
> Guys,
> I was fiddling with automake and autoconf, and ran
> into a problem with automake.

How come? GNU Automake is to make life easy ;-)

 
> Makefile. Is this normal
> behaviour or am I missing something?
Yes, a '\' I believe, line continuation character
from your makefile.
 
> bricks_SOURCES = brick.c bricks.c char.c graphics.c
> display.c input.c
> delay.c dir.h bool.h char.h display.h input.h
> score.h brick.h delay.h
> graphics.h matrix.h

your bricks_SOURCES must read something like this

bricks_SOURCES = x.c y.c l.c \
m.c n.c c.c  foo.bar \
foo.foo bar.bar


I think this might fix your problem.

Thanks
Muthu





                
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with 
'unsubscribe' as subject.

Website: http://glugt.linuxisle.com

Other related posts: