[Libreoffice-commits] .: Branch 'feature/gnumake2.1' - starmath/Module_sm.mk starmath/Module_starmath.mk

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Fri Jan 14 18:06:07 PST 2011


 starmath/Module_sm.mk       |   31 -------------------------------
 starmath/Module_starmath.mk |   31 +++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 31 deletions(-)

New commits:
commit efd510116ba24a66585cbdb697a86df1a02058e9
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Jan 14 20:04:44 2011 -0600

    the name of Module_xxx must match the module's directory name

diff --git a/starmath/Module_sm.mk b/starmath/Module_sm.mk
deleted file mode 100644
index 2452ddb..0000000
--- a/starmath/Module_sm.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Initial Developer of the Original Code is
-# Norbert Thiebaud <nthiebaud at gmail.com> (C) 2010, All Rights Reserved.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-$(eval $(call gb_Module_Module,sm))
-
-$(eval $(call gb_Module_add_targets,sm,\
-        AllLangResTarget_sm \
-	Library_sm \
-	Library_smd \
-        Package_uiconfig \
-))
-
diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk
new file mode 100644
index 0000000..2452ddb
--- /dev/null
+++ b/starmath/Module_starmath.mk
@@ -0,0 +1,31 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Norbert Thiebaud <nthiebaud at gmail.com> (C) 2010, All Rights Reserved.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Module_Module,sm))
+
+$(eval $(call gb_Module_add_targets,sm,\
+        AllLangResTarget_sm \
+	Library_sm \
+	Library_smd \
+        Package_uiconfig \
+))
+


More information about the Libreoffice-commits mailing list