summaryrefslogtreecommitdiff
path: root/win32/vs9/Makefile.am
blob: c679306f4b7efa6488eebf55c871c4ead72f4364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GENERATED_ITEMS = \
	atk.vcproj	\
	atk-install.vsprops

EXTRA_DIST =	\
	README.txt	\
	atk.sln	\
	atk.vcprojin	\
	atk-install.vcproj	\
	atk-introspection.vcproj	\
	atk-build-defines.vsprops	\
	atk-gen-src.vsprops	\
	atk-install.vspropsin	\
	atk-version-paths.vsprops	\
	$(GENERATED_ITEMS)

atk-install.vsprops: $(top_srcdir)/win32/vs9/atk-install.vspropsin atk.headers
	$(CPP) -P - <$(top_srcdir)/win32/vs9/atk-install.vspropsin >$@
	rm atk.headers

DISTCLEANFILES = $(GENERATED_ITEMS)