automake
[Top][All Lists]
Advanced

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

GNU Make Extensions


From: Tom Browder
Subject: GNU Make Extensions
Date: Tue, 9 Dec 2008 18:38:53 -0600

Is it "legal" to use the "+=" operator in lieu of "\" when listing
members of a variable in Makefile.am's?

For example, instead of

CCFILES = \
  one.cc \
  two.cc

use

CCFILES   =   one.cc
CCFILES += two.cc

tThanks.

-Tom

Tom Browder
Niceville, Florida
USA




reply via email to

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