summaryrefslogtreecommitdiff
path: root/win32/vs10/Makefile.am
blob: cf9257927ba3991c4a55d313db0f80c773d2c1d0 (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
GENERATED_ITEMS = \
	atk.vcxproj	\
	atk.vcxproj.filters	\
	atk-install.props

EXTRA_DIST =	\
	README.txt	\
	atk.sln	\
	atk.vcxprojin	\
	atk.vcxproj.filtersin	\
	atk-install.vcxproj	\
	atk-install.vcxproj.filters	\
	atk-introspection.vcxproj	\
	atk-build-defines.props	\
	atk-gen-src.props	\
	atk-install.propsin	\
	atk-version-paths.props	\
	$(GENERATED_ITEMS)

atk-install.props: $(top_srcdir)/win32/vs10/atk-install.propsin atk.vs10.headers
	-$(RM) $(top_builddir)/win32/vs11/atk-install.props
	-$(RM) $(top_builddir)/win32/vs12/atk-install.props
	-$(RM) $(top_builddir)/win32/vs14/atk-install.props
	-$(RM) $(top_builddir)/win32/vs15/atk-install.props
	$(CPP) -P - <$(top_srcdir)/win32/vs10/atk-install.propsin >$@
	rm atk.vs10.headers

DISTCLEANFILES = $(GENERATED_ITEMS)