blob: 2ae8cf7420d59b2485b2ea891f362d9ba3c0a2bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/literals.make
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
literal_empty :=
define literal_newline
endef
literal_tab := $(literal_empty) $(literal_empty)
literal_percent := %
|