summaryrefslogtreecommitdiff
path: root/tools/Module_tools.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-17 14:43:40 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-17 14:43:40 +0100
commitcaaac3582b0c20195ca80d989105dc11a4908425 (patch)
treed5a08b0791733f250899c0b6ac223ee313f0c5d6 /tools/Module_tools.mk
parent61c3e02187368b2dfcc91fa9a443f4fc2270300a (diff)
gnumake2: updated license headers
Diffstat (limited to 'tools/Module_tools.mk')
-rw-r--r--tools/Module_tools.mk20
1 files changed, 4 insertions, 16 deletions
diff --git a/tools/Module_tools.mk b/tools/Module_tools.mk
index bba1d8240cdf..9e233408b317 100644
--- a/tools/Module_tools.mk
+++ b/tools/Module_tools.mk
@@ -2,7 +2,7 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2009 by Sun Microsystems, Inc.
+# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
@@ -14,17 +14,18 @@
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
+# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
+
$(eval $(call gb_Module_Module,tools))
$(eval $(call gb_Module_add_targets,tools,\
@@ -37,17 +38,4 @@ $(eval $(call gb_Module_add_targets,tools,\
StaticLibrary_ooopathutils \
))
-# TODO:
-#COPY tools/unxlngx6.pro/lib/atools.lib unxlngx6.pro/lib/atools.lib
-#COPY tools/unxlngx6.pro/lib/bootstrp2.lib unxlngx6.pro/lib/bootstrp2.lib
-#COPY tools/unxlngx6.pro/lib/btstrp.lib unxlngx6.pro/lib/btstrp.lib
-#COPY tools/unxlngx6.pro/lib/libatools.a unxlngx6.pro/lib/libatools.a
-#COPY tools/unxlngx6.pro/lib/libbootstrp2.a unxlngx6.pro/lib/libbootstrp2.a
-#COPY tools/unxlngx6.pro/lib/libbtstrp.a unxlngx6.pro/lib/libbtstrp.a
-#COPY tools/unxlngx6.pro/lib/libstdstrm.a unxlngx6.pro/lib/libstdstrm.a
-#COPY tools/unxlngx6.pro/lib/stdstrm.lib unxlngx6.pro/lib/stdstrm.lib
-
-#todo: link tools dynamically everywhere
-#todo: ALWAYSDBGFLAG etc.
-
# vim: set noet sw=4 ts=4: