[gimp] Remove the makefile.msc build system, it is unmaintained since 2008



commit 056e09a6cb437829cf4f20e97116989ddb2529f3
Author: Michael Natterer <mitch gimp org>
Date:   Fri Dec 16 15:53:56 2011 +0100

    Remove the makefile.msc build system, it is unmaintained since 2008

 Makefile.am                        |    4 +-
 app/Makefile.am                    |    3 -
 app/actions/Makefile.am            |    2 -
 app/actions/makefile.msc           |  128 -----
 app/base/Makefile.am               |    2 -
 app/base/makefile.msc              |   79 ---
 app/composite/Makefile.am          |    1 -
 app/composite/makefile.msc         |   70 ---
 app/config/Makefile.am             |    3 -
 app/config/makefile.msc            |   78 ---
 app/core/Makefile.am               |    1 -
 app/core/makefile.msc              |  261 ----------
 app/dialogs/Makefile.am            |    3 +-
 app/dialogs/makefile.msc           |   89 ----
 app/display/Makefile.am            |    2 -
 app/display/makefile.msc           |   85 ----
 app/file/Makefile.am               |    2 -
 app/file/makefile.msc              |   56 ---
 app/gegl/makefile.msc              |   88 ----
 app/gui/Makefile.am                |    4 +-
 app/gui/makefile.msc               |   79 ---
 app/makefile.msc                   |  168 -------
 app/menus/Makefile.am              |    2 -
 app/menus/makefile.msc             |   57 ---
 app/paint-funcs/Makefile.am        |    2 -
 app/paint-funcs/makefile.msc       |   60 ---
 app/paint/Makefile.am              |    2 -
 app/paint/makefile.msc             |   95 ----
 app/pdb/Makefile.am                |    2 -
 app/pdb/makefile.msc               |  121 -----
 app/plug-in/Makefile.am            |    2 -
 app/plug-in/makefile.msc           |   80 ---
 app/text/Makefile.am               |    2 -
 app/text/makefile.msc              |   79 ---
 app/tools/Makefile.am              |    2 -
 app/tools/makefile.msc             |  150 ------
 app/vectors/Makefile.am            |    2 -
 app/vectors/makefile.msc           |   66 ---
 app/widgets/Makefile.am            |    2 -
 app/widgets/makefile.msc           |  231 ---------
 app/xcf/Makefile.am                |    2 -
 app/xcf/makefile.msc               |   53 --
 cursors/Makefile.am                |    3 +-
 cursors/makefile.msc               |   76 ---
 gimpdefs.msc                       |   25 -
 libgimp/Makefile.am                |    1 -
 libgimp/makefile.msc               |  215 ---------
 libgimpbase/Makefile.am            |    1 -
 libgimpbase/makefile.msc           |   89 ----
 libgimpcolor/Makefile.am           |    1 -
 libgimpcolor/makefile.msc          |   46 --
 libgimpconfig/Makefile.am          |    1 -
 libgimpconfig/makefile.msc         |   50 --
 libgimpmath/Makefile.am            |    1 -
 libgimpmath/makefile.msc           |   39 --
 libgimpmodule/Makefile.am          |    1 -
 libgimpmodule/makefile.msc         |   78 ---
 libgimpthumb/Makefile.am           |    1 -
 libgimpthumb/makefile.msc          |   56 ---
 libgimpwidgets/Makefile.am         |    1 -
 libgimpwidgets/makefile.msc        |  126 -----
 makefile.msc                       |   68 ---
 menus/Makefile.am                  |    3 +-
 menus/makefile.msc                 |   33 --
 modules/Makefile.am                |    3 -
 modules/makefile.msc               |  117 -----
 plug-ins/Makefile.am               |    4 -
 plug-ins/makefile.msc              |  929 ------------------------------------
 plug-ins/pygimp/Makefile.am        |    3 +-
 plug-ins/pygimp/makefile.msc       |   87 ----
 themes/Default/images/Makefile.am  |    4 +-
 themes/Default/images/makefile.msc |  349 --------------
 72 files changed, 7 insertions(+), 4624 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index add59a2..53b4ca7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,9 +73,7 @@ EXTRA_DIST = \
 	authors.xml		\
 	authors.xsl		\
 	config.h.win32		\
-	gimp-zip.in		\
-	gimpdefs.msc		\
-	makefile.msc
+	gimp-zip.in
 
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
diff --git a/app/Makefile.am b/app/Makefile.am
index e51c6c7..09a2209 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -89,9 +89,6 @@ libapp_a_SOURCES = $(libapp_sources) $(libapp_generated_sources)
 gimp_2_7_SOURCES = $(libapp_sources) main.c
 
 
-EXTRA_DIST = \
-	makefile.msc
-
 if OS_WIN32
 win32_ldflags = -mwindows $(WIN32_LARGE_ADDRESS_AWARE)
 endif
diff --git a/app/actions/Makefile.am b/app/actions/Makefile.am
index 5a7d876..afffe7a 100644
--- a/app/actions/Makefile.am
+++ b/app/actions/Makefile.am
@@ -185,5 +185,3 @@ libappactions_a_SOURCES = \
 	windows-actions.h		\
 	windows-commands.c		\
 	windows-commands.h
-
-EXTRA_DIST = makefile.msc
diff --git a/app/base/Makefile.am b/app/base/Makefile.am
index 7c9140c..164aee1 100644
--- a/app/base/Makefile.am
+++ b/app/base/Makefile.am
@@ -73,8 +73,6 @@ libappbase_a_SOURCES = \
 	tile-swap.c		\
 	tile-swap.h
 
-EXTRA_DIST = makefile.msc
-
 #
 # rules to generate built sources
 #
diff --git a/app/composite/Makefile.am b/app/composite/Makefile.am
index c81cbbb..f843a19 100644
--- a/app/composite/Makefile.am
+++ b/app/composite/Makefile.am
@@ -105,7 +105,6 @@ regenerate: gimp-composite-generic.o $(libcomposite3dnow_a_OBJECTS) $(libcomposi
 
 EXTRA_DIST = \
 	make-installer.py	\
-	makefile.msc 		\
 	ns.py
 
 
diff --git a/app/config/Makefile.am b/app/config/Makefile.am
index 1f756b1..8012c01 100644
--- a/app/config/Makefile.am
+++ b/app/config/Makefile.am
@@ -62,11 +62,8 @@ libappconfig_a_SOURCES = \
 	$(libappconfig_a_built_sources)	\
 	$(libappconfig_a_sources)
 
-
 EXTRA_PROGRAMS = test-config
 
-EXTRA_DIST = makefile.msc
-
 #
 # unit tests for the GimpConfig system
 #
diff --git a/app/core/Makefile.am b/app/core/Makefile.am
index 5e29df8..a879932 100644
--- a/app/core/Makefile.am
+++ b/app/core/Makefile.am
@@ -399,7 +399,6 @@ libappcore_a_extra_sources = \
 libappcore_a_SOURCES = $(libappcore_a_built_sources) $(libappcore_a_sources)
 
 EXTRA_DIST = \
-	makefile.msc			\
 	$(libappcore_a_extra_sources)
 
 #
diff --git a/app/dialogs/Makefile.am b/app/dialogs/Makefile.am
index 6f6dc16..bcbdaac 100644
--- a/app/dialogs/Makefile.am
+++ b/app/dialogs/Makefile.am
@@ -97,8 +97,7 @@ libappdialogs_a_SOURCES = \
 	$(libappdialogs_a_built_sources) $(libappdialogs_a_sources)
 
 EXTRA_DIST = \
-	authors.xsl	\
-	makefile.msc
+	authors.xsl
 
 
 $(srcdir)/about-dialog.c: authors.h
diff --git a/app/display/Makefile.am b/app/display/Makefile.am
index 6bee6f8..7b65bb0 100644
--- a/app/display/Makefile.am
+++ b/app/display/Makefile.am
@@ -154,8 +154,6 @@ libappdisplay_a_SOURCES = \
 	$(libappdisplay_a_built_sources)	\
 	$(libappdisplay_a_sources)
 
-EXTRA_DIST = makefile.msc
-
 #
 # rules to generate built sources
 #
diff --git a/app/file/Makefile.am b/app/file/Makefile.am
index 34f05f0..2f34fe9 100644
--- a/app/file/Makefile.am
+++ b/app/file/Makefile.am
@@ -24,5 +24,3 @@ libappfile_a_SOURCES = \
 	file-utils.c		\
 	file-utils.h		\
 	gimp-file.h
-
-EXTRA_DIST = makefile.msc
diff --git a/app/gui/Makefile.am b/app/gui/Makefile.am
index 47f96a3..10f9c32 100644
--- a/app/gui/Makefile.am
+++ b/app/gui/Makefile.am
@@ -46,9 +46,7 @@ libappgui_a_built_sources = gimpdbusservice-glue.h
 libappgui_a_SOURCES = $(libappgui_a_built_sources) $(libappgui_a_sources)
 
 EXTRA_DIST = \
-	dbus-service.xml	\
-	makefile.msc
-
+	dbus-service.xml
 
 #
 # rules to generate built sources
diff --git a/app/menus/Makefile.am b/app/menus/Makefile.am
index 7739acc..b6865f2 100644
--- a/app/menus/Makefile.am
+++ b/app/menus/Makefile.am
@@ -32,5 +32,3 @@ libappmenus_a_SOURCES = \
 	window-menu.h		\
 	windows-menu.c		\
 	windows-menu.h
-
-EXTRA_DIST = makefile.msc
diff --git a/app/paint-funcs/Makefile.am b/app/paint-funcs/Makefile.am
index 1e412cc..c6f8b27 100644
--- a/app/paint-funcs/Makefile.am
+++ b/app/paint-funcs/Makefile.am
@@ -31,5 +31,3 @@ libapppaint_funcs_a_SOURCES = \
 	scale-region.h		\
 	subsample-region.c	\
 	subsample-region.h
-
-EXTRA_DIST = makefile.msc
diff --git a/app/paint/Makefile.am b/app/paint/Makefile.am
index e72b5a6..8343c01 100644
--- a/app/paint/Makefile.am
+++ b/app/paint/Makefile.am
@@ -84,8 +84,6 @@ libapppaint_a_built_sources = paint-enums.c
 
 libapppaint_a_SOURCES = $(libapppaint_a_built_sources) $(libapppaint_a_sources)
 
-EXTRA_DIST = makefile.msc
-
 #
 # rules to generate built sources
 #
diff --git a/app/pdb/Makefile.am b/app/pdb/Makefile.am
index b146f6d..dd5551a 100644
--- a/app/pdb/Makefile.am
+++ b/app/pdb/Makefile.am
@@ -86,5 +86,3 @@ libappinternal_procs_a_SOURCES = \
 	undo-cmds.c			\
 	unit-cmds.c			\
 	vectors-cmds.c
-
-EXTRA_DIST = makefile.msc
diff --git a/app/plug-in/Makefile.am b/app/plug-in/Makefile.am
index 8b14512..bd9053e 100644
--- a/app/plug-in/Makefile.am
+++ b/app/plug-in/Makefile.am
@@ -79,8 +79,6 @@ libappplug_in_a_SOURCES = \
 	plug-in-icc-profile.c			\
 	plug-in-icc-profile.h
 
-EXTRA_DIST = makefile.msc
-
 #
 # rules to generate built sources
 #
diff --git a/app/text/Makefile.am b/app/text/Makefile.am
index 27a4790..779abf6 100644
--- a/app/text/Makefile.am
+++ b/app/text/Makefile.am
@@ -51,8 +51,6 @@ libapptext_a_built_sources = text-enums.c
 
 libapptext_a_SOURCES = $(libapptext_a_built_sources) $(libapptext_a_sources)
 
-EXTRA_DIST = makefile.msc
-
 #
 # rules to generate built sources
 #
diff --git a/app/tools/Makefile.am b/app/tools/Makefile.am
index d0f3624..7f161d0 100644
--- a/app/tools/Makefile.am
+++ b/app/tools/Makefile.am
@@ -201,8 +201,6 @@ libapptools_a_built_sources = tools-enums.c
 
 libapptools_a_SOURCES = $(libapptools_a_built_sources) $(libapptools_a_sources)
 
-EXTRA_DIST = makefile.msc
-
 #
 # rules to generate built sources
 #
diff --git a/app/vectors/Makefile.am b/app/vectors/Makefile.am
index eb2274b..86e3747 100644
--- a/app/vectors/Makefile.am
+++ b/app/vectors/Makefile.am
@@ -44,5 +44,3 @@ libappvectors_a_SOURCES = \
 	gimpvectorspropundo.h	\
 	gimpvectorsundo.c	\
 	gimpvectorsundo.h
-
-EXTRA_DIST = makefile.msc
diff --git a/app/widgets/Makefile.am b/app/widgets/Makefile.am
index 9c27642..f6b3fa5 100644
--- a/app/widgets/Makefile.am
+++ b/app/widgets/Makefile.am
@@ -412,8 +412,6 @@ libappwidgets_a_built_sources = widgets-enums.c
 libappwidgets_a_SOURCES = \
 	$(libappwidgets_a_built_sources) $(libappwidgets_a_sources)
 
-EXTRA_DIST = makefile.msc
-
 
 #
 # rules to generate built sources
diff --git a/app/xcf/Makefile.am b/app/xcf/Makefile.am
index 1efa6bf..32f1cb4 100644
--- a/app/xcf/Makefile.am
+++ b/app/xcf/Makefile.am
@@ -29,5 +29,3 @@ libappxcf_a_SOURCES = \
 	xcf-seek.h	\
 	xcf-write.c	\
 	xcf-write.h
-
-EXTRA_DIST = makefile.msc
diff --git a/cursors/Makefile.am b/cursors/Makefile.am
index 7d1b9b1..02dcd7e 100644
--- a/cursors/Makefile.am
+++ b/cursors/Makefile.am
@@ -127,8 +127,7 @@ COLOR_PICKER_IMAGES = \
 
 EXTRA_DIST = \
 	$(CURSOR_IMAGES)			\
-	gimp-tool-cursors.xcf			\
-	makefile.msc
+	gimp-tool-cursors.xcf
 
 noinst_DATA = \
 	gimp-tool-cursors.h			\
diff --git a/libgimp/Makefile.am b/libgimp/Makefile.am
index 45434d4..6e72896 100644
--- a/libgimp/Makefile.am
+++ b/libgimp/Makefile.am
@@ -399,7 +399,6 @@ libgimpui_2_0_la_DEPENDENCIES = \
 
 EXTRA_DIST = \
 	COPYING				\
-	makefile.msc			\
 	gimp.def			\
 	gimpui.def			\
 	$(libgimp_2_0_la_extra_sources)	\
diff --git a/libgimpbase/Makefile.am b/libgimpbase/Makefile.am
index 100b39c..89a81c0 100644
--- a/libgimpbase/Makefile.am
+++ b/libgimpbase/Makefile.am
@@ -65,7 +65,6 @@ INCLUDES = \
 	-I$(includedir)
 
 EXTRA_DIST = \
-	makefile.msc	\
 	gimpbase.def
 
 lib_LTLIBRARIES = libgimpbase-2.0.la
diff --git a/libgimpcolor/Makefile.am b/libgimpcolor/Makefile.am
index 3bb5eb6..5f89ab6 100644
--- a/libgimpcolor/Makefile.am
+++ b/libgimpcolor/Makefile.am
@@ -57,7 +57,6 @@ INCLUDES = \
 	-I$(includedir)
 
 EXTRA_DIST = \
-	makefile.msc		\
 	gimpcolor.def
 
 lib_LTLIBRARIES = libgimpcolor-2.0.la
diff --git a/libgimpconfig/Makefile.am b/libgimpconfig/Makefile.am
index 599e0d9..4f48169 100644
--- a/libgimpconfig/Makefile.am
+++ b/libgimpconfig/Makefile.am
@@ -54,7 +54,6 @@ INCLUDES = \
 	-I$(includedir)
 
 EXTRA_DIST = \
-	makefile.msc	\
 	gimpconfig.def
 
 lib_LTLIBRARIES = libgimpconfig-2.0.la
diff --git a/libgimpmath/Makefile.am b/libgimpmath/Makefile.am
index c97127a..1201063 100644
--- a/libgimpmath/Makefile.am
+++ b/libgimpmath/Makefile.am
@@ -56,7 +56,6 @@ INCLUDES = \
 	-I$(includedir)
 
 EXTRA_DIST = \
-	makefile.msc		\
 	gimpmath.def
 
 lib_LTLIBRARIES = libgimpmath-2.0.la
diff --git a/libgimpmodule/Makefile.am b/libgimpmodule/Makefile.am
index cdee2c4..9d8dcc4 100644
--- a/libgimpmodule/Makefile.am
+++ b/libgimpmodule/Makefile.am
@@ -52,7 +52,6 @@ INCLUDES = \
 	-I$(includedir)
 
 EXTRA_DIST = \
-	makefile.msc		\
 	gimpmodule.def
 
 lib_LTLIBRARIES = libgimpmodule-2.0.la
diff --git a/libgimpthumb/Makefile.am b/libgimpthumb/Makefile.am
index 2b07c0b..07c157b 100644
--- a/libgimpthumb/Makefile.am
+++ b/libgimpthumb/Makefile.am
@@ -50,7 +50,6 @@ INCLUDES = \
 	-I$(includedir)
 
 EXTRA_DIST = \
-	makefile.msc	\
 	gimpthumb.def
 
 lib_LTLIBRARIES = libgimpthumb-2.0.la
diff --git a/libgimpwidgets/Makefile.am b/libgimpwidgets/Makefile.am
index 1f17b0b..91f752e 100644
--- a/libgimpwidgets/Makefile.am
+++ b/libgimpwidgets/Makefile.am
@@ -283,7 +283,6 @@ WILBER_VARIABLES = \
 
 
 EXTRA_DIST = \
-	makefile.msc				\
 	gimpwidgets.def				\
 	$(libgimpwidgets_2_0_la_extra_sources)	\
 	$(WILBER_IMAGES)
diff --git a/menus/Makefile.am b/menus/Makefile.am
index 62da794..1ad3e79 100644
--- a/menus/Makefile.am
+++ b/menus/Makefile.am
@@ -45,8 +45,7 @@ EXTRA_DIST = \
 	$(menudata_in_files)		\
 	dialogs-menuitems.xml		\
 	gtkuimanager.dtd		\
-	menus.xsl			\
-	makefile.msc
+	menus.xsl
 
 MAINTAINERCLEANFILES = $(menudata_built_files)
 
diff --git a/modules/Makefile.am b/modules/Makefile.am
index ab476a3..746a618 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -17,9 +17,6 @@ INCLUDES = \
         $(GTK_CFLAGS)	\
         -I$(includedir)
 
-EXTRA_DIST = \
-	makefile.msc
-
 if HAVE_LCMS
 display_filter_lcms_module = libdisplay-filter-lcms.la
 display_filter_proof_module = libdisplay-filter-proof.la
diff --git a/plug-ins/Makefile.am b/plug-ins/Makefile.am
index 8c22e7b..0108fc8 100644
--- a/plug-ins/Makefile.am
+++ b/plug-ins/Makefile.am
@@ -1,9 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
-EXTRA_DIST = \
-	makefile.msc
-
-
 if HAVE_WEBKIT
 help_browser = help-browser
 endif
diff --git a/plug-ins/pygimp/Makefile.am b/plug-ins/pygimp/Makefile.am
index c436ce2..72b0c01 100644
--- a/plug-ins/pygimp/Makefile.am
+++ b/plug-ins/pygimp/Makefile.am
@@ -156,8 +156,7 @@ uninstall-local:
 
 EXTRA_DIST = \
 	$(pygimp_DATA)		\
-	$(codegen_files)	\
-	makefile.msc
+	$(codegen_files)
 
 gimpui.c: gimpui.defs gimpui.override gimpcolor-types.defs gimpenums-types.defs
 
diff --git a/themes/Default/images/Makefile.am b/themes/Default/images/Makefile.am
index a2a5ee9..bf854d2 100644
--- a/themes/Default/images/Makefile.am
+++ b/themes/Default/images/Makefile.am
@@ -370,9 +370,7 @@ EXTRA_DIST = \
 	$(CORE_IMAGES)		\
 	$(STOCK_IMAGES)		\
 	$(WILBER_IMAGES)	\
-	gimp-dialog-icons.xcf.gz\
-	makefile.msc
-
+	gimp-dialog-icons.xcf.gz
 
 noinst_DATA = \
 	gimp-core-pixbufs.h	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]