glib-mkenums: Sort input files for more deterministic output
[glib.git] / win32 / vs10 / Makefile.am
blob85f03721ab19dfee032347ebfce8e6797723f111
1 GENERATED_ITEMS = \
2         glib.vcxproj    \
3         glib.vcxproj.filters    \
4         gobject.vcxproj \
5         gobject.vcxproj.filters \
6         gio.vcxproj     \
7         gio.vcxproj.filters     \
8         glib-compile-schemas.vcxproj    \
9         glib-compile-schemas.vcxproj.filters    \
10         glib-compile-resources.vcxproj  \
11         glib-compile-resources.vcxproj.filters  \
12         gio-tool.vcxproj        \
13         gio-tool.vcxproj.filters        \
14         glib-version-paths.props        \
15         glib-install.props
17 MSVC10_HEADERS_LIST = glib.vs10.headers gobject.vs10.headers gio.vs10.headers
19 EXTRA_DIST = \
20         README.txt                      \
21         glib.sln                        \
22         glib.vcxprojin                  \
23         glib.vcxproj.filtersin          \
24         glib-genmarshal.vcxproj         \
25         glib-genmarshal.vcxproj.filters         \
26         gspawn-win32-helper-console.vcxproj     \
27         gspawn-win32-helper-console.vcxproj.filters     \
28         gspawn-win32-helper.vcxproj             \
29         gspawn-win32-helper.vcxproj.filters     \
30         gmodule.vcxproj                 \
31         gmodule.vcxproj.filters         \
32         gobject.vcxprojin               \
33         gobject.vcxproj.filtersin       \
34         gthread.vcxproj                 \
35         gthread.vcxproj.filters         \
36         gio.vcxprojin                   \
37         gio.vcxproj.filtersin           \
38         glib-compile-schemas.vcxprojin          \
39         glib-compile-schemas.vcxproj.filtersin          \
40         gsettings.vcxproj               \
41         gsettings.vcxproj.filters               \
42         glib-compile-resources.vcxprojin                \
43         glib-compile-resources.vcxproj.filtersin        \
44         gio-tool.vcxprojin      \
45         gio-tool.vcxproj.filtersin      \
46         gresource.vcxproj               \
47         gresource.vcxproj.filters               \
48         gio-querymodules.vcxproj                \
49         gio-querymodules.vcxproj.filters                \
50         gdbus.vcxproj                   \
51         gdbus.vcxproj.filters           \
52         glib-install.vcxproj            \
53         glib-install.vcxproj.filters    \
54         glib-build-defines.props        \
55         glib-install.propsin            \
56         glib-version-paths.props.in     \
57         glib-gen-srcs.props             \
58         $(GENERATED_ITEMS)
60 glib-install.props: $(top_srcdir)/win32/vs10/glib-install.propsin $(MSVC10_HEADERS_LIST)
61         -$(RM) $(top_builddir)/win32/vs11/glib-install.props
62         -$(RM) $(top_builddir)/win32/vs12/glib-install.props
63         -$(RM) $(top_builddir)/win32/vs14/glib-install.props
64         -$(RM) $(top_builddir)/win32/vs15/glib-install.props
65         $(CPP) -P - <$(top_srcdir)/win32/vs10/glib-install.propsin >$@
66         rm $(MSVC10_HEADERS_LIST)
68 DISTCLEANFILES = $(GENERATED_ITEMS)