[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Including pre-defined .mk files
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Including pre-defined .mk files |
Date: |
Tue, 11 Jun 2002 10:17:48 +0200 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "Frederico" == Frederico Faria <address@hidden> 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 created by configure. These are
Frederico> Makefiles of a thirty-party product that I want to
Frederico> link with my application.
When you add
include third-party.mk
to your Makefile.am, it's like you have added third-party.mk
into Makefile.am: Automake will create a Makefile.in including
rules from both files.
I don't know if that's really what you want; I'm confused by
your last answer.
[...]
--
Alexandre Duret-Lutz