>> 1. I can't get automake to read a dynamically created AC_OUTPUT
>> parameter list. This is correct behavior but how do I specify
>> which files it should create?
Yes, automake needs a static AC_OUTPUT list. Automake uses the
argument to AC_OUTPUT to determine which Makefile.am's to s
>> running UCB/BSD Make at top level generates the following error:
>> cc@e316:~/src/yawm/yawm-0.0.1-a5% make clean
>> *** Error code 1
Pavel> In my very humble opinion "make clean" is luxury. It is not
Pavel> essencial to compile and install software. If you want more,
Pavel> use GNU make.
I th
> "Diego" == Diego Sevilla Ruiz <[EMAIL PROTECTED]> writes:
Diego> IDL_DEPS(anyfile.idl)
There was a discussion on this on the automake list in the past.
I don't remember the outcome.
I think the best approach would be to have an autoconf macro to find
the IDL compiler, and then have that m
Hi Diego,
On Tue, May 30, 2000 at 02:29:34PM +0200, Diego Sevilla Ruiz wrote:
> I am planning to write a series of macros/utilities for
> dealing with ORB generated files. Each ORB generates a set of
> different files from an IDL file. I would like to integrate
> automatically the dependencie
I have been given some help regarding this problem and located it to a bug
in automake 1.4. The problem is fixed in CVS automake.
Thanks anyway. :-)
On Tue, 30 May 2000, Pavel Roskin wrote:
> Hello, Linus!
>
> > After running aclocal; autoconf; automake -a all seems to be working fine
> > exce
Hello, Linus!
> After running aclocal; autoconf; automake -a all seems to be working fine
> except for ONE thing:
>
> running UCB/BSD Make at top level generates the following error:
> cc@e316:~/src/yawm/yawm-0.0.1-a5% make clean
> *** Error code 1
In my very humble opinion "make clean" is lux
Diego Sevilla Ruiz wrote:
>
> Hi all:
>
> I am planning to write a series of macros/utilities for
> dealing with ORB generated files. Each ORB generates a set of
> different files from an IDL file. I would like to integrate
> automatically the dependencies. The problem is that I cannot
> aut
Hi all:
I am planning to write a series of macros/utilities for
dealing with ORB generated files. Each ORB generates a set of
different files from an IDL file. I would like to integrate
automatically the dependencies. The problem is that I cannot
automatically generate makefile rules for the