am.chars.squote := '
# "` # Fix font-lock.
+# An empty string. It can be very useful to "fool" the make parser w.r.t.
+# whitespace handling, and allow us to obtain tricky semantics. See the
+# definition of $(am.chars.newline) just below for a significant example.
+am.chars.empty :=
+
# A literal newline character, that does not get stripped if used
# at the end of the expansion of another macro.
define am.chars.newline
$(findstring n,$v)))), \
true, false))
-# An empty string. It can be very useful to "fool" the make parser w.r.t.
-# whitespace handling, and allow us to obtain tricky semantics. See the
-# definition of $(am.chars.newline) below for a significant example.
-am.chars.empty :=
-
am.util.strip-first-word = $(wordlist 2,$(words $(1)),$(1))
am.util.strip-last-word = $(wordlist 2,$(words $(1)),dummy $(1))