automake
[Top][All Lists]
Advanced

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

Re: automake confusing c and c++


From: Alexandre Duret-Lutz
Subject: Re: automake confusing c and c++
Date: Mon, 20 Dec 2004 10:11:12 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Philippe" == Philippe Trottier <address@hidden> writes:

[...]

 Philippe> if COND_CC
 Philippe> noinst_PROGRAMS += hello_c
 Philippe> hello_c_SOURCE = hello.c
 Philippe> endif

 Philippe> if COND_CXX
 Philippe> noinst_PROGRAMS += hello_cc
 Philippe> hello_cc_SOURCE = hello_cc.cc
 Philippe> endif

s/_SOURCE/_SOURCES/

If no `target_SOURCES' variable is specified it defaults to `target.c'.
-- 
Alexandre Duret-Lutz





reply via email to

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