blob: 56fd605e050df50274b80a76b6994fd776059b40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
## This file is part of glibmm.
include $(top_srcdir)/gio/src/filelist.am
if HOST_WINDOWS_NATIVE
giomm_files_arch_hg =
else
if OS_COCOA
giomm_files_arch_hg = $(giomm_files_posix_hg)
else
giomm_files_arch_hg = $(giomm_files_not_mac) $(giomm_files_posix_hg)
endif
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_not_mac)
giomm_files_ccg = $(giomm_files_hg:.hg=.ccg)
|