summaryrefslogtreecommitdiff
path: root/gio/src/filelist.am
blob: 0095128ebba922e651dd10514423615b05a74332 (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
145
146
147
148
149
150
151
152
153
154
155
156
## This file is part of glibmm.

giomm_files_defs =			\
	gio.defs			\
	gio_enums.defs			\
	gio_methods.defs		\
	gio_extra_objects.defs		\
	gio_signals.defs		\
	gio_vfuncs.defs			\
	gio_docs.xml			\
	gio_docs_override.xml

giomm_files_any_hg =			\
	action.hg			\
	actiongroup.hg			\
	actionmap.hg			\
	applaunchcontext.hg		\
	appinfo.hg			\
	application.hg			\
	applicationcommandline.hg	\
	asyncinitable.hg		\
	asyncresult.hg			\
	bufferedinputstream.hg		\
	bufferedoutputstream.hg		\
	cancellable.hg			\
	charsetconverter.hg		\
	converter.hg			\
	converterinputstream.hg		\
	converteroutputstream.hg	\
	credentials.hg			\
	datainputstream.hg		\
	dataoutputstream.hg		\
	dbusactiongroup.hg		\
	dbusaddress.hg			\
	dbusauthobserver.hg 		\
	dbusconnection.hg 		\
	dbuserror.hg 			\
	dbuserrorutils.hg 		\
	dbusinterface.hg 		\
	dbusinterfaceskeleton.hg 	\
	dbusinterfacevtable.hg 		\
	dbusintrospection.hg 		\
	dbusmenumodel.hg 		\
	dbusmessage.hg 			\
	dbusmethodinvocation.hg 	\
	dbusobject.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			\
	listmodel.hg			\
	liststore.hg \
	loadableicon.hg			\
	memoryinputstream.hg		\
	memoryoutputstream.hg		\
	menuattributeiter.hg		\
	menulinkiter.hg			\
	menu.hg \
	menuitem.hg \
	menumodel.hg			\
	mount.hg			\
	mountoperation.hg		\
	networkaddress.hg		\
	networkmonitor.hg		\
	networkservice.hg		\
	notification.hg		\
	outputstream.hg			\
	permission.hg		\
	pollableinputstream.hg		\
	pollableoutputstream.hg		\
	proxy.hg 			\
	proxyaddress.hg 		\
	proxyresolver.hg 		\
	remoteactiongroup.hg		\
	resolver.hg			\
	resource.hg			\
	seekable.hg			\
	settings.hg			\
	settingsschema.hg \
	settingsschemakey.hg \
	settingsschemasource.hg \
	simpleaction.hg			\
	simpleactiongroup.hg		\
	simpleiostream.hg		\
	simplepermission.hg		\
	socket.hg			\
	socketaddress.hg		\
	socketaddressenumerator.hg	\
	socketclient.hg			\
	socketconnectable.hg		\
	socketconnection.hg		\
	socketcontrolmessage.hg		\
	socketlistener.hg		\
	socketservice.hg		\
	srvtarget.hg			\
	tcpconnection.hg		\
	tcpwrapperconnection.hg		\
	threadedsocketservice.hg	\
	themedicon.hg			\
	tlscertificate.hg		\
	tlsclientconnection.hg		\
	tlsconnection.hg		\
	tlsdatabase.hg			\
	tlsinteraction.hg		\
	tlspassword.hg			\
	tlsserverconnection.hg		\
	volume.hg			\
	volumemonitor.hg		\
	zlibdecompressor.hg		\
	zlibcompressor.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)