summaryrefslogtreecommitdiff
path: root/sfx2/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 /sfx2/prj
parent20942b145dddc64e3af471ba13710e37f8c60ebb (diff)
CWS gnumake2: module reorg
Diffstat (limited to 'sfx2/prj')
-rw-r--r--sfx2/prj/target_lib_qstart.mk80
-rw-r--r--sfx2/prj/target_lib_sfx2.mk291
-rw-r--r--sfx2/prj/target_module_sfx2.mk52
-rw-r--r--sfx2/prj/target_package_inc.mk154
-rw-r--r--sfx2/prj/target_package_sdi.mk30
-rw-r--r--sfx2/prj/target_res_sfx2.mk78
6 files changed, 0 insertions, 685 deletions
diff --git a/sfx2/prj/target_lib_qstart.mk b/sfx2/prj/target_lib_qstart.mk
deleted file mode 100644
index 2da2ada42db3..000000000000
--- a/sfx2/prj/target_lib_qstart.mk
+++ /dev/null
@@ -1,80 +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.
-#
-#*************************************************************************
-
-#ifeq ($(OS),UNX)
-$(eval $(call gb_Library_Library,qstart))
-
-$(eval $(call gb_Library_set_include,qstart,\
- $$(INCLUDE) \
- -I$(SRCDIR)/sfx2/inc \
- -I$(SRCDIR)/sfx2/inc/sfx2 \
- -I$(SRCDIR)/sfx2/inc/pch \
- -I$(OUTDIR)/inc/offuh \
- -I$(OUTDIR)/inc \
-))
-
-#WTF: this nice code is currently found in the makefile.mk (unix part only)
-# PKGCONFIG_MODULES=gtk+-2.0
-# .IF "$(PKGCONFIG_ROOT)"!=""
-# PKG_CONFIG=$(PKGCONFIG_ROOT)/bin/pkg-config
-# PKG_CONFIG_PATH:=$(PKGCONFIG_ROOT)/lib/pkgconfig
-# .EXPORT : PKG_CONFIG_PATH
-# PKGCONFIG_PREFIX=--define-variable=prefix=$(PKGCONFIG_ROOT)
-# .ELSE
-# PKG_CONFIG*=pkg-config
-# .ENDIF
-# PKGCONFIG_CFLAGS:=$(shell @$(PKG_CONFIG) $(PKGCONFIG_PREFIX) --cflags $(PKGCONFIG_MODULES))
-# PKGCONFIG_LIBS:=$(shell @$(PKG_CONFIG) $(PKGCONFIG_PREFIX) --libs $(PKGCONFIG_MODULES))
-# CFLAGS+=$(PKGCONFIG_CFLAGS
-
-ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
-$(eval $(call gb_Library_set_defs,qstart,\
- $$(DEFS) \
- -DDLL_NAME=libsfx$(DLLPOSTFIX)$(DLLPOST) \
- -DENABLE_QUICKSTART_APPLET \
-))
-endif
-
-#todo: add libs
-$(eval $(call gb_Library_add_linked_libs,qstart,\
- sfx \
-))
-
-$(eval $(call gb_Library_add_linked_system_libs,qstart,\
- icuuc \
- dl \
- m \
- pthread \
-))
-
-ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
-$(eval $(call gb_Library_add_exception_objects,qstart,\
- sfx2/source/appl/shutdowniconunx.ob \
-))
-endif
-
-endif
diff --git a/sfx2/prj/target_lib_sfx2.mk b/sfx2/prj/target_lib_sfx2.mk
deleted file mode 100644
index 9c1dc852e69c..000000000000
--- a/sfx2/prj/target_lib_sfx2.mk
+++ /dev/null
@@ -1,291 +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,sfx))
-
-$(eval $(call gb_Library_add_package_headers,sfx,\
- sfx2_inc \
- sfx2_sdi \
-))
-
-#$(eval $(call gb_Library_add_precompiled_header,sfx,$(SRCDIR)/sfx2/inc/pch/precompiled_sfx2))
-
-$(eval $(call gb_Library_add_sdi_headers,sfx,sfx2/sdi/sfxslots))
-
-$(eval $(call gb_Library_set_include,sfx,\
- -I$(SRCDIR)/sfx2/inc \
- -I$(SRCDIR)/sfx2/inc/sfx2 \
- -I$(SRCDIR)/sfx2/source/inc \
- -I$(SRCDIR)/sfx2/inc/pch \
- -I$(WORKDIR)/SdiTarget/sfx2/sdi \
- -I$(WORKDIR)/inc/ \
- $$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
- -I$(OUTDIR)/inc \
- $(LIBXML_CFLAGS) \
-))
-
-$(eval $(call gb_Library_set_defs,sfx,\
- $$(DEFS) \
- -DSFX2_DLLIMPLEMENTATION \
- -DABOUTBMPNAMES="$(ABOUTBITMAPS)" \
-))
-
-$(eval $(call gb_Library_add_linked_libs,sfx,\
- comphelper \
- cppu \
- cppuhelper \
- fwe \
- i18nisolang1 \
- sal \
- sax \
- sb \
- sot \
- stl \
- svl \
- svt \
- tk \
- tl \
- ucbhelper \
- utl \
- vcl \
- vos3 \
- xml2 \
-))
-
-$(eval $(call gb_Library_add_linked_system_libs,sfx,\
- icuuc \
- dl \
- m \
- pthread \
-))
-
-$(eval $(call gb_Library_add_exception_objects,sfx,\
- sfx2/source/appl/app \
- sfx2/source/appl/appbas \
- sfx2/source/appl/appbaslib \
- sfx2/source/appl/appcfg \
- sfx2/source/appl/appchild \
- sfx2/source/appl/appdata \
- sfx2/source/appl/appdde \
- sfx2/source/appl/appinit \
- sfx2/source/appl/appmain \
- sfx2/source/appl/appmisc \
- sfx2/source/appl/appopen \
- sfx2/source/appl/appquit \
- sfx2/source/appl/appreg \
- sfx2/source/appl/appserv \
- sfx2/source/appl/appuno \
- sfx2/source/appl/childwin \
- sfx2/source/appl/fileobj \
- sfx2/source/appl/fwkhelper \
- sfx2/source/appl/helpdispatch \
- sfx2/source/appl/helpinterceptor \
- sfx2/source/appl/imagemgr \
- sfx2/source/appl/imestatuswindow \
- sfx2/source/appl/impldde \
- sfx2/source/appl/linkmgr2 \
- sfx2/source/appl/linksrc \
- sfx2/source/appl/lnkbase2 \
- sfx2/source/appl/module \
- sfx2/source/appl/newhelp \
- sfx2/source/appl/opengrf \
- sfx2/source/appl/sfxdll \
- sfx2/source/appl/sfxhelp \
- sfx2/source/appl/sfxpicklist \
- sfx2/source/appl/shutdownicon \
- sfx2/source/appl/shutdowniconw32 \
- sfx2/source/appl/workwin \
- sfx2/source/appl/xpackcreator \
- sfx2/source/bastyp/bitset \
- sfx2/source/bastyp/fltfnc \
- sfx2/source/bastyp/fltlst \
- sfx2/source/bastyp/frmhtml \
- sfx2/source/bastyp/frmhtmlw \
- sfx2/source/bastyp/helper \
- sfx2/source/bastyp/mieclip \
- sfx2/source/bastyp/minarray \
- sfx2/source/bastyp/misc \
- sfx2/source/bastyp/progress \
- sfx2/source/bastyp/sfxhtml \
- sfx2/source/bastyp/sfxresid \
- sfx2/source/config/evntconf \
- sfx2/source/control/bindings \
- sfx2/source/control/ctrlitem \
- sfx2/source/control/dispatch \
- sfx2/source/control/macrconf \
- sfx2/source/control/macro \
- sfx2/source/control/minfitem \
- sfx2/source/control/msg \
- sfx2/source/control/msgpool \
- sfx2/source/control/objface \
- sfx2/source/control/querystatus \
- sfx2/source/control/request \
- sfx2/source/control/sfxstatuslistener \
- sfx2/source/control/shell \
- sfx2/source/control/sorgitm \
- sfx2/source/control/statcach \
- sfx2/source/control/unoctitm \
- sfx2/source/dialog/about \
- sfx2/source/dialog/alienwarn \
- sfx2/source/dialog/basedlgs \
- sfx2/source/dialog/dinfdlg \
- sfx2/source/dialog/dinfedt \
- sfx2/source/dialog/dockwin \
- sfx2/source/dialog/filedlghelper \
- sfx2/source/dialog/filtergrouping \
- sfx2/source/dialog/intro \
- sfx2/source/dialog/itemconnect \
- sfx2/source/dialog/mailmodel \
- sfx2/source/dialog/mgetempl \
- sfx2/source/dialog/navigat \
- sfx2/source/dialog/newstyle \
- sfx2/source/dialog/partwnd \
- sfx2/source/dialog/passwd \
- sfx2/source/dialog/printopt \
- sfx2/source/dialog/recfloat \
- sfx2/source/dialog/sfxdlg \
- sfx2/source/dialog/sfxurl \
- sfx2/source/dialog/splitwin \
- sfx2/source/dialog/srchdlg \
- sfx2/source/dialog/styfitem \
- sfx2/source/dialog/styledlg \
- sfx2/source/dialog/tabdlg \
- sfx2/source/dialog/templdlg \
- sfx2/source/dialog/tplcitem \
- sfx2/source/dialog/tplpitem \
- sfx2/source/dialog/versdlg \
- sfx2/source/doc/DocumentMetadataAccess \
- sfx2/source/doc/Metadatable \
- sfx2/source/doc/QuerySaveDocument \
- sfx2/source/doc/SfxDocumentMetaData \
- sfx2/source/doc/docfac \
- sfx2/source/doc/docfile \
- sfx2/source/doc/docfilt \
- sfx2/source/doc/docinf \
- sfx2/source/doc/docinsert \
- sfx2/source/doc/docmacromode \
- sfx2/source/doc/docstoragemodifylistener \
- sfx2/source/doc/doctdlg \
- sfx2/source/doc/doctempl \
- sfx2/source/doc/doctemplates \
- sfx2/source/doc/doctemplateslocal \
- sfx2/source/doc/docvor \
- sfx2/source/doc/frmdescr \
- sfx2/source/doc/graphhelp \
- sfx2/source/doc/guisaveas \
- sfx2/source/doc/iframe \
- sfx2/source/doc/new \
- sfx2/source/doc/objcont \
- sfx2/source/doc/objembed \
- sfx2/source/doc/objitem \
- sfx2/source/doc/objmisc \
- sfx2/source/doc/objserv \
- sfx2/source/doc/objstor \
- sfx2/source/doc/objuno \
- sfx2/source/doc/objxtor \
- sfx2/source/doc/oleprops \
- sfx2/source/doc/opostponedtruncationstream \
- sfx2/source/doc/ownsubfilterservice \
- sfx2/source/doc/plugin \
- sfx2/source/doc/printhelper \
- sfx2/source/doc/querytemplate \
- sfx2/source/doc/sfxacldetect \
- sfx2/source/doc/sfxbasemodel \
- sfx2/source/doc/sfxmodelfactory \
- sfx2/source/explorer/nochaos \
- sfx2/source/inet/inettbc \
- sfx2/source/menu/mnuitem \
- sfx2/source/menu/mnumgr \
- sfx2/source/menu/objmnctl \
- sfx2/source/menu/virtmenu \
- sfx2/source/notify/eventsupplier \
- sfx2/source/notify/hintpost \
- sfx2/source/statbar/stbitem \
- sfx2/source/toolbox/imgmgr \
- sfx2/source/toolbox/tbxitem \
- sfx2/source/view/frame \
- sfx2/source/view/frame2 \
- sfx2/source/view/frmload \
- sfx2/source/view/ipclient \
- sfx2/source/view/orgmgr \
- sfx2/source/view/printer \
- sfx2/source/view/sfxbasecontroller \
- sfx2/source/view/userinputinterception \
- sfx2/source/view/viewfac \
- sfx2/source/view/viewfrm \
- sfx2/source/view/viewfrm2 \
- sfx2/source/view/viewprn \
- sfx2/source/view/viewsh \
-))
-
-$(eval $(call gb_SdiTarget_SdiTarget,sfx2/sdi/sfxslots,sfx2/sdi/sfx))
-
-$(eval $(call gb_SdiTarget_set_include,sfx2/sdi/sfxslots,\
- $$(INCLUDE) \
- -I$(SRCDIR)/sfx2/inc/sfx2 \
- -I$(SRCDIR)/sfx2/inc \
- -I$(SRCDIR)/sfx2/sdi \
-))
-
-ifeq ($(OS),$(filter WNT MACOSX,$(OS)))
-$(eval $(call gb_Library_set_defs,sfx,\
- $$(DEFS) \
- -DENABLE_QUICKSTART_APPLET \
-))
-endif
-
-ifeq ($(OS),OS2)
-$(eval $(call gb_Library_add_exception_objects,sfx,\
- sfx2/source/appl/shutdowniconOs2.ob \
-))
-endif
-ifeq ($(OS),MACOSX)
-$(eval $(call gb_Library_add_objcxxobjects,sfx,\
- sfx2/source/appl/shutdowniconaqua \
-))
-$(eval $(call gb_Library_add_linked_libs,sfx,\
- objc \
- Cocoa \
-))
-endif
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,sfx,\
- advapi32 \
- gdi32 \
- kernel32 \
- msvcrt \
- oldnames \
- ole32 \
- shell32 \
- user32 \
- uuid \
- uwinapi \
-))
-endif
-# vim: set noet sw=4 ts=4:
-
diff --git a/sfx2/prj/target_module_sfx2.mk b/sfx2/prj/target_module_sfx2.mk
deleted file mode 100644
index 3ec4e606795f..000000000000
--- a/sfx2/prj/target_module_sfx2.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,sfx2,\
- $(call gb_AllLangResTarget_get_target,sfx) \
- $(call gb_Library_get_target,sfx) \
- $(call gb_Package_get_target,sfx2_inc) \
- $(call gb_Package_get_target,sfx2_sdi) \
-))
-# $(call gb_Library_get_target,qstart) \
-
-$(eval $(call gb_Module_read_includes,sfx2,\
- lib_sfx2 \
- package_inc \
- package_sdi \
- res_sfx2 \
-))
-# lib_qstart \
-
-#todo: map file?
-#todo: source/appl ohne Optimierung?
-#todo: source/control ohne Optimierung?
-#todo: source/dialog BUILD_VER_STRING
-#todo: source/doc SYSTEM_LIBXML2
-#todo: noopt for acldetect.cxx?
-#todo: ENABLE_LAYOUT
-#todo: quickstarter
-#todo: link against cocoa on Mac
diff --git a/sfx2/prj/target_package_inc.mk b/sfx2/prj/target_package_inc.mk
deleted file mode 100644
index dd836b286f8b..000000000000
--- a/sfx2/prj/target_package_inc.mk
+++ /dev/null
@@ -1,154 +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,sfx2_inc,$(SRCDIR)/sfx2/inc))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/DocumentMetadataAccess.hxx,sfx2/DocumentMetadataAccess.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/Metadatable.hxx,sfx2/Metadatable.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/QuerySaveDocument.hxx,sfx2/QuerySaveDocument.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/XmlIdRegistry.hxx,sfx2/XmlIdRegistry.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/app.hxx,sfx2/app.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/app.hxx,sfx2/app.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/appuno.hxx,sfx2/appuno.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/basedlgs.hxx,sfx2/basedlgs.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/basmgr.hxx,sfx2/basmgr.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/bindings.hxx,sfx2/bindings.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/brokenpackageint.hxx,sfx2/brokenpackageint.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/chalign.hxx,sfx2/chalign.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/childwin.hxx,sfx2/childwin.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/cntids.hrc,sfx2/cntids.hrc))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/controlwrapper.hxx,sfx2/controlwrapper.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/ctrlitem.hxx,sfx2/ctrlitem.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/dialogs.hrc,sfx2/dialogs.hrc))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/dinfdlg.hxx,sfx2/dinfdlg.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/dinfedt.hxx,sfx2/dinfedt.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/dispatch.hxx,sfx2/dispatch.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/dllapi.h,sfx2/dllapi.h))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/docfac.hxx,sfx2/docfac.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/docfile.hxx,sfx2/docfile.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/docfilt.hxx,sfx2/docfilt.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/docinf.hxx,sfx2/docinf.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/docinsert.hxx,sfx2/docinsert.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/dockwin.hxx,sfx2/dockwin.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/docmacromode.hxx,sfx2/docmacromode.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/docstoragemodifylistener.hxx,sfx2/docstoragemodifylistener.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/doctdlg.hxx,sfx2/doctdlg.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/doctempl.hxx,sfx2/doctempl.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/event.hxx,sfx2/event.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/evntconf.hxx,sfx2/evntconf.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/fcontnr.hxx,sfx2/fcontnr.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/filedlghelper.hxx,sfx2/filedlghelper.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/frame.hxx,sfx2/frame.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/frmdescr.hxx,sfx2/frmdescr.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/frmhtml.hxx,sfx2/frmhtml.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/frmhtmlw.hxx,sfx2/frmhtmlw.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/genlink.hxx,sfx2/genlink.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/hintpost.hxx,sfx2/hintpost.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/imagemgr.hxx,sfx2/imagemgr.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/imgdef.hxx,sfx2/imgdef.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/imgmgr.hxx,sfx2/imgmgr.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/ipclient.hxx,sfx2/ipclient.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/itemconnect.hxx,sfx2/itemconnect.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/itemwrapper.hxx,sfx2/itemwrapper.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/layout-post.hxx,sfx2/layout-post.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/layout-pre.hxx,sfx2/layout-pre.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/layout-tabdlg.hxx,sfx2/layout-tabdlg.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/layout.hxx,sfx2/layout.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/linkmgr.hxx,sfx2/linkmgr.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/linksrc.hxx,sfx2/linksrc.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/lnkbase.hxx,sfx2/lnkbase.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/macrconf.hxx,sfx2/macrconf.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/mailmodelapi.hxx,sfx2/mailmodelapi.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/mgetempl.hxx,sfx2/mgetempl.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/mieclip.hxx,sfx2/mieclip.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/minarray.hxx,sfx2/minarray.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/minfitem.hxx,sfx2/minfitem.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/minstack.hxx,sfx2/minstack.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/mnuitem.hxx,sfx2/mnuitem.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/mnumgr.hxx,sfx2/mnumgr.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/module.hxx,sfx2/module.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/msg.hxx,sfx2/msg.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/msgpool.hxx,sfx2/msgpool.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/navigat.hxx,sfx2/navigat.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/new.hxx,sfx2/new.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/newstyle.hxx,sfx2/newstyle.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/objface.hxx,sfx2/objface.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/objitem.hxx,sfx2/objitem.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/objsh.hxx,sfx2/objsh.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/opengrf.hxx,sfx2/opengrf.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/passwd.hxx,sfx2/passwd.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/printer.hxx,sfx2/printer.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/printopt.hxx,sfx2/printopt.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/prnmon.hxx,sfx2/prnmon.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/progress.hxx,sfx2/progress.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/querystatus.hxx,sfx2/querystatus.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/request.hxx,sfx2/request.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfx.hrc,sfx2/sfx.hrc))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxbasecontroller.hxx,sfx2/sfxbasecontroller.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxbasemodel.hxx,sfx2/sfxbasemodel.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxdefs.hxx,sfx2/sfxdefs.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxdlg.hxx,sfx2/sfxdlg.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxhelp.hxx,sfx2/sfxhelp.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxhtml.hxx,sfx2/sfxhtml.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxmodelfactory.hxx,sfx2/sfxmodelfactory.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxresid.hxx,sfx2/sfxresid.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxsids.hrc,sfx2/sfxsids.hrc))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxstatuslistener.hxx,sfx2/sfxstatuslistener.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/sfxuno.hxx,sfx2/sfxuno.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/shell.hxx,sfx2/shell.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/signaturestate.hxx,sfx2/signaturestate.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/stbitem.hxx,sfx2/stbitem.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/styfitem.hxx,sfx2/styfitem.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/styledlg.hxx,sfx2/styledlg.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/tabdlg.hxx,sfx2/tabdlg.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/tbxctrl.hxx,sfx2/tbxctrl.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/templdlg.hxx,sfx2/templdlg.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/tplpitem.hxx,sfx2/tplpitem.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/unoctitm.hxx,sfx2/unoctitm.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/userinputinterception.hxx,sfx2/userinputinterception.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/viewfac.hxx,sfx2/viewfac.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/viewfrm.hxx,sfx2/viewfrm.hxx))
-$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/viewsh.hxx,sfx2/viewsh.hxx))
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sfx2/prj/target_package_sdi.mk b/sfx2/prj/target_package_sdi.mk
deleted file mode 100644
index 63f2138adf4f..000000000000
--- a/sfx2/prj/target_package_sdi.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,sfx2_sdi,$(SRCDIR)/sfx2/sdi))
-$(eval $(call gb_Package_add_file,sfx2_sdi,inc/sfx2/sfx.sdi,sfx.sdi))
-$(eval $(call gb_Package_add_file,sfx2_sdi,inc/sfx2/sfxitems.sdi,sfxitems.sdi))
diff --git a/sfx2/prj/target_res_sfx2.mk b/sfx2/prj/target_res_sfx2.mk
deleted file mode 100644
index b51079559e82..000000000000
--- a/sfx2/prj/target_res_sfx2.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_AllLangResTarget_AllLangResTarget,sfx))
-
-$(eval $(call gb_AllLangResTarget_set_reslocation,sfx,sfx2))
-
-$(eval $(call gb_AllLangResTarget_add_srs,sfx,\
- sfx/res \
-))
-
-$(eval $(call gb_SrsTarget_SrsTarget,sfx/res))
-
-$(eval $(call gb_SrsTarget_set_include,sfx/res,\
- $$(INCLUDE) \
- -I$(OUTDIR)/inc \
- -I$(WORKDIR)/inc \
- -I$(SRCDIR)/sfx2/source/dialog \
- -I$(SRCDIR)/sfx2/source/inc \
- -I$(SRCDIR)/sfx2/inc/ \
- -I$(SRCDIR)/sfx2/inc/sfx \
-))
-
-$(eval $(call gb_SrsTarget_add_files,sfx/res,\
- sfx2/source/appl/app.src \
- sfx2/source/appl/newhelp.src \
- sfx2/source/appl/dde.src \
- sfx2/source/appl/sfx.src \
- sfx2/source/doc/doc.src \
- sfx2/source/doc/new.src \
- sfx2/source/doc/doctdlg.src \
- sfx2/source/doc/doctempl.src \
- sfx2/source/doc/graphhelp.src \
- sfx2/source/menu/menu.src \
- sfx2/source/view/view.src \
- sfx2/source/dialog/alienwarn.src \
- sfx2/source/dialog/dialog.src \
- sfx2/source/dialog/dinfdlg.src \
- sfx2/source/dialog/dinfedt.src \
- sfx2/source/dialog/filedlghelper.src \
- sfx2/source/dialog/mailwindow.src \
- sfx2/source/dialog/mgetempl.src \
- sfx2/source/dialog/newstyle.src \
- sfx2/source/dialog/passwd.src \
- sfx2/source/dialog/printopt.src \
- sfx2/source/dialog/recfloat.src \
- sfx2/source/dialog/srchdlg.src \
- sfx2/source/dialog/templdlg.src \
- sfx2/source/dialog/versdlg.src \
- sfx2/source/bastyp/bastyp.src \
- sfx2/source/bastyp/fltfnc.src \
-))
-
-