summaryrefslogtreecommitdiff
path: root/win32/vs10/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-19 15:33:07 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 14:18:18 +0100
commitb74d75b964c60a927f67fd784156852990e6dba6 (patch)
treef5acd2ded6768b0125d439658d8f6f693f28ff83 /win32/vs10/Makefile.am
parent018e60904c2fcf7f76f5c3908ed21007dbd9fd32 (diff)
downloadpango-b74d75b964c60a927f67fd784156852990e6dba6.tar.gz
Remove Autotools-related files
Diffstat (limited to 'win32/vs10/Makefile.am')
-rw-r--r--win32/vs10/Makefile.am43
1 files changed, 0 insertions, 43 deletions
diff --git a/win32/vs10/Makefile.am b/win32/vs10/Makefile.am
deleted file mode 100644
index 30ebcff6..00000000
--- a/win32/vs10/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-GENERATED_ITEMS = \
- pango.vcxproj \
- pango.vcxproj.filters \
- pangowin32.vcxproj \
- pangowin32.vcxproj.filters \
- pangoft2.vcxproj \
- pangoft2.vcxproj.filters \
- pangocairo.vcxproj \
- pangocairo.vcxproj.filters \
- pango-install.props
-
-EXTRA_DIST = \
- pango.sln \
- pango-build-defines.props \
- pango-ignore-fc.props \
- pango-install-bin.props \
- pango-install.propsin \
- pango-prebuild.props \
- pango-version-paths.props \
- pango.vcxprojin \
- pango.vcxproj.filtersin \
- pangoft2.vcxprojin \
- pangoft2.vcxproj.filtersin \
- pangowin32.vcxprojin \
- pangowin32.vcxproj.filtersin \
- pangocairo.vcxprojin \
- pangocairo.vcxproj.filtersin \
- pango-install.vcxproj \
- pango-install.vcxproj.filters \
- README.txt \
- $(GENERATED_ITEMS)
-
-pango-install.props: $(top_srcdir)/win32/vs10/pango-install.propsin pango.vs10.headers
- -$(RM) $(top_builddir)/win32/vs11/pango-install.props
- -$(RM) $(top_builddir)/win32/vs12/pango-install.props
- -$(RM) $(top_builddir)/win32/vs14/pango-install.props
- -$(RM) $(top_builddir)/win32/vs15/pango-install.props
- $(CPP) -P - <$(top_srcdir)/win32/vs10/pango-install.propsin >$@
- rm pango.vs10.headers
-
-DISTCLEANFILES = $(GENERATED_ITEMS)
-
--include $(top_srcdir)/git.mk