summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-06 21:18:50 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 01:41:25 +0200
commit11c72e49522b1af5fe4e2f1871545f8d3ff017d1 (patch)
treeee0c5a5e07fe3d7e231661f0a56b3f11f629143f
parent4f94ee56483e6e2a8f16baa6c2ba8a4acf5df9b2 (diff)
remove empty Module makefiles
Change-Id: Ifd85c8e2c4ec16db42001657009b8678d89a8fe1
-rw-r--r--Mesa/Makefile7
-rw-r--r--Mesa/Module_Mesa.mk12
-rw-r--r--RepositoryModule_host.mk6
-rw-r--r--bluez_bluetooth/Makefile7
-rw-r--r--bluez_bluetooth/Module_bluez_bluetooth.mk13
-rw-r--r--sane/Makefile7
-rw-r--r--sane/Module_sane.mk12
-rw-r--r--twain/Makefile7
-rw-r--r--twain/Module_twain.mk12
-rw-r--r--unixODBC/Makefile7
-rw-r--r--unixODBC/Module_unixODBC.mk14
-rw-r--r--x11_extensions/Makefile7
-rw-r--r--x11_extensions/Module_x11_extensions.mk12
13 files changed, 0 insertions, 123 deletions
diff --git a/Mesa/Makefile b/Mesa/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/Mesa/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
diff --git a/Mesa/Module_Mesa.mk b/Mesa/Module_Mesa.mk
deleted file mode 100644
index 377caed83581..000000000000
--- a/Mesa/Module_Mesa.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Module_Module,Mesa))
-
-# vim: set noet sw=4:
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 9772abe0345a..6f16d13c76d1 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -28,7 +28,6 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
$(call gb_Helper_optional,BOOST,boost) \
$(call gb_Helper_optional,BSH,beanshell) \
binaryurp \
- $(call gb_Helper_optional,BLUEZ,bluez_bluetooth) \
bridges \
$(call gb_Helper_optional,CAIRO,cairo) \
canvas \
@@ -119,7 +118,6 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
$(call gb_Helper_optional,DESKTOP,l10ntools) \
$(call gb_Helper_optional,MARIADB,libmariadb) \
$(call gb_Helper_optional,MDDS,mdds) \
- Mesa \
$(call gb_Helper_optional,MORE_FONTS,more_fonts) \
$(call gb_Helper_optional,MOZ,moz) \
$(call gb_Helper_optional,MARIADBC,mysqlc) \
@@ -156,7 +154,6 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
rsc \
sal \
salhelper \
- sane \
sax \
sc \
scaddins \
@@ -190,13 +187,11 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
tools \
touch \
tubes \
- twain \
ucb \
ucbhelper \
$(call gb_Helper_optional,UCPP,ucpp) \
udkapi \
udm \
- unixODBC \
UnoControls \
unodevtools \
unoil \
@@ -212,7 +207,6 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
wizards \
writerfilter \
writerperfect \
- $(call gb_Helper_optional,X11_EXTENSIONS,x11_extensions) \
xmerge \
$(call gb_Helper_optional,DESKTOP,xmlhelp) \
xmloff \
diff --git a/bluez_bluetooth/Makefile b/bluez_bluetooth/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/bluez_bluetooth/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
diff --git a/bluez_bluetooth/Module_bluez_bluetooth.mk b/bluez_bluetooth/Module_bluez_bluetooth.mk
deleted file mode 100644
index 65d350c3219f..000000000000
--- a/bluez_bluetooth/Module_bluez_bluetooth.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-#
-
-$(eval $(call gb_Module_Module,bluez_bluetooth))
-
-# vim: set noet sw=4 ts=4:
diff --git a/sane/Makefile b/sane/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/sane/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
diff --git a/sane/Module_sane.mk b/sane/Module_sane.mk
deleted file mode 100644
index fb6a1253ebdc..000000000000
--- a/sane/Module_sane.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-#
-
-$(eval $(call gb_Module_Module,sane))
-
diff --git a/twain/Makefile b/twain/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/twain/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
diff --git a/twain/Module_twain.mk b/twain/Module_twain.mk
deleted file mode 100644
index 7537fc88e849..000000000000
--- a/twain/Module_twain.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-#
-
-$(eval $(call gb_Module_Module,twain))
-
diff --git a/unixODBC/Makefile b/unixODBC/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/unixODBC/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
diff --git a/unixODBC/Module_unixODBC.mk b/unixODBC/Module_unixODBC.mk
deleted file mode 100644
index 89822865a042..000000000000
--- a/unixODBC/Module_unixODBC.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-#
-
-$(eval $(call gb_Module_Module,unixODBC))
-
-# vim: set noet sw=4 ts=4:
diff --git a/x11_extensions/Makefile b/x11_extensions/Makefile
deleted file mode 100644
index ccb1c85a04da..000000000000
--- a/x11_extensions/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
diff --git a/x11_extensions/Module_x11_extensions.mk b/x11_extensions/Module_x11_extensions.mk
deleted file mode 100644
index 87d6b41685b2..000000000000
--- a/x11_extensions/Module_x11_extensions.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Module_Module,x11_extensions))
-
-# vim: set shiftwidth=4 tabstop=4 noexpandtab: