Re: listing some files to be build with no optimization?

2002-08-14 Thread Tom Tromey
Dan == mcmahill [EMAIL PROTECTED] writes: Dan Is there an easy way in automake to indicate that certain source Dan files should be compiled without optimization? Nope. This is really a limitation of the whole GNU style of build. The user can always set CFLAGS=-O, and there's not a very good

Re: Processing scripts to handle --program-suffix

2002-08-14 Thread Tom Tromey
Ross == Ross Burton [EMAIL PROTECTED] writes: Ross However, galeon is started via a shell script which sets up an Ross environment. Is it possible to get the final name of galeon-bin Ross (defined in bin_PROGRAMS) and tell automake to process the shell Ross script and replace @BINARY@ (or some

Re: depcomp for texinfo + automake in guile

2002-08-14 Thread Tom Tromey
Thi == Thien-Thi Nguyen [EMAIL PROTECTED] writes: Thi i could not find ready documentation (automake 1.6.1) on how to Thi emulate the include .deps/foo.Ptexi since, if i add that to Thi Makefile.am, it seems automake interprets that for itself instead Thi of passing it through to the end

Re: Cannot use $(addprefix) in _SOURCES?

2002-08-14 Thread Tom Tromey
Ross == Ross Burton [EMAIL PROTECTED] writes: Ross I have a list of these .gob files (minus the extension) in a Ross variable GOBS which I can use $(addprefix) on to generate Ross various lists: As you've discovered, this won't work. Automake doesn't know about addprefix. Ross # Rule to call

Re: myconfig.h in dist

2002-08-14 Thread Tom Tromey
Waldemar == Waldemar Rosenbach [EMAIL PROTECTED] writes: Waldemar I have myconfig.h that is generated from myconfig.h.in by Waldemar configure. Ok. Waldemar the file myconfig.h is included in the distribution. Why? We don't know, since you haven't provided enough information. My guess is

Re: top-level Makefile required?

2002-08-14 Thread Tom Tromey
Harlan == Harlan Stenn [EMAIL PROTECTED] writes: Harlan Is it a bug or a feature that when using automake+autoconf Harlan there Must be a top-level Makefile? Did this ever get resolved? I'm just back from vacation; I read the thread and it seemed to trail off at the end without resolution.

slow makefiles are getting even slower

2002-08-14 Thread Zdenek Kabelac
Hello Am I the only one who is noticing constant slowdown of makefile.am processing Each new version goes slower and slower without any single reason. Please checkout avifile project - it's getting soo slow that I'm really starting to thing about throwing whole auto* stuff away. (It's unreal -

Re: depcomp for texinfo + automake in guile

2002-08-14 Thread Raja R Harinath
Hi, Tom Tromey [EMAIL PROTECTED] writes: Thi == Thien-Thi Nguyen [EMAIL PROTECTED] writes: Thi i could not find ready documentation (automake 1.6.1) on how to Thi emulate the include .deps/foo.Ptexi since, if i add that to Thi Makefile.am, it seems automake interprets that for itself