automake
[Top][All Lists]
Advanced

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

Re: blank line following trailing backslash


From: Raja R Harinath
Subject: Re: blank line following trailing backslash
Date: Mon, 26 Jan 2009 09:45:47 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi,

Andreas <address@hidden> writes:

> I just had an ingenious idea to limit conflicts in versioning systems.
>
> When you specify a list of files for a rule you put every file in a line like 
> this.
>
>     fileA.c \
>     fileB.c \
>     fileC.c

One slightly ugly-looking approach I've seen is

  EMPTY =
  foo_SOURCES = \
     fileA.c \
     fileB.c \
     fileC.c \
     $(EMPTY)

- Hari





reply via email to

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