blob: fd3f28efa0e1b01bef05c9dc6f906e573050373a (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
GENERATED_ITEMS = \
cmph.vcxproj \
cmph.vcxproj.filters \
girepository.vcxproj \
girepository.vcxproj.filters \
g-ir-compiler.vcxproj \
g-ir-compiler.vcxproj.filters \
gi-install.props
EXTRA_DIST = \
gobject-introspection.sln \
gi-build-defines.props \
gi-gen-srcs.props \
gi-install.propsin \
gi-version-paths.props \
gi-prebuild.vcxproj \
girepository.vcxprojin \
girepository.vcxproj.filtersin \
cmph-bdz-test.vcxproj \
cmph-bdz-test.vcxproj.filters \
cmph.vcxprojin \
cmph.vcxproj.filtersin \
g-ir-compiler.vcxprojin \
g-ir-compiler.vcxproj.filtersin \
g-ir-generate.vcxproj \
g-ir-generate.vcxproj.filters \
g-ir-inspect.vcxproj \
g-ir-inspect.vcxproj.filters \
glib-print.vcxproj \
glib-print.vcxproj.filters \
_giscanner.vcxproj \
_giscanner.vcxproj.filters \
gi-install.vcxproj \
gi-install.vcxproj.filters \
gi-introspect.vcxproj \
README.txt \
$(GENERATED_ITEMS)
gi-install.props: $(top_srcdir)/win32/vs10/gi-install.propsin girepository.vs10.headers giscanner.vs10.scripts
-$(RM) $(top_builddir)/win32/vs11/gi-install.props
-$(RM) $(top_builddir)/win32/vs12/gi-install.props
-$(RM) $(top_builddir)/win32/vs14/gi-install.props
-$(RM) $(top_builddir)/win32/vs15/gi-install.props
$(CPP) -P - <$(top_srcdir)/win32/vs10/gi-install.propsin >$@
$(RM) girepository.vs10.headers
$(RM) giscanner.vs10.scripts
DISTCLEANFILES = $(GENERATED_ITEMS)
|