automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Install question


From: Alexandre Duret-Lutz
Subject: Re: Install question
Date: Thu, 24 Jan 2002 10:13:19 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]