summaryrefslogtreecommitdiff
path: root/tools/prj
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-06-26 01:29:37 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-06-26 01:29:37 +0200
commitf51c9e5db1b84ce92bb75d3a5faf6ebe9ef5dcc9 (patch)
tree591bd5f5f3fddad356faad6697f3b563d5f82ca7 /tools/prj
parent1f79d3036954bfca21f6ff7ee9a27bf38439924d (diff)
CWS gnumake2: module reorg
Diffstat (limited to 'tools/prj')
-rw-r--r--tools/prj/target_exe_mkunroll.mk78
-rw-r--r--tools/prj/target_exe_rscdep.mk73
-rw-r--r--tools/prj/target_exe_so_checksum.mk69
-rw-r--r--tools/prj/target_exe_sspretty.mk74
-rw-r--r--tools/prj/target_lib_tl.mk180
-rw-r--r--tools/prj/target_module_tools.mk52
-rw-r--r--tools/prj/target_package_inc.mk115
7 files changed, 0 insertions, 641 deletions
diff --git a/tools/prj/target_exe_mkunroll.mk b/tools/prj/target_exe_mkunroll.mk
deleted file mode 100644
index 9200ab8a3971..000000000000
--- a/tools/prj/target_exe_mkunroll.mk
+++ /dev/null
@@ -1,78 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2009 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# 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
-# 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
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_Executable_Executable,mkunroll))
-
-$(eval $(call gb_Executable_set_include,mkunroll,\
- $$(INCLUDE) \
- -I$(SRCDIR)/tools/inc/ \
- -I$(SRCDIR)/tools/inc/pch \
- -I$(SRCDIR)/tools/bootstrp/ \
-))
-
-$(eval $(call gb_Executable_set_cxxflags,mkunroll,\
- $$(CXXFLAGS) \
- -D_TOOLS_STRINGLIST \
-))
-
-$(eval $(call gb_Executable_add_linked_libs,mkunroll,\
- basegfx \
- sal \
- stl \
- tl \
- vos3 \
-))
-
-# used to link against basegfxlx comphelp4gcc3 i18nisolang1gcc3 ucbhelper4gcc3 uno_cppu uno_cppuhelpergcc3 uno_salhelpergcc3 - seems to be superficial
-
-$(eval $(call gb_Executable_add_exception_objects,mkunroll,\
- tools/bootstrp/addexes2/mkfilt \
- tools/bootstrp/appdef \
- tools/bootstrp/cppdep \
- tools/bootstrp/inimgr \
- tools/bootstrp/prj \
-))
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_Executable_add_linked_libs,mkunroll,\
- kernel32 \
- user32 \
- msvcrt \
- oldnames \
- uwinapi \
-))
-endif
-
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Executable_add_linked_libs,mkunroll,\
- pthread \
- dl \
-))
-endif
-
-$(info --- $(gb_Module_TARGETSTACK))
-# vim: set noet sw=4 ts=4:
diff --git a/tools/prj/target_exe_rscdep.mk b/tools/prj/target_exe_rscdep.mk
deleted file mode 100644
index 20f4d22b186c..000000000000
--- a/tools/prj/target_exe_rscdep.mk
+++ /dev/null
@@ -1,73 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2009 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# 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
-# 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
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_Executable_Executable,rscdep))
-
-$(eval $(call gb_Executable_set_include,rscdep,\
- $$(INCLUDE) \
- -I$(SRCDIR)/tools/inc/ \
- -I$(SRCDIR)/tools/inc/pch \
- -I$(SRCDIR)/tools/bootstrp/ \
-))
-
-$(eval $(call gb_Executable_set_cxxflags,rscdep,\
- $$(CXXFLAGS) \
- -D_TOOLS_STRINGLIST \
-))
-
-$(eval $(call gb_Executable_add_linked_libs,rscdep,\
- sal \
- stl \
- tl \
- vos3 \
-))
-
-$(eval $(call gb_Executable_add_exception_objects,rscdep,\
- tools/bootstrp/appdef \
- tools/bootstrp/cppdep \
- tools/bootstrp/inimgr \
- tools/bootstrp/prj \
- tools/bootstrp/rscdep \
-))
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_Executable_add_linked_libs,rscdep,\
- kernel32 \
- user32 \
- msvcrt \
- oldnames \
- uwinapi \
-))
-endif
-
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Executable_add_linked_libs,rscdep,\
- pthread \
- dl \
-))
-endif
-# vim: set noet sw=4 ts=4:
diff --git a/tools/prj/target_exe_so_checksum.mk b/tools/prj/target_exe_so_checksum.mk
deleted file mode 100644
index d852c22ef5de..000000000000
--- a/tools/prj/target_exe_so_checksum.mk
+++ /dev/null
@@ -1,69 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2009 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# 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
-# 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
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_Executable_Executable,so_checksum))
-
-$(eval $(call gb_Executable_set_include,so_checksum,\
- $$(INCLUDE) \
- -I$(SRCDIR)/tools/inc/ \
- -I$(SRCDIR)/tools/inc/pch \
- -I$(SRCDIR)/tools/bootstrp/ \
-))
-
-$(eval $(call gb_Executable_set_cxxflags,so_checksum,\
- $$(CXXFLAGS) \
- -D_TOOLS_STRINGLIST \
-))
-
-$(eval $(call gb_Executable_add_linked_libs,so_checksum,\
- sal \
- tl \
-))
-# used to link against basegfxlx comphelp4gcc3 i18nisolang1gcc3 ucbhelper4gcc3 uno_cppu uno_cppuhelpergcc3 uno_salhelpergcc3 vos3gcc3 - seems to be superficial
-
-$(eval $(call gb_Executable_add_exception_objects,so_checksum,\
- tools/bootstrp/md5 \
- tools/bootstrp/so_checksum \
-))
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_Executable_add_linked_libs,so_checksum,\
- kernel32 \
- user32 \
- msvcrt \
- oldnames \
- uwinapi \
-))
-endif
-
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Executable_add_linked_libs,so_checksum,\
- pthread \
- dl \
-))
-endif
-# vim: set noet sw=4 ts=4:
diff --git a/tools/prj/target_exe_sspretty.mk b/tools/prj/target_exe_sspretty.mk
deleted file mode 100644
index 5b8c83977dcd..000000000000
--- a/tools/prj/target_exe_sspretty.mk
+++ /dev/null
@@ -1,74 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2009 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# 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
-# 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
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_Executable_Executable,sspretty))
-
-$(eval $(call gb_Executable_set_include,sspretty,\
- $$(INCLUDE) \
- -I$(SRCDIR)/tools/inc/ \
- -I$(SRCDIR)/tools/inc/pch \
- -I$(SRCDIR)/tools/bootstrp/ \
-))
-
-$(eval $(call gb_Executable_set_cxxflags,sspretty,\
- $$(CXXFLAGS) \
- -D_TOOLS_STRINGLIST \
-))
-
-$(eval $(call gb_Executable_add_linked_libs,sspretty,\
- sal \
- stl \
- tl \
- vos3 \
-))
-# used to link against basegfxlx comphelp4gcc3 i18nisolang1gcc3 ucbhelper4gcc3 uno_cppu uno_cppuhelpergcc3 uno_salhelpergcc3 - seems to be superficial
-
-$(eval $(call gb_Executable_add_exception_objects,sspretty,\
- tools/bootstrp/appdef \
- tools/bootstrp/cppdep \
- tools/bootstrp/inimgr \
- tools/bootstrp/prj \
- tools/bootstrp/sspretty \
-))
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_Executable_add_linked_libs,sspretty,\
- kernel32 \
- user32 \
- msvcrt \
- oldnames \
- uwinapi \
-))
-endif
-
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Executable_add_linked_libs,sspretty,\
- pthread \
- dl \
-))
-endif
-# vim: set noet sw=4 ts=4:
diff --git a/tools/prj/target_lib_tl.mk b/tools/prj/target_lib_tl.mk
deleted file mode 100644
index 2fc00ec68a8b..000000000000
--- a/tools/prj/target_lib_tl.mk
+++ /dev/null
@@ -1,180 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2009 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# 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
-# 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
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_Library_Library,tl))
-
-$(eval $(call gb_Library_add_package_headers,tl,tools_inc))
-
-$(eval $(call gb_Library_add_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/precompiled_tools))
-
-$(eval $(call gb_Library_set_include,tl,\
- $$(INCLUDE) \
- -I$(OUTDIR)/inc \
- -I$(WORKDIR)/inc/tools \
- -I$(SRCDIR)/tools/inc \
- -I$(SRCDIR)/tools/inc/pch \
- -I$(SRCDIR)/solenv/inc \
- -I$(SRCDIR)/solenv/inc/Xp31 \
- -I$(OUTDIR)/inc/tools \
- -I$(OUTDIR)/inc/offuh \
- -I$(OUTDIR)/inc/stl \
-))
-
-$(eval $(call gb_Library_set_cxxflags,tl,\
- $$(CXXFLAGS) \
- -DSHARED_LIB \
- -DTOOLS_DLLIMPLEMENTATION \
- -DVCL \
-))
-
-$(eval $(call gb_Library_add_linked_libs,tl,\
- basegfx \
- comphelper \
- i18nisolang1 \
- stl \
- cppu \
- sal \
- vos3 \
-))
-
-
-$(eval $(call gb_Library_add_exception_objects,tl,\
- tools/source/communi/geninfo \
- tools/source/communi/parser \
- tools/source/datetime/datetime \
- tools/source/datetime/tdate \
- tools/source/datetime/ttime \
- tools/source/debug/debug \
- tools/source/debug/stcktree \
- tools/source/fsys/comdep \
- tools/source/fsys/dirent \
- tools/source/fsys/filecopy \
- tools/source/fsys/fstat \
- tools/source/fsys/tdir \
- tools/source/fsys/tempfile \
- tools/source/fsys/urlobj \
- tools/source/fsys/wldcrd \
- tools/source/generic/b3dtrans \
- tools/source/generic/bigint \
- tools/source/generic/color \
- tools/source/generic/config \
- tools/source/generic/fract \
- tools/source/generic/gen \
- tools/source/generic/line \
- tools/source/generic/link \
- tools/source/generic/poly \
- tools/source/generic/poly2 \
- tools/source/generic/svborder \
- tools/source/generic/toolsin \
- tools/source/inet/inetmime \
- tools/source/inet/inetmsg \
- tools/source/inet/inetstrm \
- tools/source/memtools/contnr \
- tools/source/memtools/mempool \
- tools/source/memtools/multisel \
- tools/source/memtools/table \
- tools/source/memtools/unqidx \
- tools/source/misc/appendunixshellword \
- tools/source/misc/extendapplicationenvironment \
- tools/source/misc/getprocessworkingdir \
- tools/source/misc/solarmutex \
- tools/source/rc/isofallback \
- tools/source/rc/rc \
- tools/source/rc/resary \
- tools/source/rc/resmgr \
- tools/source/ref/errinf \
- tools/source/ref/globname \
- tools/source/ref/pstm \
- tools/source/ref/ref \
- tools/source/stream/cachestr \
- tools/source/stream/stream \
- tools/source/stream/strmsys \
- tools/source/stream/vcompat \
- tools/source/string/debugprint \
- tools/source/string/tenccvt \
- tools/source/string/tstring \
- tools/source/string/tustring \
- tools/source/testtoolloader/testtoolloader \
- tools/source/zcodec/zcodec \
-))
-
-ifeq ($(GUI),UNX)
-$(eval $(call gb_Library_add_exception_objects,tl,\
- tools/unx/source/dll/toolsdll \
-))
-endif
-
-ifeq ($(SYSTEM_ZLIB),YES)
-$(eval $(call gb_Library_set_cxxflags,tl,\
- $$(CXXFLAGS) \
- -DSYSTEM_ZLIB \
-))
-$(eval $(call gb_Library_add_linked_libs,tl,\
- z \
-))
-else
-$(eval $(call gb_Library_add_linked_static_libs,tl,\
- zlib \
-))
-endif
-
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,tl,\
- dl \
- m \
- pthread \
-))
-endif
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_set_include,tl,\
- $$(INCLUDE) \
- -I$(SRCDIR)/tools/win/inc \
-))
-
-$(eval $(call gb_Library_add_exception_objects,tl,\
- tools/win/source/dll/toolsdll \
-))
-
-$(eval $(call gb_Library_add_linked_libs,tl,\
- advapi32 \
- kernel32 \
- mpr \
- msvcrt \
- oldnames \
- ole32 \
- shell32 \
- user32 \
- uuid \
- uwinapi \
-))
-endif
-# tools/source/string/debugprint -DDEBUG -DEXCEPTIONS_OFF -DOSL_DEBUG_LEVEL=2 -DSHAREDLIB -DTOOLS_DLLIMPLEMENTATION -D_DLL_ -O0 -fno-exceptions -fpic -fvisibility=hidden -g
-# -DOPTIMIZE
-# no -DTOOLS_DLLIMPLEMENTATION on toolsdll
-# -DEXCEPTIONS_OFF -fno-exceptions on geninfo parser datetime tdate ttime bigint color config fract gen line link poly2 svborder toolsin inetmime inetmsg inetstrm contnr mempool multisel table unqidx cachestr stream strmsys vcompat tenccvt tstring tustring testtoolloader
-# vim: set noet sw=4 ts=4:
diff --git a/tools/prj/target_module_tools.mk b/tools/prj/target_module_tools.mk
deleted file mode 100644
index cd260e7709fe..000000000000
--- a/tools/prj/target_module_tools.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2009 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# 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
-# 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
-# <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,\
- exe_mkunroll \
- exe_rscdep \
- exe_so_checksum \
- exe_sspretty \
- lib_tl \
- package_inc \
-))
-
-# 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
-#COPY tools/unxlngx6.pro/obj/pathutils.obj unxlngx6.pro/lib/pathutils-obj.obj
-#COPY tools/unxlngx6.pro/slo/pathutils.obj unxlngx6.pro/lib/pathutils-slo.obj
-
-#todo: link tools dynamically everywhere
-#todo: ALWAYSDBGFLAG etc.
diff --git a/tools/prj/target_package_inc.mk b/tools/prj/target_package_inc.mk
deleted file mode 100644
index 5deb59a7b0da..000000000000
--- a/tools/prj/target_package_inc.mk
+++ /dev/null
@@ -1,115 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2009 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# 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
-# 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
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_Package_Package,tools_inc,$(SRCDIR)/tools/inc))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/StringListResource.hxx,tools/StringListResource.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/agapi.hxx,tools/agapi.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/agitem.hxx,tools/agitem.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/appendunixshellword.hxx,tools/appendunixshellword.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/bigint.hxx,tools/bigint.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/cachestr.hxx,tools/cachestr.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/chapi.hxx,tools/chapi.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/color.hxx,tools/color.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/config.hxx,tools/config.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/contnr.hxx,tools/contnr.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/date.hxx,tools/date.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/datetime.hxx,tools/datetime.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/debug.hxx,tools/debug.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/diagnose_ex.h,tools/diagnose_ex.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/download.hxx,tools/download.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/dynary.hxx,tools/dynary.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/eacopier.hxx,tools/eacopier.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/errcode.hxx,tools/errcode.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/errinf.hxx,tools/errinf.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/extendapplicationenvironment.hxx,tools/extendapplicationenvironment.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/fldunit.hxx,tools/fldunit.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/fontenum.hxx,tools/fontenum.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/fract.hxx,tools/fract.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/fsys.hxx,tools/fsys.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/gen.hxx,tools/gen.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/geninfo.hxx,tools/geninfo.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/getprocessworkingdir.hxx,tools/getprocessworkingdir.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/globname.hxx,tools/globname.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetdef.hxx,tools/inetdef.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetmime.hxx,tools/inetmime.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetmsg.hxx,tools/inetmsg.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetstrm.hxx,tools/inetstrm.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/iparser.hxx,tools/iparser.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/isofallback.hxx,tools/isofallback.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/line.hxx,tools/line.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/link.hxx,tools/link.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/list.hxx,tools/list.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/mapunit.hxx,tools/mapunit.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/mempool.hxx,tools/mempool.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/multisel.hxx,tools/multisel.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/ownlist.hxx,tools/ownlist.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/pathutils.hxx,tools/pathutils.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/poly.hxx,tools/poly.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/postsys.h,tools/postsys.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/postwin.h,tools/postwin.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/postx.h,tools/postx.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/presys.h,tools/presys.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/prewin.h,tools/prewin.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/prex.h,tools/prex.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/pstm.hxx,tools/pstm.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/queue.hxx,tools/queue.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/rc.h,tools/rc.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/rc.hxx,tools/rc.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/rcid.h,tools/rcid.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/ref.hxx,tools/ref.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/resary.hxx,tools/resary.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/resid.hxx,tools/resid.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/resmgr.hxx,tools/resmgr.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/rtti.hxx,tools/rtti.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/shl.hxx,tools/shl.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/simplerm.hxx,tools/simplerm.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/solar.h,tools/solar.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/solarmutex.hxx,tools/solarmutex.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/stack.hxx,tools/stack.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/stream.hxx,tools/stream.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/string.hxx,tools/string.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/svborder.hxx,tools/svborder.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/svwin.h,tools/svwin.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/table.hxx,tools/table.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/tempfile.hxx,tools/tempfile.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/tenccvt.hxx,tools/tenccvt.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/testtoolloader.hxx,tools/testtoolloader.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/time.hxx,tools/time.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/tools.h,tools/tools.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/toolsdllapi.h,tools/toolsdllapi.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/unqid.hxx,tools/unqid.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/unqidx.hxx,tools/unqidx.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/urlkeys.hxx,tools/urlkeys.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/urlobj.hxx,tools/urlobj.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/vcompat.hxx,tools/vcompat.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/vector2d.hxx,tools/vector2d.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/weakbase.h,tools/weakbase.h))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/weakbase.hxx,tools/weakbase.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/wintypes.hxx,tools/wintypes.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/wldcrd.hxx,tools/wldcrd.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/zcodec.hxx,tools/zcodec.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/b3dtrans.hxx,tools/b3dtrans.hxx))