summaryrefslogtreecommitdiff
path: root/tests/examplefiles/make/automake.mk.output
blob: 935e0ebc1eb1811178c7dea2df1a9d79570b00db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
'if DEBUG\n'  Comment.Preproc

'DBG'         Name.Variable
' '           Text
'='           Operator
' '           Text
'debug'       Text
'\n'          Text

'else\n'      Comment.Preproc

'DBG'         Name.Variable
' '           Text
'='           Operator
'\n'          Text

'endif\n'     Comment.Preproc

'noinst_PROGRAMS' Name.Variable
' '           Text
'='           Operator
' '           Text
'$('          Keyword
'DBG'         Text
')'           Keyword
'\n'          Text