This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Install question
- From: Patrick Guio <patrick dot guio at fys dot uio dot no>
- To: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- Cc: Tom Tromey <tromey at redhat dot com>, <automake at gnu dot org>
- Date: Thu, 24 Jan 2002 10:31:33 +0100 (CET)
- Subject: Re: Install question
On Thu, 24 Jan 2002, Alexandre Duret-Lutz wrote:
> >>> "adl" == Alexandre Duret-Lutz <duret_g@lrde.epita.fr> writes:
>
> [...]
>
> adl> EXTRA_PROGRAMS = ex1 ex2
> adl> ex1_SOURCES = ex1.cpp
> adl> ex2_SOURCES = ex2.cpp
> adl> check-examples: $(EXTRA_PROGRAMS)
>
> Or even:
>
> check_PROGRAMS = ex1 ex2
> ex1_SOURCES = ex1.cpp
> ex2_SOURCES = ex2.cpp
>
> This will compile ex1 and ex2 only for `make check'.
> --
> Alexandre Duret-Lutz
>
>
Hei Alexandre,
What happens with make install and make dist ?
Sincerely, Patrick