blob: 371a0f3a98ef7ee9f1fba283b5c3bcb3a990c92c (
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
|
## This file is part of glibmm.
giomm_files_defs = \
gio.defs \
gio_enums.defs \
gio_methods.defs \
gio_extra_objects.defs \
gio_unix_functions.defs \
gio_others.defs \
gio_signals.defs \
gio_vfuncs.defs \
gio_docs.xml \
gio_docs_override.xml
giomm_files_any_hg = \
action.hg \
actiongroup.hg \
appinfo.hg \
application.hg \
applicationcommandline.hg \
asyncinitable.hg \
asyncresult.hg \
bufferedinputstream.hg \
bufferedoutputstream.hg \
cancellable.hg \
credentials.hg \
datainputstream.hg \
dataoutputstream.hg \
dbusaddress.hg \
dbusauthobserver.hg \
dbusconnection.hg \
dbuserror.hg \
dbuserrorutils.hg \
dbusinterfacevtable.hg \
dbusintrospection.hg \
dbusmessage.hg \
dbusmethodinvocation.hg \
dbusownname.hg \
dbusproxy.hg \
dbusserver.hg \
dbussubtreevtable.hg \
dbusutils.hg \
dbuswatchname.hg \
drive.hg \
emblem.hg \
emblemedicon.hg \
enums.hg \
error.hg \
file.hg \
fileattributeinfo.hg \
fileattributeinfolist.hg \
fileenumerator.hg \
fileicon.hg \
fileinfo.hg \
fileinputstream.hg \
fileiostream.hg \
filemonitor.hg \
filenamecompleter.hg \
fileoutputstream.hg \
filterinputstream.hg \
filteroutputstream.hg \
icon.hg \
inetaddress.hg \
inetsocketaddress.hg \
initable.hg \
inputstream.hg \
iostream.hg \
loadableicon.hg \
memoryinputstream.hg \
memoryoutputstream.hg \
mount.hg \
mountoperation.hg \
networkaddress.hg \
networkservice.hg \
outputstream.hg \
proxy.hg \
proxyaddress.hg \
proxyresolver.hg \
resolver.hg \
seekable.hg \
settings.hg \
socket.hg \
socketaddress.hg \
socketaddressenumerator.hg \
socketclient.hg \
socketconnectable.hg \
socketconnection.hg \
socketcontrolmessage.hg \
socketlistener.hg \
socketservice.hg \
srvtarget.hg \
tcpconnection.hg \
threadedsocketservice.hg \
themedicon.hg \
volume.hg \
volumemonitor.hg
giomm_files_posix_hg = \
desktopappinfo.hg \
unixconnection.hg \
unixcredentialsmessage.hg \
unixfdlist.hg \
unixfdmessage.hg \
unixinputstream.hg \
unixoutputstream.hg \
unixsocketaddress.hg
if HOST_WINDOWS_NATIVE
giomm_files_arch_hg =
else
giomm_files_arch_hg = $(giomm_files_posix_hg)
endif
giomm_files_used_hg = $(giomm_files_any_hg) $(giomm_files_arch_hg)
giomm_files_hg = $(giomm_files_any_hg) $(giomm_files_posix_hg)
giomm_files_ccg = $(giomm_files_hg:.hg=.ccg)
|