summaryrefslogtreecommitdiff
path: root/gio/src/filelist.am
blob: 093d47d830c166673de186c623e641dac13694db (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
## This file is part of glibmm.

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

giomm_files_any_hg =			\
	appinfo.hg			\
	asyncresult.hg			\
	bufferedinputstream.hg		\
	bufferedoutputstream.hg		\
	cancellable.hg			\
	datainputstream.hg		\
	dataoutputstream.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				\
	inputstream.hg			\
	iostream.hg			\
	loadableicon.hg			\
	memoryinputstream.hg		\
	memoryoutputstream.hg		\
	mount.hg			\
	mountoperation.hg		\
	outputstream.hg			\
	seekable.hg			\
	themedicon.hg			\
	volume.hg			\
	volumemonitor.hg

giomm_files_posix_hg =			\
	desktopappinfo.hg		\
	unixinputstream.hg		\
	unixoutputstream.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)