Re: Including pre-defined .mk files

2002-06-11 Thread Alexandre Duret-Lutz
>>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes: Frederico> Hi Alexandre, Frederico> When I add the line "include third-party.mk" to my Makefile.am Frederico> I get any error messages running "automake -a". Ok, that's clearer now: third-party.mk is not an Makefile.am fragmen

Re: Including pre-defined .mk files

2002-06-11 Thread Frederico Faria
Hi Alexandre, When I add the line "include third-party.mk" to my Makefile.am I get any error messages running "automake -a". The "third-party.mk" is correct because when I include it into my Makefile all works. Below are the messages that I receive when I run "automake -a". Thank yo

Re: Including pre-defined .mk files

2002-06-11 Thread Alexandre Duret-Lutz
>>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes: Frederico> I have any .mk files that I could like to add to the Frederico> Makefiles generated by configure. >> >> Do these files exist before Automake is run, or are they created >> by configure? Frederico> They aren't create

Re: Including pre-defined .mk files

2002-06-10 Thread Frederico Faria
They aren't created by configure. These are Makefiles of a thirty-party product that I want to link with my application. Thank you, Frederico Faria. Alexandre Duret-Lutz wrote: > > >>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes: > > Frederico> I have any .mk files that

Re: Including pre-defined .mk files

2002-06-08 Thread Alexandre Duret-Lutz
>>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes: Frederico> I have any .mk files that I could like to add to the Frederico> Makefiles generated by configure. Do these files exist before Automake is run, or are they created by configure? [...] -- Alexandre Duret-Lutz

Including pre-defined .mk files

2002-06-06 Thread Frederico Faria
Hi, I have any .mk files that I could like to add to the Makefiles generated by configure. I tried to use : include @mkfile@ into of my Makefile.am. In configure.in I used "AC_SUBST_FILE". Bu It didn 't work. I receive error messages when I run ./configure. Any Help