Re: Including foreign makefiles

2001-04-10 Thread Akim Demaille
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> Your particular include doesn't match the regexp. Tom> I'm not sure why I did it that way initially. Now that seems Tom> like a bug to me. Agreed. Tom> Instead I think anything we don't recognize should simply give an Tom> error. Wel

Re: Including foreign makefiles

2001-04-09 Thread Tom Tromey
> "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: Adam> Hmm, the "include" line seems to be copied verbatim into the Adam> Makefile.in, so maybe when automake doesn't find the file, it Adam> gives up and copies it? Oh, I see -- any non-conforming `include' is passed through. Your part

Re: Including foreign makefiles

2001-04-09 Thread Adam C Powell IV
Tom Tromey wrote: > > "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: > > Adam>* hard-code the variable I had hoped to get from the foreign > Adam>makefile, which will break if it differs from platform to > Adam>platform or machine to machine. > > Adam>* give up on cros

Re: Including foreign makefiles

2001-04-07 Thread Tom Tromey
> "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: Adam> I think I'm going to go with option 1. The PETSc libs will be Adam> linked just fine, but other system libs from MPI to BLAS are a Adam> total crap-shoot without the ability to import the variable from Adam> an included makefile.

Re: Including foreign makefiles

2001-04-07 Thread Tom Tromey
> "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: Adam>* hard-code the variable I had hoped to get from the foreign Adam>makefile, which will break if it differs from platform to Adam>platform or machine to machine. Adam>* give up on cross-platform and hand-create .la

Re: Including foreign makefiles

2001-04-07 Thread Tom Tromey
> "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: Adam> configure.in and Makefile.am are attached, they're relatively Adam> simple as these things go. If you run Debian (unstable), having Adam> petsc-dev installed should make it all work. Note again that Adam> PETSC_INCLUDE comes thr

Re: Including foreign makefiles

2001-04-05 Thread Alexandre Oliva
On Apr 5, 2001, Adam C Powell IV <[EMAIL PROTECTED]> wrote: > By the way, how do I unsubscribe? See the `List-Unsubscribe' header in every message you receive. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com,

Re: Including foreign makefiles

2001-04-05 Thread Adam C Powell IV
By the way, how do I unsubscribe? http://mail.gnu.org/mailman/listinfo/automake has no such instructions, nor was there anything useful in the subscribe confirmation email or other emails from the list. Thanks, -Adam P. GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6

Re: Including foreign makefiles

2001-04-05 Thread Adam C Powell IV
Adam C Powell IV wrote: > I think the following options are available to me: > >* hard-code the variable I had hoped to get from the foreign makefile, which will >break > if it differs from platform to platform or machine to machine. >* give up on cross-platform and hand-create .la

Re: Including foreign makefiles

2001-04-02 Thread Adam C Powell IV
Adam C Powell IV wrote: > Tom Tromey wrote: > > > > "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: > > > > Adam> So the question is, is there an automake-kosher way to include a > > Adam> foreign makefile, or specify that certain variables will be > > Adam> somehow defined elsewhere,

Re: Including foreign makefiles

2001-03-26 Thread Adam C Powell IV
Adam C Powell IV wrote: > > I'm suprised you're seeing an error message here. Can you write a > > simple example that shows it? > > > > Tom > > configure.in and Makefile.am are attached, they're relatively simple as these > things go. If you run Debian (unstable), having petsc-dev installed sho

Re: Including foreign makefiles

2001-03-23 Thread Adam C Powell IV
Tom Tromey wrote: > > "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: > > Adam> So the question is, is there an automake-kosher way to include a > Adam> foreign makefile, or specify that certain variables will be > Adam> somehow defined elsewhere, not in Makefile.am or configure.in? >

Re: Including foreign makefiles

2001-03-23 Thread Tom Tromey
> "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: Adam> So the question is, is there an automake-kosher way to include a Adam> foreign makefile, or specify that certain variables will be Adam> somehow defined elsewhere, not in Makefile.am or configure.in? Not really. I'm suprised you

Including foreign makefiles

2001-03-22 Thread Adam C Powell IV
Greetings, (I can't get automake-request to work, sent it the same subscribe request I used a year ago but it bounced...) I'm linking with a package whose upstream uses a non-standard "configuration" scheme involving including local makefiles. So for example, I put in my Makefile.am: include $