3c0c9be7ac57052e9b1a4002e4e199798ff53b98
[platform/upstream/atk.git] / win32 / vs10 / Makefile.am
1 GENERATED_ITEMS = \
2         atk.vcxproj     \
3         atk.vcxproj.filters     \
4         atk-install.props
5
6 EXTRA_DIST =    \
7         README.txt      \
8         atk.sln \
9         atk.vcxprojin   \
10         atk.vcxproj.filtersin   \
11         atk-install.vcxproj     \
12         atk-install.vcxproj.filters     \
13         atk-build-defines.props \
14         atk-gen-src.props       \
15         atk-install.propsin     \
16         atk-version-paths.props \
17         $(GENERATED_ITEMS)
18
19 atk-install.props: $(top_srcdir)/win32/vs10/atk-install.propsin atk.vs10.headers
20         -$(RM) $(top_builddir)/win32/vs11/atk-install.props
21         -$(RM) $(top_builddir)/win32/vs12/atk-install.props
22         -$(RM) $(top_builddir)/win32/vs14/atk-install.props
23         -$(RM) $(top_builddir)/win32/vs15/atk-install.props
24         $(CPP) -P - <$(top_srcdir)/win32/vs10/atk-install.propsin >$@
25         rm atk.vs10.headers
26
27 DISTCLEANFILES = $(GENERATED_ITEMS)