help-make
[Top][All Lists]
Advanced

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

Defining verbatim text


From: Dagobert Michelsen
Subject: Defining verbatim text
Date: Thu, 5 Feb 2009 15:06:37 +0100

Hi,

I want to define text in the Makefile which goes verbatim
into a file, something like

define README
This is readme file.

please *do* read me.
endef

target/readme:
        @echo "$(README)" >$@

This of course doesn't work, but is there an equivalent which
is similarly easy to use?


Best regards

  -- Dago




reply via email to

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