summaryrefslogtreecommitdiff
path: root/framework/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
commit95f3d4c562939999afe323aca72ac070b466e15f (patch)
treef2a58bc85e1868ca84cfe148f6b2b40b69cf480d /framework/prj
parent20942b145dddc64e3af471ba13710e37f8c60ebb (diff)
CWS gnumake2: module reorg
Diffstat (limited to 'framework/prj')
-rw-r--r--framework/prj/target_lib_fwe.mk115
-rw-r--r--framework/prj/target_lib_fwi.mk96
-rw-r--r--framework/prj/target_lib_fwk.mk188
-rw-r--r--framework/prj/target_lib_fwl.mk98
-rw-r--r--framework/prj/target_lib_fwm.mk79
-rw-r--r--framework/prj/target_module_framework.mk55
-rw-r--r--framework/prj/target_package_dtd.mk35
-rw-r--r--framework/prj/target_package_inc.mk47
-rw-r--r--framework/prj/target_package_uiconfig.mk32
-rw-r--r--framework/prj/target_package_unotypes.mk30
-rw-r--r--framework/prj/target_res_fwe.mk63
11 files changed, 0 insertions, 838 deletions
diff --git a/framework/prj/target_lib_fwe.mk b/framework/prj/target_lib_fwe.mk
deleted file mode 100644
index 718e9c38ea22..000000000000
--- a/framework/prj/target_lib_fwe.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_Library_Library,fwe))
-
-$(eval $(call gb_Library_set_include,fwe,\
- -I$(SRCDIR)/framework/inc/pch \
- -I$(SRCDIR)/framework/source/inc \
- -I$(SRCDIR)/framework/inc \
- -I$(WORKDIR)/inc/framework/ \
- $$(INCLUDE) \
- -I$(OUTDIR)/inc/framework \
- -I$(OUTDIR)/inc/offuh \
-))
-
-$(eval $(call gb_Library_set_defs,fwe,\
- $$(DEFS) \
- -DFWE_DLLIMPLEMENTATION\
-))
-
-$(eval $(call gb_Library_add_linked_libs,fwe,\
- comphelper \
- cppu \
- cppuhelper \
- fwi \
- sal \
- stl \
- svl \
- svt \
- tl \
- utl \
- vcl \
- vos3 \
-))
-
-$(eval $(call gb_Library_add_exception_objects,fwe,\
- framework/source/fwe/classes/actiontriggercontainer \
- framework/source/fwe/classes/actiontriggerpropertyset \
- framework/source/fwe/classes/actiontriggerseparatorpropertyset \
- framework/source/fwe/classes/addonmenu \
- framework/source/fwe/classes/addonsoptions \
- framework/source/fwe/classes/bmkmenu \
- framework/source/fwe/classes/fwkresid \
- framework/source/fwe/classes/imagewrapper \
- framework/source/fwe/classes/menuextensionsupplier \
- framework/source/fwe/classes/rootactiontriggercontainer \
- framework/source/fwe/classes/sfxhelperfunctions \
- framework/source/fwe/dispatch/interaction \
- framework/source/fwe/helper/acceleratorinfo \
- framework/source/fwe/helper/actiontriggerhelper \
- framework/source/fwe/helper/configimporter \
- framework/source/fwe/helper/imageproducer \
- framework/source/fwe/helper/propertysetcontainer \
- framework/source/fwe/helper/titlehelper \
- framework/source/fwe/helper/uiconfigelementwrapperbase \
- framework/source/fwe/helper/uielementwrapperbase \
- framework/source/fwe/interaction/preventduplicateinteraction \
- framework/source/fwe/xml/eventsconfiguration \
- framework/source/fwe/xml/eventsdocumenthandler \
- framework/source/fwe/xml/imagesconfiguration \
- framework/source/fwe/xml/imagesdocumenthandler \
- framework/source/fwe/xml/menuconfiguration \
- framework/source/fwe/xml/menudocumenthandler \
- framework/source/fwe/xml/saxnamespacefilter \
- framework/source/fwe/xml/statusbarconfiguration \
- framework/source/fwe/xml/statusbardocumenthandler \
- framework/source/fwe/xml/toolboxconfiguration \
- framework/source/fwe/xml/toolboxdocumenthandler \
- framework/source/fwe/xml/toolboxlayoutdocumenthandler \
- framework/source/fwe/xml/xmlnamespaces \
-))
-
-ifeq ($(OS),LINUX)
-
-$(eval $(call gb_Library_set_cxxflags,fwe,$$(filter-out -fvisibility=hidden,$$(CXXFLAGS))))
-
-$(eval $(call gb_Library_add_linked_libs,fwe,\
- dl \
- m \
- pthread \
-))
-endif
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,fwe,\
- kernel32 \
- msvcrt \
- uwinapi \
-))
-endif
-# TODO: visibility
-# vim: set noet sw=4 ts=4:
diff --git a/framework/prj/target_lib_fwi.mk b/framework/prj/target_lib_fwi.mk
deleted file mode 100644
index 0e00df9d8300..000000000000
--- a/framework/prj/target_lib_fwi.mk
+++ /dev/null
@@ -1,96 +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,fwi))
-
-$(eval $(call gb_Library_add_package_headers,fwi,framework_inc))
-
-$(eval $(call gb_Library_set_defs,fwi,\
- $$(DEFS) \
- -DFWI_DLLIMPLEMENTATION \
-))
-
-$(eval $(call gb_Library_set_include,fwi,\
- -I$(SRCDIR)/framework/inc/pch \
- -I$(SRCDIR)/framework/source/inc \
- -I$(SRCDIR)/framework/inc \
- -I$(WORKDIR)/inc/framework/ \
- $$(INCLUDE) \
- -I$(OUTDIR)/inc/framework \
- -I$(OUTDIR)/inc/offuh \
-))
-
-$(eval $(call gb_Library_add_linked_libs,fwi,\
- comphelper \
- stl \
- tk \
- tl \
- cppu \
- cppuhelper \
- sal \
- utl \
- vcl \
- vos3 \
-))
-
-$(eval $(call gb_Library_add_exception_objects,fwi,\
- framework/source/fwi/classes/converter \
- framework/source/fwi/classes/framelistanalyzer \
- framework/source/fwi/classes/propertysethelper \
- framework/source/fwi/classes/protocolhandlercache \
- framework/source/fwi/helper/mischelper \
- framework/source/fwi/helper/networkdomain \
- framework/source/fwi/helper/popupmenucontrollerbase \
- framework/source/fwi/helper/shareablemutex \
- framework/source/fwi/jobs/configaccess \
- framework/source/fwi/jobs/jobconst \
- framework/source/fwi/threadhelp/lockhelper \
- framework/source/fwi/threadhelp/transactionmanager \
- framework/source/fwi/uielement/constitemcontainer \
- framework/source/fwi/uielement/itemcontainer \
- framework/source/fwi/uielement/rootitemcontainer \
-))
-
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,fwi,\
- dl \
- m \
- pthread \
-))
-endif
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,fwi,\
- advapi32 \
- kernel32 \
- msvcrt \
- stl \
- unicows \
- uwinapi \
-))
-endif
-# TODO: visibility
-# vim: set noet sw=4 ts=4:
diff --git a/framework/prj/target_lib_fwk.mk b/framework/prj/target_lib_fwk.mk
deleted file mode 100644
index 8ff8adb4e5fb..000000000000
--- a/framework/prj/target_lib_fwk.mk
+++ /dev/null
@@ -1,188 +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,fwk))
-
-$(eval $(call gb_Library_add_precompiled_header,fwk,$(SRCDIR)/framework/inc/pch/precompiled_framework))
-
-$(eval $(call gb_Library_set_include,fwk,\
- -I$(SRCDIR)/framework/inc/pch \
- -I$(SRCDIR)/framework/source/inc \
- -I$(SRCDIR)/framework/inc \
- -I$(WORKDIR)/inc/framework/ \
- $$(INCLUDE) \
- -I$(OUTDIR)/inc/framework \
- -I$(OUTDIR)/inc/offuh \
-))
-
-$(eval $(call gb_Library_add_linked_libs,fwk,\
- comphelper \
- fwe \
- fwi \
- i18nisolang1 \
- sot \
- stl \
- svl \
- svt \
- tk \
- tl \
- ucbhelper \
- cppu \
- cppuhelper \
- sal \
- utl \
- vcl \
-))
-
-$(eval $(call gb_Library_add_exception_objects,fwk,\
- framework/source/accelerators/acceleratorcache \
- framework/source/accelerators/acceleratorconfiguration \
- framework/source/accelerators/documentacceleratorconfiguration \
- framework/source/accelerators/globalacceleratorconfiguration \
- framework/source/accelerators/keymapping \
- framework/source/accelerators/moduleacceleratorconfiguration \
- framework/source/accelerators/presethandler \
- framework/source/accelerators/storageholder \
- framework/source/classes/droptargetlistener \
- framework/source/classes/framecontainer \
- framework/source/classes/menumanager \
- framework/source/classes/taskcreator \
- framework/source/constant/containerquery \
- framework/source/constant/contenthandler \
- framework/source/constant/filter \
- framework/source/constant/frameloader \
- framework/source/dispatch/closedispatcher \
- framework/source/dispatch/dispatchinformationprovider \
- framework/source/dispatch/dispatchprovider \
- framework/source/dispatch/helpagentdispatcher \
- framework/source/dispatch/interceptionhelper \
- framework/source/dispatch/loaddispatcher \
- framework/source/dispatch/menudispatcher \
- framework/source/dispatch/startmoduledispatcher \
- framework/source/dispatch/windowcommanddispatch \
- framework/source/helper/dockingareadefaultacceptor \
- framework/source/helper/ocomponentaccess \
- framework/source/helper/ocomponentenumeration \
- framework/source/helper/oframes \
- framework/source/helper/persistentwindowstate \
- framework/source/helper/statusindicator \
- framework/source/helper/statusindicatorfactory \
- framework/source/helper/tagwindowasmodified \
- framework/source/helper/titlebarupdate \
- framework/source/helper/vclstatusindicator \
- framework/source/helper/wakeupthread \
- framework/source/interaction/quietinteraction \
- framework/source/jobs/job \
- framework/source/jobs/jobdata \
- framework/source/jobs/jobdispatch \
- framework/source/jobs/jobexecutor \
- framework/source/jobs/jobresult \
- framework/source/jobs/joburl \
- framework/source/layoutmanager/layoutmanager \
- framework/source/loadenv/loadenv \
- framework/source/loadenv/targethelper \
- framework/source/register/registerservices \
- framework/source/services/autorecovery \
- framework/source/services/backingcomp \
- framework/source/services/backingwindow \
- framework/source/services/desktop \
- framework/source/services/frame \
- framework/source/services/modulemanager \
- framework/source/services/pathsettings \
- framework/source/services/sessionlistener \
- framework/source/services/substitutepathvars \
- framework/source/services/taskcreatorsrv \
- framework/source/services/uriabbreviation \
- framework/source/services/urltransformer \
- framework/source/uiconfiguration/globalsettings \
- framework/source/uiconfiguration/graphicnameaccess \
- framework/source/uiconfiguration/imagemanager \
- framework/source/uiconfiguration/imagemanagerimpl \
- framework/source/uiconfiguration/moduleimagemanager \
- framework/source/uiconfiguration/moduleuicfgsupplier \
- framework/source/uiconfiguration/moduleuiconfigurationmanager \
- framework/source/uiconfiguration/uicategorydescription \
- framework/source/uiconfiguration/uiconfigurationmanager \
- framework/source/uiconfiguration/uiconfigurationmanagerimpl \
- framework/source/uiconfiguration/windowstateconfiguration \
- framework/source/uielement/addonstoolbarmanager \
- framework/source/uielement/addonstoolbarwrapper \
- framework/source/uielement/buttontoolbarcontroller \
- framework/source/uielement/comboboxtoolbarcontroller \
- framework/source/uielement/complextoolbarcontroller \
- framework/source/uielement/controlmenucontroller \
- framework/source/uielement/dropdownboxtoolbarcontroller \
- framework/source/uielement/edittoolbarcontroller \
- framework/source/uielement/generictoolbarcontroller \
- framework/source/uielement/imagebuttontoolbarcontroller \
- framework/source/uielement/langselectionstatusbarcontroller \
- framework/source/uielement/menubarmanager \
- framework/source/uielement/menubarmerger \
- framework/source/uielement/menubarwrapper \
- framework/source/uielement/objectmenucontroller \
- framework/source/uielement/progressbarwrapper \
- framework/source/uielement/recentfilesmenucontroller \
- framework/source/uielement/spinfieldtoolbarcontroller \
- framework/source/uielement/statusbar \
- framework/source/uielement/statusbarmanager \
- framework/source/uielement/statusbarwrapper \
- framework/source/uielement/statusindicatorinterfacewrapper \
- framework/source/uielement/togglebuttontoolbarcontroller \
- framework/source/uielement/toolbar \
- framework/source/uielement/toolbarmanager \
- framework/source/uielement/toolbarmerger \
- framework/source/uielement/toolbarwrapper \
- framework/source/uielement/uicommanddescription \
- framework/source/uifactory/addonstoolboxfactory \
- framework/source/uifactory/factoryconfiguration \
- framework/source/uifactory/menubarfactory \
- framework/source/uifactory/popupmenucontrollerfactory \
- framework/source/uifactory/statusbarcontrollerfactory \
- framework/source/uifactory/statusbarfactory \
- framework/source/uifactory/toolbarcontrollerfactory \
- framework/source/uifactory/toolboxfactory \
- framework/source/uifactory/uielementfactorymanager \
- framework/source/uifactory/windowcontentfactorymanager \
- framework/source/xml/acceleratorconfigurationreader \
- framework/source/xml/acceleratorconfigurationwriter \
-))
-
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,fwk,\
- dl \
- m \
- pthread \
-))
-endif
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,fwk,\
- kernel32 \
- msvcrt \
- uwinapi \
-))
-endif
-# vim: set noet sw=4 ts=4:
diff --git a/framework/prj/target_lib_fwl.mk b/framework/prj/target_lib_fwl.mk
deleted file mode 100644
index f3ec59fd6c61..000000000000
--- a/framework/prj/target_lib_fwl.mk
+++ /dev/null
@@ -1,98 +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,fwl))
-
-$(eval $(call gb_Library_set_include,fwl,\
- -I$(SRCDIR)/framework/inc \
- -I$(SRCDIR)/framework/inc/pch \
- -I$(SRCDIR)/framework/source/inc \
- -I$(WORKDIR)/inc/framework/ \
- $$(INCLUDE) \
- -I$(OUTDIR)/inc/framework \
- -I$(OUTDIR)/inc/offuh \
-))
-
-$(eval $(call gb_Library_add_linked_libs,fwl,\
- comphelper \
- fwe \
- fwi \
- i18nisolang1 \
- stl \
- svl \
- svt \
- tk \
- tl \
- cppu \
- cppuhelper \
- sal \
- utl \
- vcl \
-))
-
-$(eval $(call gb_Library_add_exception_objects,fwl,\
- framework/source/register/registertemp \
- framework/source/services/mediatypedetectionhelper \
- framework/source/dispatch/mailtodispatcher \
- framework/source/dispatch/oxt_handler \
- framework/source/uielement/toolbarsmenucontroller \
- framework/source/uielement/newmenucontroller \
- framework/source/uielement/macrosmenucontroller \
- framework/source/uielement/langselectionmenucontroller \
- framework/source/uielement/headermenucontroller \
- framework/source/uielement/footermenucontroller \
- framework/source/uielement/fontsizemenucontroller \
- framework/source/uielement/fontmenucontroller \
- framework/source/services/tabwindowservice \
- framework/source/classes/fwktabwindow \
- framework/source/uielement/logotextstatusbarcontroller \
- framework/source/classes/fwlresid \
- framework/source/uielement/logoimagestatusbarcontroller \
- framework/source/uielement/simpletextstatusbarcontroller \
- framework/source/services/uriabbreviation \
- framework/source/dispatch/servicehandler \
- framework/source/services/license \
- framework/source/recording/dispatchrecorder \
- framework/source/recording/dispatchrecordersupplier \
- framework/source/services/dispatchhelper \
- framework/source/dispatch/popupmenudispatcher \
-))
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,fwl,\
- dl \
- m \
- pthread \
-))
-endif
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,fwl,\
- kernel32 \
- msvcrt \
- uwinapi \
-))
-endif
-# vim: set noet sw=4 ts=4:
diff --git a/framework/prj/target_lib_fwm.mk b/framework/prj/target_lib_fwm.mk
deleted file mode 100644
index 56a6a9f74f6b..000000000000
--- a/framework/prj/target_lib_fwm.mk
+++ /dev/null
@@ -1,79 +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,fwm))
-
-$(eval $(call gb_Library_set_include,fwm,\
- -I$(SRCDIR)/framework/inc/pch \
- -I$(SRCDIR)/framework/inc \
- -I$(SRCDIR)/framework/source/inc \
- -I$(WORKDIR)/inc/framework/ \
- $$(INCLUDE) \
- -I$(OUTDIR)/inc/framework \
- -I$(OUTDIR)/inc/offuh \
-))
-
-$(eval $(call gb_Library_add_linked_libs,fwm,\
- comphelper \
- fwi \
- stl \
- svl \
- svt \
- tk \
- tl \
- cppu \
- cppuhelper \
- sal \
- utl \
- vcl \
- vos3 \
-))
-
-$(eval $(call gb_Library_add_exception_objects,fwm,\
- framework/source/dispatch/systemexec \
- framework/source/jobs/helponstartup \
- framework/source/jobs/shelljob \
- framework/source/register/register3rdcomponents \
- framework/source/tabwin/tabwindow \
- framework/source/tabwin/tabwinfactory \
-))
-
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,fwm,\
- dl \
- m \
- pthread \
-))
-endif
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,fwm,\
- kernel32 \
- msvcrt \
- uwinapi \
-))
-endif
-# vim: set noet sw=4 ts=4:
diff --git a/framework/prj/target_module_framework.mk b/framework/prj/target_module_framework.mk
deleted file mode 100644
index 86a30a0b3e45..000000000000
--- a/framework/prj/target_module_framework.mk
+++ /dev/null
@@ -1,55 +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.
-#
-#*************************************************************************
-
-include $(foreach targetdef,\
- lib_fwe \
- lib_fwi \
- lib_fwk \
- lib_fwl \
- lib_fwm \
- package_dtd \
- package_inc \
- package_uiconfig \
- package_unotypes \
- res_fwe \
-,$(SRCDIR)/framework/prj/target_$(targetdef).mk)
-
-
-$(eval $(call gb_Module_Module,framework,\
- $(call gb_AllLangResTarget_get_target,fwe) \
- $(call gb_Library_get_target,fwe) \
- $(call gb_Library_get_target,fwi) \
- $(call gb_Library_get_target,fwk) \
- $(call gb_Library_get_target,fwl) \
- $(call gb_Library_get_target,fwm) \
- $(call gb_Library_get_target,fwe) \
- $(call gb_Package_get_target,framework_dtd) \
- $(call gb_Package_get_target,framework_inc) \
- $(call gb_Package_get_target,framework_uiconfig) \
- $(call gb_Package_get_target,framework_unotypes) \
-))
-# vim: set noet ts=4 sw=4:
diff --git a/framework/prj/target_package_dtd.mk b/framework/prj/target_package_dtd.mk
deleted file mode 100644
index db23783c4ef9..000000000000
--- a/framework/prj/target_package_dtd.mk
+++ /dev/null
@@ -1,35 +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,framework_dtd,$(SRCDIR)/framework/dtd))
-$(eval $(call gb_Package_add_file,framework_dtd,bin/accelerator.dtd,accelerator.dtd))
-$(eval $(call gb_Package_add_file,framework_dtd,bin/event.dtd,event.dtd))
-$(eval $(call gb_Package_add_file,framework_dtd,bin/groupuinames.dtd,groupuinames.dtd))
-$(eval $(call gb_Package_add_file,framework_dtd,bin/image.dtd,image.dtd))
-$(eval $(call gb_Package_add_file,framework_dtd,bin/menubar.dtd,menubar.dtd))
-$(eval $(call gb_Package_add_file,framework_dtd,bin/statusbar.dtd,statusbar.dtd))
-$(eval $(call gb_Package_add_file,framework_dtd,bin/toolbar.dtd,toolbar.dtd))
diff --git a/framework/prj/target_package_inc.mk b/framework/prj/target_package_inc.mk
deleted file mode 100644
index 8cb41e542265..000000000000
--- a/framework/prj/target_package_inc.mk
+++ /dev/null
@@ -1,47 +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,framework_inc,$(SRCDIR)/framework/inc))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/acceleratorinfo.hxx,framework/acceleratorinfo.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/actiontriggerhelper.hxx,framework/actiontriggerhelper.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/addonmenu.hxx,framework/addonmenu.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/addonsoptions.hxx,framework/addonsoptions.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/bmkmenu.hxx,framework/bmkmenu.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/configimporter.hxx,framework/configimporter.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/eventsconfiguration.hxx,framework/eventsconfiguration.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/imageproducer.hxx,framework/imageproducer.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/imagesconfiguration.hxx,framework/imagesconfiguration.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/interaction.hxx,framework/interaction.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/menuconfiguration.hxx,framework/menuconfiguration.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/menuextensionsupplier.hxx,framework/menuextensionsupplier.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/preventduplicateinteraction.hxx,framework/preventduplicateinteraction.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/sfxhelperfunctions.hxx,framework/sfxhelperfunctions.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/titlehelper.hxx,framework/titlehelper.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/toolboxconfiguration.hxx,framework/toolboxconfiguration.hxx))
-$(eval $(call gb_Package_add_file,framework_inc,inc/framework/fwedllapi.h,framework/fwedllapi.h))
-$(eval $(call gb_Package_add_file,framework_inc,inc/fwkdllapi.h,fwkdllapi.h))
-$(eval $(call gb_Package_add_file,framework_inc,inc/fwidllapi.h,fwidllapi.h))
diff --git a/framework/prj/target_package_uiconfig.mk b/framework/prj/target_package_uiconfig.mk
deleted file mode 100644
index c92344a153f5..000000000000
--- a/framework/prj/target_package_uiconfig.mk
+++ /dev/null
@@ -1,32 +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,framework_uiconfig,$(SRCDIR)/framework/uiconfig))
-$(eval $(call gb_Package_add_file,framework_uiconfig,xml/uiconfig/modules/StartModule/accelerator/en-US/default.xml,startmodule/accelerator/en-US/default.xml))
-$(eval $(call gb_Package_add_file,framework_uiconfig,xml/uiconfig/modules/StartModule/menubar/menubar.xml,startmodule/menubar/menubar.xml))
-$(eval $(call gb_Package_add_file,framework_uiconfig,xml/uiconfig/modules/StartModule/statusbar/statusbar.xml,startmodule/statusbar/statusbar.xml))
-$(eval $(call gb_Package_add_file,framework_uiconfig,xml/uiconfig/modules/StartModule/toolbar/standardbar.xml,startmodule/toolbar/standardbar.xml))
diff --git a/framework/prj/target_package_unotypes.mk b/framework/prj/target_package_unotypes.mk
deleted file mode 100644
index 01069ae93dc4..000000000000
--- a/framework/prj/target_package_unotypes.mk
+++ /dev/null
@@ -1,30 +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,framework_unotypes,$(SRCDIR)/framework/source/unotypes))
-$(eval $(call gb_Package_add_file,framework_unotypes,xml/fwk.xml,fwk.xml))
-$(eval $(call gb_Package_add_file,framework_unotypes,xml/fwl.xml,fwl.xml))
diff --git a/framework/prj/target_res_fwe.mk b/framework/prj/target_res_fwe.mk
deleted file mode 100644
index 031cb24117d7..000000000000
--- a/framework/prj/target_res_fwe.mk
+++ /dev/null
@@ -1,63 +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_AllLangResTarget_AllLangResTarget,fwe))
-
-$(eval $(call gb_AllLangResTarget_set_reslocation,fwe,framework))
-
-$(eval $(call gb_AllLangResTarget_add_srs,fwe,\
- fwe/fwk_classes \
- fwe/fwk_services \
-))
-
-
-$(eval $(call gb_SrsTarget_SrsTarget,fwe/fwk_classes))
-
-$(eval $(call gb_SrsTarget_set_include,fwe/fwk_classes,\
- $$(INCLUDE) \
- -I$(SRCDIR)/framework/inc \
- -I$(SRCDIR)/framework/inc/classes \
- -I$(OUTDIR)/inc \
-))
-
-$(eval $(call gb_SrsTarget_add_files,fwe/fwk_classes,\
- framework/source/classes/resource.src \
-))
-
-$(eval $(call gb_SrsTarget_SrsTarget,fwe/fwk_services))
-
-$(eval $(call gb_SrsTarget_set_include,fwe/fwk_services,\
- $$(INCLUDE) \
- -I$(SRCDIR)/framework/inc \
- -I$(SRCDIR)/framework/inc/services \
- -I$(OUTDIR)/inc \
-))
-
-$(eval $(call gb_SrsTarget_add_files,fwe/fwk_services,\
- framework/source/services/fwk_services.src \
-))
-# vim: set noet sw=4 ts=4: