summaryrefslogtreecommitdiff
path: root/tests/examplefiles/make/vpath.mk.output
blob: b1c4c78aec0c6d777c31575e0ef809bc0307c310 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
'vpath  %.c src\n' Comment.Preproc

'vpath  %.h header\n' Comment.Preproc

'EXEC'        Name.Variable
'='           Operator
'hello'       Text
'\n'          Text.Whitespace

'SRC'         Name.Variable
'='           Operator
' '           Text.Whitespace
'hello.c'     Text
' '           Text.Whitespace
'main.c'      Text
'\n'          Text.Whitespace

'OBJ'         Name.Variable
'='           Operator
' '           Text.Whitespace
'$('          Keyword
'SRC:.c'      Text
'='           Operator
'.o'          Text
')'           Keyword
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'all'         Name.Function
':'           Operator
' '           Text.Whitespace
'$('          Keyword
'EXEC'        Name.Variable
')'           Keyword
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'hello'       Name.Function
':'           Operator
' '           Text.Whitespace
'$('          Keyword
'OBJ'         Name.Variable
')'           Keyword
'\n'          Text.Whitespace

'        '    Text.Whitespace
'$('          Keyword
'CC'          Text
')'           Keyword
' '           Text.Whitespace
'-o'          Text
' '           Text.Whitespace
'$@'          Name.Variable
' '           Text.Whitespace
'$'           Text
'^'           Text
' '           Text.Whitespace
'$('          Keyword
'LDFLAGS'     Text
')'           Keyword
'\n\n'        Text.Whitespace

'main.o'      Name.Function
':'           Operator
' '           Text.Whitespace
'hello'       Name
'.'           Text
'h'           Name
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'%.o'         Name.Function
':'           Operator
' '           Text.Whitespace
'%'           Text
'.'           Text
'c'           Name
'\n'          Text.Whitespace

'        '    Text.Whitespace
'$('          Keyword
'CC'          Text
')'           Keyword
' '           Text.Whitespace
'-I'          Text
' '           Text.Whitespace
'header'      Text
' '           Text.Whitespace
'-o'          Text
' '           Text.Whitespace
'$@'          Name.Variable
' '           Text.Whitespace
'\\\n'        Literal.String.Escape

'        '    Text.Whitespace
'-c'          Text
' '           Text.Whitespace
'$'           Text
'<'           Text
' '           Text.Whitespace
'$('          Keyword
'CFLAGS'      Text
')'           Keyword
'\n'          Text.Whitespace