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