blob: 57c671181bd2c94d878ff3b1010c342a4a08591c (
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
|
## This file is part of glibmm.
# Note that all of thread.hg is deprecated
# Removed: thread.hg
glibmm_files_hg = \
balancedtree.hg \
bytes.hg \
checksum.hg \
convert.hg \
date.hg \
datetime.hg \
fileutils.hg \
iochannel.hg \
keyfile.hg \
markup.hg \
module.hg \
nodetree.hg \
optioncontext.hg \
optionentry.hg \
optiongroup.hg \
regex.hg \
shell.hg \
spawn.hg \
threads.hg \
timezone.hg \
unicode.hg \
uriutils.hg \
valuearray.hg \
variant.hg \
variantiter.hg \
varianttype.hg
glibmm_files_ccg = $(glibmm_files_hg:.hg=.ccg)
glibmm_files_cc_m4 = value_basictypes.cc.m4 variant_basictypes.cc.m4
glibmm_files_h_m4 = signalproxy.h.m4 value_basictypes.h.m4 \
variant_basictypes.h.m4
|