summaryrefslogtreecommitdiff
path: root/win32/vs10/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'win32/vs10/Makefile.am')
-rw-r--r--win32/vs10/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/win32/vs10/Makefile.am b/win32/vs10/Makefile.am
deleted file mode 100644
index ea7c92f5e..000000000
--- a/win32/vs10/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-GENERATED_ITEMS = \
- gdk-pixbuf.vcxproj \
- gdk-pixbuf.vcxproj.filters \
- gdk-pixbuf-install.props
-
-EXTRA_DIST = \
- README.txt \
- gdk-pixbuf.sln \
- gdk-pixbuf-version-paths.props \
- gdk-pixbuf-build-defines.props \
- gdk-pixbuf-gen-srcs.props \
- gdk-pixbuf-install.propsin \
- gdk-pixbuf.vcxprojin \
- gdk-pixbuf.vcxproj.filtersin \
- gdk-pixbuf-csource.vcxproj \
- gdk-pixbuf-csource.vcxproj.filters \
- gdk-pixbuf-query-loaders.vcxproj \
- gdk-pixbuf-query-loaders.vcxproj.filters \
- gdk-pixbuf-pixdata.vcxproj \
- gdk-pixbuf-pixdata.vcxproj.filters \
- gdk-pixbuf-install.vcxproj \
- gdk-pixbuf-install.vcxproj.filters \
- $(GENERATED_ITEMS)
-
-gdk-pixbuf-install.props: $(top_srcdir)/win32/vs10/gdk-pixbuf-install.propsin gdk-pixbuf.vs10.headers
- -$(RM) $(top_builddir)/win32/vs11/gdk-pixbuf-install.props
- -$(RM) $(top_builddir)/win32/vs12/gdk-pixbuf-install.props
- -$(RM) $(top_builddir)/win32/vs14/gdk-pixbuf-install.props
- -$(RM) $(top_builddir)/win32/vs15/gdk-pixbuf-install.props
- $(CPP) -P - <$(top_srcdir)/win32/vs10/gdk-pixbuf-install.propsin >$@
- rm gdk-pixbuf.vs10.headers
-
-DISTCLEANFILES = $(GENERATED_ITEMS)
-
--include $(top_srcdir)/git.mk