[glug-t] Re: Automake dependencies
- From: Muthiah Annamalai <dearestchum@xxxxxxxxxxx>
- To: glug_t@xxxxxxxxxxxxx
- Date: Wed, 29 Jun 2005 09:35:09 -0700 (PDT)
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
- Follow-Ups:
- [glug-t] Re: Automake dependencies
- From: Vijay Kumar
- References:
- [glug-t] Automake dependencies
- From: Vijay Kumar
Other related posts:
- » [glug-t] Automake dependencies
- » [glug-t] Re: Automake dependencies
- » [glug-t] Re: Automake dependencies
- » [glug-t] Re: Automake dependencies
- » [glug-t] Re: Automake dependencies
- [glug-t] Re: Automake dependencies
- From: Vijay Kumar
- [glug-t] Automake dependencies
- From: Vijay Kumar