[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 14:44:15 +0200 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "Frederico" == Frederico Faria <address@hidden> 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 fragment.
Another idea is to ask configure to concatenate Makefile.in and
third-party.mk before building Makefile. You can do that as
follow
AC_CONFIG_FILES(Makefile:Makefile.in:third-party.mk)
(See the Autoconf manual for details about AC_CONFIG_FILES.)
If you prefer to use AC_SUBST_FILE, you should say address@hidden@' in
your Makefile.am, not `include @mkfile@' as you initially wrote.
HTH
--
Alexandre Duret-Lutz