summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pkgconfig/pkgconfig_example.pc.output
blob: 7087bb35546beab3497b516d8790df116d1b2be2 (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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
"# This is for a fictional package `yet another portable hatchpotch generator'." Comment.Single
'\n'          Text.Whitespace

'prefix'      Name.Attribute
'='           Operator
'/usr/local/opt/site/private ' Text
'# define variable `prefix`' Comment.Single
'\n'          Text.Whitespace

'exec_prefix' Name.Attribute
'='           Operator
'${'          Literal.String.Interpol
'prefix'      Name.Attribute
'}'           Literal.String.Interpol
' '           Text.Whitespace
'# using variable reference' Comment.Single
'\n'          Text.Whitespace

'libdir'      Name.Attribute
'='           Operator
'${'          Literal.String.Interpol
'exec_prefix' Name.Attribute
'}'           Literal.String.Interpol
'/lib'        Text
'\n'          Text.Whitespace

'includedir'  Name.Attribute
'='           Operator
'${'          Literal.String.Interpol
'prefix'      Name.Attribute
'}'           Literal.String.Interpol
'/include'    Text
'\n'          Text.Whitespace

'just_for_test' Name.Attribute
'='           Operator
'$$'          Text
'{'           Text
'this is not a part of variable reference' Text
'}'           Text
' '           Text.Whitespace
'# escape with `$$`' Comment.Single
'\n\n'        Text.Whitespace

'Name'        Name.Tag
':'           Punctuation
' '           Text.Whitespace
'YAPHatchPotchGen' Text
'\n'          Text.Whitespace

'Description' Name.Tag
':'           Punctuation
' '           Text.Whitespace
'Yet'         Text
' '           Text.Whitespace
'Another'     Text
' '           Text.Whitespace
'Portable'    Text
' '           Text.Whitespace
'HatchPotch'  Text
' '           Text.Whitespace
'GENerator.'  Text
'\n'          Text.Whitespace

'Version'     Name.Tag
':'           Punctuation
' '           Text.Whitespace
'352.9.3'     Text
'\n'          Text.Whitespace

'URL'         Name.Tag
':'           Punctuation
' '           Text.Whitespace
'http://www9.yaphatchpotchgen.net' Text
'  '          Text.Whitespace
"# Don't access." Comment.Single
'\n'          Text.Whitespace

'Requires'    Name.Tag
':'           Punctuation
' '           Text.Whitespace
'piyohogelib-9.0' Text
' '           Text.Whitespace
'='           Text
' '           Text.Whitespace
'9.5.3'       Text
'\n'          Text.Whitespace

'Requires.private' Name.Tag
':'           Punctuation
' '           Text.Whitespace
'nyorolib-3.0' Text
' '           Text.Whitespace
'='           Text
' '           Text.Whitespace
'3.0.9'       Text
'\n'          Text.Whitespace

'Conflicts'   Name.Tag
':'           Punctuation
' '           Text.Whitespace
'apiyohoge'   Text
' '           Text.Whitespace
'<='          Text
' '           Text.Whitespace
'8.3'         Text
'\n'          Text.Whitespace

'Libs'        Name.Tag
':'           Punctuation
' '           Text.Whitespace
'-L'          Text
'${'          Literal.String.Interpol
'libdir'      Name.Attribute
'}'           Literal.String.Interpol
' '           Text.Whitespace
'-lyaphatchpotchgen-352.9' Text
' '           Text.Whitespace
'# using variable reference' Comment.Single
'\n'          Text.Whitespace

'Libs.private' Name.Tag
':'           Punctuation
' '           Text.Whitespace
'-ll'         Text
' '           Text.Whitespace
'-ly'         Text
'\n'          Text.Whitespace

'Cflags'      Name.Tag
':'           Punctuation
' '           Text.Whitespace
'-I'          Text
'${'          Literal.String.Interpol
'includedir'  Name.Attribute
'}'           Literal.String.Interpol
'/piyohogelib-9.0' Text
' '           Text.Whitespace
'-I'          Text
'${'          Literal.String.Interpol
'libdir'      Name.Attribute
'}'           Literal.String.Interpol
'/yaphatchpotchgen/include' Text
'\n'          Text.Whitespace