[Libreoffice-commits] .: sc/inc sc/prj sc/qa sc/sdi sc/source sc/uiconfig sc/util
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Tue Mar 29 09:44:06 PDT 2011
sc/inc/makefile.mk | 48 ----
sc/prj/build.lst | 46 ----
sc/prj/d.lst | 42 ---
sc/prj/gbuild.lst | 2
sc/qa/unit/version.map | 34 ---
sc/sdi/makefile.mk | 74 ------
sc/source/core/data/makefile.mk | 141 -------------
sc/source/core/inc/makefile.mk | 26 --
sc/source/core/src/makefile.mk | 46 ----
sc/source/core/tool/makefile.mk | 147 -------------
sc/source/filter/dif/makefile.mk | 56 -----
sc/source/filter/excel/makefile.mk | 117 -----------
sc/source/filter/ftools/makefile.mk | 56 -----
sc/source/filter/html/makefile.mk | 59 -----
sc/source/filter/inc/makefile.mk | 26 --
sc/source/filter/lotus/makefile.mk | 67 ------
sc/source/filter/qpro/makefile.mk | 58 -----
sc/source/filter/rtf/makefile.mk | 60 -----
sc/source/filter/starcalc/makefile.mk | 57 -----
sc/source/filter/xcl97/makefile.mk | 59 -----
sc/source/filter/xml/makefile.mk | 108 ----------
sc/source/ui/Accessibility/makefile.mk | 72 ------
sc/source/ui/app/makefile.mk | 64 ------
sc/source/ui/attrdlg/makefile.mk | 65 ------
sc/source/ui/cctrl/makefile.mk | 68 ------
sc/source/ui/dbgui/makefile.mk | 112 ----------
sc/source/ui/docshell/makefile.mk | 133 ------------
sc/source/ui/drawfunc/makefile.mk | 84 -------
sc/source/ui/formdlg/makefile.mk | 56 -----
sc/source/ui/inc/makefile.mk | 26 --
sc/source/ui/miscdlgs/makefile.mk | 118 -----------
sc/source/ui/namedlg/makefile.mk | 52 ----
sc/source/ui/navipi/makefile.mk | 55 -----
sc/source/ui/optdlg/makefile.mk | 64 ------
sc/source/ui/pagedlg/makefile.mk | 74 ------
sc/source/ui/src/makefile.mk | 76 -------
sc/source/ui/styleui/makefile.mk | 58 -----
sc/source/ui/undo/makefile.mk | 82 -------
sc/source/ui/unoobj/makefile.mk | 117 -----------
sc/source/ui/vba/makefile.mk | 118 -----------
sc/source/ui/vba/testvba/makefile.mk | 62 -----
sc/source/ui/view/makefile.mk | 154 --------------
sc/uiconfig/layout/makefile.mk | 59 -----
sc/util/makefile.mk | 349 ---------------------------------
sc/util/makefile.pmk | 32 ---
sc/util/scfilt.map | 9
sc/util/scui.map | 6
47 files changed, 1 insertion(+), 3493 deletions(-)
New commits:
commit e16b6a4b1317c179eedc019d9351419aa1b06997
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Mar 29 11:43:36 2011 -0500
switch sc to gbuild
diff --git a/sc/inc/makefile.mk b/sc/inc/makefile.mk
deleted file mode 100644
index a3bcf29..0000000
--- a/sc/inc/makefile.mk
+++ /dev/null
@@ -1,48 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-PRJ=..
-
-PRJNAME=sc
-TARGET=inc
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
-.IF "$(ENABLE_PCH)"!=""
-ALLTAR : \
- $(SLO)$/precompiled.pch \
- $(SLO)$/precompiled_ex.pch
-
-.ENDIF # "$(ENABLE_PCH)"!=""
-
diff --git a/sc/prj/build.lst b/sc/prj/build.lst
index 8fb7397..ac021df 100644
--- a/sc/prj/build.lst
+++ b/sc/prj/build.lst
@@ -1,46 +1,2 @@
sc sc : filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure NULL
-sc sc usr1 - all sc_mkout NULL
-sc sc\inc nmake - all sc_inc NULL
-sc sc\prj get - all sc_prj NULL
-sc sc\res get - all sc_res NULL
-sc sc\res\imglst\inputwin get - all sc_resiw NULL
-sc sc\res\imglst\navipi get - all sc_resna NULL
-sc sc\res\imglst\apptbx get - all sc_resap NULL
-sc sc\source\core\inc get - all sc_coinc NULL
-sc sc\source\ui\inc get - all sc_uiinc NULL
-sc sc\source\filter\inc get - all sc_fiinc NULL
-sc sc\sdi nmake - all sc_sdi sc_inc NULL
-sc sc\source\core\data nmake - all sc_data sc_sdi sc_inc NULL
-sc sc\source\core\src nmake - all sc_cosrc sc_sdi sc_inc NULL
-sc sc\source\core\tool nmake - all sc_tool sc_sdi sc_inc NULL
-sc sc\source\ui\Accessibility nmake - all sc_acc sc_sdi sc_inc NULL
-sc sc\source\ui\app nmake - all sc_app sc_sdi sc_inc NULL
-sc sc\source\ui\attrdlg nmake - all sc_attr sc_sdi sc_inc NULL
-sc sc\source\ui\cctrl nmake - all sc_cctrl sc_sdi sc_inc NULL
-sc sc\source\ui\dbgui nmake - all sc_dbgui sc_sdi sc_inc NULL
-sc sc\source\ui\docshell nmake - all sc_docsh sc_sdi sc_inc NULL
-sc sc\source\ui\drawfunc nmake - all sc_drfnc sc_sdi sc_inc NULL
-sc sc\source\ui\formdlg nmake - all sc_form sc_sdi sc_inc NULL
-sc sc\source\ui\miscdlgs nmake - all sc_misc sc_sdi sc_inc NULL
-sc sc\source\ui\namedlg nmake - all sc_name sc_sdi sc_inc NULL
-sc sc\source\ui\navipi nmake - all sc_nvipi sc_sdi sc_inc NULL
-sc sc\source\ui\optdlg nmake - all sc_opt sc_sdi sc_inc NULL
-sc sc\source\ui\pagedlg nmake - all sc_page sc_sdi sc_inc NULL
-sc sc\source\ui\src nmake - all sc_uisrc sc_sdi sc_inc NULL
-sc sc\source\ui\styleui nmake - all sc_style sc_sdi sc_inc NULL
-sc sc\source\ui\undo nmake - all sc_undo sc_sdi sc_inc NULL
-sc sc\source\ui\unoobj nmake - all sc_unobj sc_sdi sc_inc NULL
-sc sc\source\ui\vba nmake - all sc_vba sc_sdi sc_inc NULL
-sc sc\source\ui\view nmake - all sc_view sc_sdi sc_inc NULL
-sc sc\source\filter\excel nmake - all sc_excel sc_sdi sc_inc NULL
-sc sc\source\filter\ftools nmake - all sc_ftools sc_sdi sc_inc NULL
-sc sc\source\filter\lotus nmake - all sc_lotus sc_sdi sc_inc NULL
-sc sc\source\filter\qpro nmake - all sc_qpro sc_sdi sc_inc NULL
-sc sc\source\filter\starcalc nmake - all sc_scalc sc_sdi sc_inc NULL
-sc sc\source\filter\dif nmake - all sc_dif sc_sdi sc_inc NULL
-sc sc\source\filter\rtf nmake - all sc_rtf sc_sdi sc_inc NULL
-sc sc\source\filter\html nmake - all sc_html sc_sdi sc_inc NULL
-sc sc\source\filter\xml nmake - all sc_xml sc_sdi sc_inc NULL
-sc sc\source\filter\xcl97 nmake - all sc_xcl97 sc_sdi sc_inc NULL
-sc sc\util nmake - all sc_util sc_app sc_attr sc_cctrl sc_cosrc sc_data sc_dbgui sc_dif sc_docsh sc_drfnc sc_excel sc_form sc_html sc_lotus sc_qpro sc_misc sc_name sc_nvipi sc_opt sc_page sc_rtf sc_scalc sc_style sc_tool sc_uisrc sc_undo sc_unobj sc_view sc_xcl97 sc_xml sc_acc sc_ftools sc_inc sc_vba NULL
-sc sc\qa\unit nmake - all sc_qa_cppunit sc_util NULL
+sc sc\prj nmake - all sc_prj NULL
diff --git a/sc/prj/d.lst b/sc/prj/d.lst
index 77e02ca..e69de29 100644
--- a/sc/prj/d.lst
+++ b/sc/prj/d.lst
@@ -1,42 +0,0 @@
-mkdir: %COMMON_DEST%\bin%_EXT%\hid
-mkdir: %_DEST%\xml%_EXT%\uiconfig
-mkdir: %_DEST%\xml%_EXT%\uiconfig\modules
-mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\scalc
-mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\scalc\menubar
-mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\scalc\toolbar
-mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\scalc\statusbar
-
-..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin%_EXT%\hid\*.hid
-..\inc\sc.lst %_DEST%\inc%_EXT%\sc.lst
-..\%__SRC%\bin\scalc3.exe %_DEST%\bin%_EXT%\scalc3.exe
-..\%__SRC%\bin\*.sym %_DEST%\bin%_EXT%\*.sym
-..\%__SRC%\bin\scalc3.pdb %_DEST%\bin%_EXT%\scalc3.pdb
-..\%__SRC%\bin\scslots.tlb %_DEST%\bin%_EXT%\scslots.tlb
-..\%__SRC%\bin\sc*.dll %_DEST%\bin%_EXT%\sc*.dll
-..\%__SRC%\bin\sc*.res %_DEST%\bin%_EXT%\sc*.res
-..\%__SRC%\bin\scui?????.dll %_DEST%\bin%_EXT%\scui?????.dll
-..\%__SRC%\bin\dfa?????.dll %_DEST%\bin%_EXT%\dfa?????.dll
-..\%__SRC%\bin\rot?????.dll %_DEST%\bin%_EXT%\rot?????.dll
-..\%__SRC%\bin\vba*.* %_DEST%\bin%_EXT%\vba*.*
-..\%__SRC%\bin\addin.zip %_DEST%\bin%_EXT%\addin.zip
-..\%__SRC%\misc\*.map %_DEST%\bin%_EXT%\*.map
-..\%__SRC%\misc\sc.csv %_DEST%\inc%_EXT%\sc.csv
-..\%__SRC%\lib\sci.lib %_DEST%\lib%_EXT%\sci.lib
-..\%__SRC%\lib\libvbaobjdf.uno.so %_DEST%\lib%_EXT%\vbaobj.uno.so
-..\%__SRC%\lib\libvbaobjlx.uno.so %_DEST%\lib%_EXT%\vbaobj.uno.so
-..\%__SRC%\lib\libvbaobjmxi.uno.dylib %_DEST%\lib%_EXT%\vbaobj.uno.dylib
-..\%__SRC%\lib\libvbaobjmxp.uno.dylib %_DEST%\lib%_EXT%\vbaobj.uno.dylib
-..\%__SRC%\lib\libvbaobjmi.uno.dll %_DEST%\lib%_EXT%\vbaobj.uno.dll
-..\%__SRC%\lib\vba*.* %_DEST%\lib%_EXT%\vba*.*
-..\%__SRC%\slb\lib*.* %_DEST%\lib%_EXT%\lib*.*
-..\%__SRC%\lib\lib*.* %_DEST%\lib%_EXT%\lib*.*
-..\xml\*.xml %_DEST%\xml%_EXT%\*.xml
-
-..\uiconfig\scalc\menubar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\scalc\menubar\*.xml
-..\uiconfig\scalc\toolbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\scalc\toolbar\*.xml
-..\uiconfig\scalc\statusbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\scalc\statusbar\*.xml
-
-..\%__SRC%\bin\*-layout.zip %_DEST%\pck%_EXT%\*.*
-..\%__SRC%\misc\sc.component %_DEST%\xml%_EXT%\sc.component
-..\%__SRC%\misc\scd.component %_DEST%\xml%_EXT%\scd.component
-..\%__SRC%\misc\vbaobj.component %_DEST%\xml%_EXT%\vbaobj.component
diff --git a/sc/prj/gbuild.lst b/sc/prj/gbuild.lst
deleted file mode 100644
index ac021df..0000000
--- a/sc/prj/gbuild.lst
+++ /dev/null
@@ -1,2 +0,0 @@
-sc sc : filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure NULL
-sc sc\prj nmake - all sc_prj NULL
diff --git a/sc/qa/unit/version.map b/sc/qa/unit/version.map
deleted file mode 100644
index 3308588..0000000
--- a/sc/qa/unit/version.map
+++ /dev/null
@@ -1,34 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-UDK_3_0_0 {
- global:
- cppunitTestPlugIn;
-
- local:
- *;
-};
diff --git a/sc/sdi/makefile.mk b/sc/sdi/makefile.mk
deleted file mode 100644
index 658c81c..0000000
--- a/sc/sdi/makefile.mk
+++ /dev/null
@@ -1,74 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..
-
-PRJNAME=sc
-TARGET=scslots
-SVSDIINC=$(PRJ)$/source$/ui$/inc
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-.IF "$(L10N_framework)"==""
-SDI1NAME=$(TARGET)
-SDI1EXPORT=scalc
-
-SVSDI1DEPEND= \
- $(SOLARINCXDIR)$/sfx2/sfx.sdi \
- $(SOLARINCXDIR)$/sfx2/sfxitems.sdi \
- $(SOLARINCXDIR)$/svx/svx.sdi \
- $(SOLARINCXDIR)$/svx/svxitems.sdi \
- $(SOLARINCXDIR)$/svx/xoitems.sdi \
- scalc.sdi \
- app.sdi \
- auditsh.sdi \
- docsh.sdi \
- drawsh.sdi \
- drtxtob.sdi \
- drformsh.sdi \
- editsh.sdi \
- pivotsh.sdi \
- prevwsh.sdi \
- tabvwsh.sdi \
- formatsh.sdi\
- cellsh.sdi \
- oleobjsh.sdi\
- chartsh.sdi \
- graphsh.sdi \
- mediash.sdi \
- pgbrksh.sdi \
- scslots.hrc \
- $(INC)$/sc.hrc
-.ENDIF
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/sc/source/core/data/makefile.mk b/sc/source/core/data/makefile.mk
deleted file mode 100644
index e46c446..0000000
--- a/sc/source/core/data/makefile.mk
+++ /dev/null
@@ -1,141 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=data
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=core_pch
-PROJECTPCHSOURCE=..\pch\core_pch
-
-AUTOSEG=true
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES) \
- $(EXCEPTIONSNOOPTFILES) \
- $(SLO)$/attrib.obj \
- $(SLO)$/compressedarray.obj \
- $(SLO)$/docparam.obj \
- $(SLO)$/markarr.obj \
- $(SLO)$/markdata.obj \
- $(SLO)$/pagepar.obj \
- $(SLO)$/sheetevents.obj \
- $(SLO)$/sortparam.obj
-
-EXCEPTIONSFILES= \
- $(SLO)$/attarray.obj \
- $(SLO)$/autonamecache.obj \
- $(SLO)$/bcaslot.obj \
- $(SLO)$/cell2.obj \
- $(SLO)$/clipparam.obj \
- $(SLO)$/column.obj \
- $(SLO)$/dbdocutl.obj \
- $(SLO)$/dociter.obj \
- $(SLO)$/docpool.obj \
- $(SLO)$/documen2.obj \
- $(SLO)$/documen3.obj \
- $(SLO)$/documen5.obj \
- $(SLO)$/documen6.obj \
- $(SLO)$/documen7.obj \
- $(SLO)$/documen8.obj \
- $(SLO)$/documen9.obj \
- $(SLO)$/document.obj \
- $(SLO)$/dpcachetable.obj \
- $(SLO)$/dpdimsave.obj \
- $(SLO)$/dpglobal.obj \
- $(SLO)$/dpgroup.obj \
- $(SLO)$/dpobject.obj \
- $(SLO)$/dpoutput.obj \
- $(SLO)$/dpoutputgeometry.obj \
- $(SLO)$/dpsave.obj \
- $(SLO)$/dpsdbtab.obj \
- $(SLO)$/dpshttab.obj \
- $(SLO)$/dptabdat.obj \
- $(SLO)$/dptablecache.obj \
- $(SLO)$/dptabres.obj \
- $(SLO)$/dptabsrc.obj \
- $(SLO)$/drawpage.obj \
- $(SLO)$/drwlayer.obj \
- $(SLO)$/fillinfo.obj \
- $(SLO)$/funcdesc.obj \
- $(SLO)$/global.obj \
- $(SLO)$/global2.obj \
- $(SLO)$/globalx.obj \
- $(SLO)$/olinetab.obj \
- $(SLO)$/patattr.obj \
- $(SLO)$/pivot2.obj \
- $(SLO)$/poolhelp.obj \
- $(SLO)$/postit.obj \
- $(SLO)$/scdpoutputimpl.obj \
- $(SLO)$/segmenttree.obj \
- $(SLO)$/stlpool.obj \
- $(SLO)$/stlsheet.obj \
- $(SLO)$/subtotalparam.obj \
- $(SLO)$/tabbgcolor.obj \
- $(SLO)$/table1.obj \
- $(SLO)$/table2.obj \
- $(SLO)$/table5.obj \
- $(SLO)$/table6.obj \
- $(SLO)$/tabprotection.obj \
- $(SLO)$/userdat.obj
-
-.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC"
-EXCEPTIONSNOOPTFILES= \
- $(SLO)$/cell.obj \
- $(SLO)$/column2.obj \
- $(SLO)$/column3.obj \
- $(SLO)$/conditio.obj \
- $(SLO)$/documen4.obj \
- $(SLO)$/table3.obj \
- $(SLO)$/table4.obj \
- $(SLO)$/validat.obj
-
-.ELSE
-EXCEPTIONSFILES+= \
- $(SLO)$/cell.obj \
- $(SLO)$/column2.obj \
- $(SLO)$/column3.obj \
- $(SLO)$/conditio.obj \
- $(SLO)$/documen4.obj \
- $(SLO)$/table3.obj \
- $(SLO)$/table4.obj \
- $(SLO)$/validat.obj
-.ENDIF
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/core/inc/makefile.mk b/sc/source/core/inc/makefile.mk
deleted file mode 100644
index 1b35ca4..0000000
--- a/sc/source/core/inc/makefile.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
diff --git a/sc/source/core/src/makefile.mk b/sc/source/core/src/makefile.mk
deleted file mode 100644
index 10da798..0000000
--- a/sc/source/core/src/makefile.mk
+++ /dev/null
@@ -1,46 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=core
-
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SRS1NAME=$(TARGET)
-SRC1FILES = \
- compiler.src
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/core/tool/makefile.mk b/sc/source/core/tool/makefile.mk
deleted file mode 100644
index 904f0d1..0000000
--- a/sc/source/core/tool/makefile.mk
+++ /dev/null
@@ -1,147 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=tool
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=core_pch
-PROJECTPCHSOURCE=..\pch\core_pch
-
-AUTOSEG=true
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES) \
- $(SLO)$/addinhelpid.obj \
- $(SLO)$/detdata.obj \
- $(SLO)$/filtopt.obj \
- $(SLO)$/hints.obj \
- $(SLO)$/inputopt.obj \
- $(SLO)$/navicfg.obj \
- $(SLO)$/printopt.obj \
- $(SLO)$/rechead.obj \
- $(SLO)$/refdata.obj \
- $(SLO)$/refreshtimer.obj
-
-EXCEPTIONSFILES= \
- $(SLO)$/addincfg.obj \
- $(SLO)$/addincol.obj \
- $(SLO)$/addinlis.obj \
- $(SLO)$/address.obj \
- $(SLO)$/adiasync.obj \
- $(SLO)$/appoptio.obj \
- $(SLO)$/autoform.obj \
- $(SLO)$/callform.obj \
- $(SLO)$/cellform.obj \
- $(SLO)$/cellkeytranslator.obj \
- $(SLO)$/chartarr.obj \
- $(SLO)$/charthelper.obj \
- $(SLO)$/chartlis.obj \
- $(SLO)$/chartlock.obj \
- $(SLO)$/chartpos.obj \
- $(SLO)$/chgtrack.obj \
- $(SLO)$/chgviset.obj \
- $(SLO)$/collect.obj \
- $(SLO)$/compiler.obj \
- $(SLO)$/consoli.obj \
- $(SLO)$/dbcolect.obj \
- $(SLO)$/ddelink.obj \
- $(SLO)$/detfunc.obj \
- $(SLO)$/docoptio.obj \
- $(SLO)$/doubleref.obj \
- $(SLO)$/editutil.obj \
- $(SLO)$/formulaparserpool.obj \
- $(SLO)$/interpr1.obj \
- $(SLO)$/interpr2.obj \
- $(SLO)$/interpr3.obj \
- $(SLO)$/interpr4.obj \
- $(SLO)$/interpr5.obj \
- $(SLO)$/interpr6.obj \
- $(SLO)$/interpr7.obj \
- $(SLO)$/lookupcache.obj \
- $(SLO)$/odffmap.obj \
- $(SLO)$/optutil.obj \
- $(SLO)$/parclass.obj \
- $(SLO)$/prnsave.obj \
- $(SLO)$/progress.obj \
- $(SLO)$/queryparam.obj \
- $(SLO)$/rangelst.obj \
- $(SLO)$/rangenam.obj \
- $(SLO)$/rangeseq.obj \
- $(SLO)$/rangeutl.obj \
- $(SLO)$/reffind.obj \
- $(SLO)$/reftokenhelper.obj \
- $(SLO)$/scmatrix.obj \
- $(SLO)$/refupdat.obj \
- $(SLO)$/simplerangelist.obj \
- $(SLO)$/stringutil.obj \
- $(SLO)$/subtotal.obj \
- $(SLO)$/token.obj \
- $(SLO)$/unitconv.obj \
- $(SLO)$/userlist.obj \
- $(SLO)$/viewopti.obj \
- $(SLO)$/zforauto.obj
-
-# [kh] POWERPC compiler problem
-.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCPOWERPC"
-NOOPTFILES= \
- $(SLO)$/subtotal.obj
-.ENDIF
-
-.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC"
-NOOPTFILES= \
- $(SLO)$/interpr2.obj \
- $(SLO)$/interpr4.obj \
- $(SLO)$/token.obj \
- $(SLO)$/chartarr.obj
-.ENDIF
-
-.IF "$(GUI)"=="OS2"
-NOOPTFILES= \
- $(SLO)$/interpr6.obj
-.ENDIF
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
-# avoid quotung problems
-$(INCCOM)$/osversiondef.hxx :
- @@-$(RM) $@
- @$(TYPE) $(mktmp #define SC_INFO_OSVERSION "$(OS)") > $@
-
-$(SLO)$/interpr5.obj : $(INCCOM)$/osversiondef.hxx
-
diff --git a/sc/source/filter/dif/makefile.mk b/sc/source/filter/dif/makefile.mk
deleted file mode 100644
index 495a7ab..0000000
--- a/sc/source/filter/dif/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=dif
-
-AUTOSEG=true
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/difimp.obj \
- $(SLO)$/difexp.obj
-
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/filter/excel/makefile.mk b/sc/source/filter/excel/makefile.mk
deleted file mode 100644
index 636181c..0000000
--- a/sc/source/filter/excel/makefile.mk
+++ /dev/null
@@ -1,117 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=excel
-
-AUTOSEG=true
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC"
-NOOPTFILES = \
- $(SLO)$/xiescher.obj
-.ENDIF
-
-EXCEPTIONSFILES = \
- $(SLO)$/colrowst.obj \
- $(SLO)$/excdoc.obj \
- $(SLO)$/excel.obj \
- $(SLO)$/excform.obj \
- $(SLO)$/excform8.obj \
- $(SLO)$/excimp8.obj \
- $(SLO)$/excrecds.obj \
- $(SLO)$/exctools.obj \
- $(SLO)$/expop2.obj \
- $(SLO)$/fontbuff.obj \
- $(SLO)$/frmbase.obj \
- $(SLO)$/impop.obj \
- $(SLO)$/namebuff.obj \
- $(SLO)$/read.obj \
- $(SLO)$/tokstack.obj \
- $(SLO)$/xechart.obj \
- $(SLO)$/xecontent.obj \
- $(SLO)$/xeescher.obj \
- $(SLO)$/xeformula.obj \
- $(SLO)$/xehelper.obj \
- $(SLO)$/xelink.obj \
- $(SLO)$/xename.obj \
- $(SLO)$/xepage.obj \
- $(SLO)$/xepivot.obj \
- $(SLO)$/xerecord.obj \
- $(SLO)$/xeroot.obj \
- $(SLO)$/xestream.obj \
- $(SLO)$/xestring.obj \
- $(SLO)$/xestyle.obj \
- $(SLO)$/xetable.obj \
- $(SLO)$/xeview.obj \
- $(SLO)$/xichart.obj \
- $(SLO)$/xicontent.obj \
- $(SLO)$/xiescher.obj \
- $(SLO)$/xiformula.obj \
- $(SLO)$/xihelper.obj \
- $(SLO)$/xilink.obj \
- $(SLO)$/xiname.obj \
- $(SLO)$/xipage.obj \
- $(SLO)$/xipivot.obj \
- $(SLO)$/xiroot.obj \
- $(SLO)$/xistream.obj \
- $(SLO)$/xistring.obj \
- $(SLO)$/xistyle.obj \
- $(SLO)$/xiview.obj \
- $(SLO)$/xladdress.obj \
- $(SLO)$/xlchart.obj \
- $(SLO)$/xlescher.obj \
- $(SLO)$/xlformula.obj \
- $(SLO)$/xlpage.obj \
- $(SLO)$/xlpivot.obj \
- $(SLO)$/xlroot.obj \
- $(SLO)$/xlstyle.obj \
- $(SLO)$/xltoolbar.obj \
- $(SLO)$/xltools.obj \
- $(SLO)$/xltracer.obj \
- $(SLO)$/xlview.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/filter/ftools/makefile.mk b/sc/source/filter/ftools/makefile.mk
deleted file mode 100644
index 39c6984..0000000
--- a/sc/source/filter/ftools/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=ftools
-
-AUTOSEG=true
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/fapihelper.obj \
- $(SLO)$/fprogressbar.obj \
- $(SLO)$/ftools.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/filter/html/makefile.mk b/sc/source/filter/html/makefile.mk
deleted file mode 100644
index cb6312b..0000000
--- a/sc/source/filter/html/makefile.mk
+++ /dev/null
@@ -1,59 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=html
-
-AUTOSEG=true
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/htmlexp.obj \
- $(SLO)$/htmlexp2.obj \
- $(SLO)$/htmlimp.obj \
- $(SLO)$/htmlpars.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/filter/inc/makefile.mk b/sc/source/filter/inc/makefile.mk
deleted file mode 100644
index 1b35ca4..0000000
--- a/sc/source/filter/inc/makefile.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
diff --git a/sc/source/filter/lotus/makefile.mk b/sc/source/filter/lotus/makefile.mk
deleted file mode 100644
index 96e0133..0000000
--- a/sc/source/filter/lotus/makefile.mk
+++ /dev/null
@@ -1,67 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=lotus
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-AUTOSEG=true
-
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES) \
- $(SLO)$/optab.obj
-
-EXCEPTIONSFILES = \
- $(SLO)$/expop.obj \
- $(SLO)$/export.obj \
- $(SLO)$/filter.obj \
- $(SLO)$/lotattr.obj \
- $(SLO)$/lotform.obj \
- $(SLO)$/lotimpop.obj \
- $(SLO)$/lotread.obj \
- $(SLO)$/lotus.obj \
- $(SLO)$/memory.obj \
- $(SLO)$/op.obj \
- $(SLO)$/tool.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/filter/qpro/makefile.mk b/sc/source/filter/qpro/makefile.mk
deleted file mode 100644
index f5e66ea..0000000
--- a/sc/source/filter/qpro/makefile.mk
+++ /dev/null
@@ -1,58 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=qpro
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-AUTOSEG=true
-
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/biff.obj \
- $(SLO)$/qpro.obj \
- $(SLO)$/qproform.obj \
- $(SLO)$/qprostyle.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/filter/rtf/makefile.mk b/sc/source/filter/rtf/makefile.mk
deleted file mode 100644
index 3aa6dbe..0000000
--- a/sc/source/filter/rtf/makefile.mk
+++ /dev/null
@@ -1,60 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=rtf
-
-AUTOSEG=true
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/eeimpars.obj \
- $(SLO)$/expbase.obj \
- $(SLO)$/rtfexp.obj \
- $(SLO)$/rtfimp.obj \
- $(SLO)$/rtfparse.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/filter/starcalc/makefile.mk b/sc/source/filter/starcalc/makefile.mk
deleted file mode 100644
index a9c06eb..0000000
--- a/sc/source/filter/starcalc/makefile.mk
+++ /dev/null
@@ -1,57 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=scflt
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-AUTOSEG=true
-
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/scflt.obj \
- $(SLO)$/scfobj.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/filter/xcl97/makefile.mk b/sc/source/filter/xcl97/makefile.mk
deleted file mode 100644
index 0ce4670..0000000
--- a/sc/source/filter/xcl97/makefile.mk
+++ /dev/null
@@ -1,59 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=xcl97
-
-AUTOSEG=true
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/XclImpChangeTrack.obj \
- $(SLO)$/XclExpChangeTrack.obj \
- $(SLO)$/xcl97esc.obj \
- $(SLO)$/xcl97rec.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/filter/xml/makefile.mk b/sc/source/filter/xml/makefile.mk
deleted file mode 100644
index 777d68c..0000000
--- a/sc/source/filter/xml/makefile.mk
+++ /dev/null
@@ -1,108 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=xml
-
-ENABLE_EXCEPTIONS=TRUE
-
-AUTOSEG=true
-
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=filt_pch
-PROJECTPCHSOURCE=..\pch\filt_pch
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/sheetdata.obj \
- $(SLO)$/cachedattraccess.obj \
- $(SLO)$/xmlwrap.obj \
- $(SLO)$/xmlimprt.obj \
- $(SLO)$/xmlexprt.obj \
- $(SLO)$/xmlbodyi.obj \
- $(SLO)$/xmltabi.obj \
- $(SLO)$/xmlexternaltabi.obj \
- $(SLO)$/xmlrowi.obj \
- $(SLO)$/xmlcelli.obj \
- $(SLO)$/xmlconti.obj \
- $(SLO)$/xmlcoli.obj \
- $(SLO)$/xmlsubti.obj \
- $(SLO)$/xmlnexpi.obj \
- $(SLO)$/xmldrani.obj \
- $(SLO)$/xmlfilti.obj \
- $(SLO)$/xmlsorti.obj \
- $(SLO)$/xmlstyle.obj \
- $(SLO)$/xmlstyli.obj \
- $(SLO)$/xmldpimp.obj \
- $(SLO)$/xmlannoi.obj \
- $(SLO)$/xmlsceni.obj \
- $(SLO)$/xmlcvali.obj \
- $(SLO)$/XMLTableMasterPageExport.obj \
- $(SLO)$/xmllabri.obj \
- $(SLO)$/XMLTableHeaderFooterContext.obj \
- $(SLO)$/XMLDetectiveContext.obj \
- $(SLO)$/XMLCellRangeSourceContext.obj \
- $(SLO)$/XMLConsolidationContext.obj \
- $(SLO)$/XMLConverter.obj \
- $(SLO)$/XMLExportIterator.obj \
- $(SLO)$/XMLColumnRowGroupExport.obj \
- $(SLO)$/XMLStylesExportHelper.obj \
- $(SLO)$/XMLStylesImportHelper.obj \
- $(SLO)$/XMLExportDataPilot.obj \
- $(SLO)$/XMLExportDatabaseRanges.obj \
- $(SLO)$/XMLTableShapeImportHelper.obj \
- $(SLO)$/XMLTableShapesContext.obj \
- $(SLO)$/XMLExportDDELinks.obj \
- $(SLO)$/XMLDDELinksContext.obj \
- $(SLO)$/XMLCalculationSettingsContext.obj \
- $(SLO)$/XMLTableSourceContext.obj \
- $(SLO)$/XMLTextPContext.obj \
- $(SLO)$/XMLTableShapeResizer.obj \
- $(SLO)$/XMLChangeTrackingExportHelper.obj \
- $(SLO)$/xmlfonte.obj \
- $(SLO)$/XMLChangeTrackingImportHelper.obj \
- $(SLO)$/XMLTrackedChangesContext.obj \
- $(SLO)$/XMLExportSharedData.obj \
- $(SLO)$/XMLEmptyContext.obj \
- $(SLO)$/XMLCodeNameProvider.obj
-
-
-NOOPTFILES= \
- $(SLO)$/xmlcvali.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/Accessibility/makefile.mk b/sc/source/ui/Accessibility/makefile.mk
deleted file mode 100644
index 49f3fb1..0000000
--- a/sc/source/ui/Accessibility/makefile.mk
+++ /dev/null
@@ -1,72 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=accessibility
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES= \
- $(SLO)$/AccessibleCell.obj \
- $(SLO)$/AccessibleCellBase.obj \
- $(SLO)$/AccessibleContextBase.obj \
- $(SLO)$/AccessibleCsvControl.obj \
- $(SLO)$/AccessibleDataPilotControl.obj \
- $(SLO)$/AccessibleDocument.obj \
- $(SLO)$/AccessibleDocumentBase.obj \
- $(SLO)$/AccessibleDocumentPagePreview.obj \
- $(SLO)$/AccessibleEditObject.obj \
- $(SLO)$/AccessibleFilterMenu.obj \
- $(SLO)$/AccessibleFilterMenuItem.obj \
- $(SLO)$/AccessibleFilterTopWindow.obj \
- $(SLO)$/AccessibleGlobal.obj \
- $(SLO)$/AccessibilityHints.obj \
- $(SLO)$/AccessiblePageHeader.obj \
- $(SLO)$/AccessiblePageHeaderArea.obj \
- $(SLO)$/AccessiblePreviewCell.obj \
- $(SLO)$/AccessiblePreviewHeaderCell.obj \
- $(SLO)$/AccessiblePreviewTable.obj \
- $(SLO)$/AccessibleSpreadsheet.obj \
- $(SLO)$/AccessibleTableBase.obj \
- $(SLO)$/AccessibleText.obj \
- $(SLO)$/DrawModelBroadcaster.obj \
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
-
diff --git a/sc/source/ui/app/makefile.mk b/sc/source/ui/app/makefile.mk
deleted file mode 100644
index 56fbbae..0000000
--- a/sc/source/ui/app/makefile.mk
+++ /dev/null
@@ -1,64 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=app
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES) \
- $(SLO)$/msgpool.obj \
- $(SLO)$/rfindlst.obj
-
-EXCEPTIONSFILES= \
- $(SLO)$/client.obj \
- $(SLO)$/drwtrans.obj \
- $(SLO)$/inputhdl.obj \
- $(SLO)$/inputwin.obj \
- $(SLO)$/lnktrans.obj \
- $(SLO)$/scdll.obj \
- $(SLO)$/scmod.obj \
- $(SLO)$/scmod2.obj \
- $(SLO)$/seltrans.obj \
- $(SLO)$/typemap.obj \
- $(SLO)$/transobj.obj \
- $(SLO)$/uiitems.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
-$(SRS)$/app.srs: $(SOLARINCDIR)$/svx$/globlmn.hrc
-
diff --git a/sc/source/ui/attrdlg/makefile.mk b/sc/source/ui/attrdlg/makefile.mk
deleted file mode 100644
index a979840..0000000
--- a/sc/source/ui/attrdlg/makefile.mk
+++ /dev/null
@@ -1,65 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=attrdlg
-LIBTARGET=no
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-CXXFILES = attrdlg.cxx \
- tabpages.cxx \
- condfrmt.cxx
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/attrdlg.obj \
- $(SLO)$/condfrmt.obj \
- $(SLO)$/scabstdlg.obj \
- $(SLO)$/scdlgfact.obj \
- $(SLO)$/scuiexp.obj \
- $(SLO)$/tabpages.obj
-
-LIB1TARGET = $(SLB)$/$(TARGET).lib
-
-LIB1OBJFILES = \
- $(SLO)$/condfrmt.obj \
- $(SLO)$/scabstdlg.obj
-
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/sc/source/ui/cctrl/makefile.mk b/sc/source/ui/cctrl/makefile.mk
deleted file mode 100644
index 41598f7..0000000
--- a/sc/source/ui/cctrl/makefile.mk
+++ /dev/null
@@ -1,68 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=cctrl
-LIBTARGET=NO
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-EXCEPTIONSFILES= \
- $(SLO)$/cbuttonw.obj \
- $(SLO)$/dpcontrol.obj \
- $(SLO)$/editfield.obj \
- $(SLO)$/tbinsert.obj \
- $(SLO)$/tbzoomsliderctrl.obj
-
-SLOFILES = \
- $(SLO)$/dpcontrol.obj \
- $(SLO)$/popmenu.obj \
- $(EXCEPTIONSFILES)
-
-SRS1NAME=$(TARGET)
-SRC1FILES = \
- dpcontrol.src
-
-LIB1TARGET=$(SLB)$/$(TARGET).lib
-LIB1OBJFILES= \
- $(SLO)$/popmenu.obj \
- $(SLO)$/tbinsert.obj \
- $(SLO)$/cbuttonw.obj \
- $(SLO)$/dpcontrol.obj \
- $(SLO)$/tbzoomsliderctrl.obj
-
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/sc/source/ui/dbgui/makefile.mk b/sc/source/ui/dbgui/makefile.mk
deleted file mode 100644
index 33b8cdb..0000000
--- a/sc/source/ui/dbgui/makefile.mk
+++ /dev/null
@@ -1,112 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=dbgui
-LIBTARGET=no
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES= \
- $(SLO)$/asciiopt.obj \
- $(SLO)$/consdlg.obj \
- $(SLO)$/csvcontrol.obj \
- $(SLO)$/csvgrid.obj \
- $(SLO)$/csvruler.obj \
- $(SLO)$/csvsplits.obj \
- $(SLO)$/csvtablebox.obj \
- $(SLO)$/dapidata.obj \
- $(SLO)$/dapitype.obj \
- $(SLO)$/dbnamdlg.obj \
- $(SLO)$/dpgroupdlg.obj \
- $(SLO)$/expftext.obj \
- $(SLO)$/fieldwnd.obj \
- $(SLO)$/filtdlg.obj \
- $(SLO)$/foptmgr.obj \
- $(SLO)$/imoptdlg.obj \
- $(SLO)$/pfiltdlg.obj \
- $(SLO)$/pvfundlg.obj \
- $(SLO)$/pvlaydlg.obj \
- $(SLO)$/scendlg.obj \
- $(SLO)$/scuiasciiopt.obj \
- $(SLO)$/scuiimoptdlg.obj \
- $(SLO)$/sfiltdlg.obj \
- $(SLO)$/sortdlg.obj \
- $(SLO)$/subtdlg.obj \
- $(SLO)$/textimportoptions.obj \
- $(SLO)$/tpsort.obj \
- $(SLO)$/tpsubt.obj \
- $(SLO)$/validate.obj
-
-SRS1NAME=$(TARGET)
-SRC1FILES = \
- textimportoptions.src \
- pivot.src \
- pvfundlg.src \
- dpgroupdlg.src \
- dapitype.src \
- consdlg.src \
- scendlg.src \
- imoptdlg.src \
- validate.src \
- asciiopt.src \
- outline.src
-
-LIB1TARGET = $(SLB)$/$(TARGET).lib
-
-LIB1OBJFILES = \
- $(SLO)$/filtdlg.obj \
- $(SLO)$/sfiltdlg.obj \
- $(SLO)$/foptmgr.obj \
- $(SLO)$/dbnamdlg.obj \
- $(SLO)$/expftext.obj \
- $(SLO)$/fieldwnd.obj \
- $(SLO)$/pvlaydlg.obj \
- $(SLO)$/consdlg.obj \
- $(SLO)$/imoptdlg.obj \
- $(SLO)$/csvsplits.obj \
- $(SLO)$/csvcontrol.obj \
- $(SLO)$/csvruler.obj \
- $(SLO)$/csvgrid.obj \
- $(SLO)$/csvtablebox.obj \
- $(SLO)$/asciiopt.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
-
diff --git a/sc/source/ui/docshell/makefile.mk b/sc/source/ui/docshell/makefile.mk
deleted file mode 100644
index 6736362..0000000
--- a/sc/source/ui/docshell/makefile.mk
+++ /dev/null
@@ -1,133 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=docshell
-LIBTARGET=no
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-CXXFILES = \
- docsh.cxx \
- docsh2.cxx \
- docsh3.cxx \
- docsh4.cxx \
- docsh5.cxx \
- docsh6.cxx \
- docsh7.cxx \
- docsh8.cxx \
- externalrefmgr.cxx \
- tablink.cxx \
- arealink.cxx \
- dbdocfun.cxx \
- dbdocimp.cxx \
- impex.cxx \
- docfunc.cxx \
- olinefun.cxx \
- servobj.cxx \
- tpstat.cxx \
- autostyl.cxx \
- pagedata.cxx \
- hiranges.cxx \
- pntlock.cxx \
- sizedev.cxx \
- editable.cxx
-
-
-SLOFILES = \
- $(EXCEPTIONSFILES) \
- $(SLO)$/hiranges.obj \
- $(SLO)$/pagedata.obj \
- $(SLO)$/pntlock.obj
-
-
-EXCEPTIONSFILES= \
- $(SLO)$/arealink.obj \
- $(SLO)$/autostyl.obj \
- $(SLO)$/dbdocfun.obj \
- $(SLO)$/dbdocimp.obj \
- $(SLO)$/docfunc.obj \
- $(SLO)$/docsh.obj \
- $(SLO)$/docsh2.obj \
- $(SLO)$/docsh3.obj \
- $(SLO)$/docsh4.obj \
- $(SLO)$/docsh5.obj \
- $(SLO)$/docsh6.obj \
- $(SLO)$/docsh7.obj \
- $(SLO)$/docsh8.obj \
- $(SLO)$/editable.obj \
- $(SLO)$/externalrefmgr.obj \
- $(SLO)$/impex.obj \
- $(SLO)$/macromgr.obj \
- $(SLO)$/olinefun.obj \
- $(SLO)$/servobj.obj \
- $(SLO)$/sizedev.obj \
- $(SLO)$/tablink.obj \
- $(SLO)$/tpstat.obj
-
-SRS1NAME=$(TARGET)
-SRC1FILES = tpstat.src
-
-LIB1TARGET = $(SLB)$/$(TARGET).lib
-
-LIB1OBJFILES = \
- $(SLO)$/docsh.obj \
- $(SLO)$/docsh2.obj \
- $(SLO)$/docsh3.obj \
- $(SLO)$/docsh4.obj \
- $(SLO)$/docsh5.obj \
- $(SLO)$/docsh6.obj \
- $(SLO)$/docsh7.obj \
- $(SLO)$/docsh8.obj \
- $(SLO)$/externalrefmgr.obj \
- $(SLO)$/tablink.obj \
- $(SLO)$/arealink.obj \
- $(SLO)$/dbdocfun.obj \
- $(SLO)$/dbdocimp.obj \
- $(SLO)$/impex.obj \
- $(SLO)$/docfunc.obj \
- $(SLO)$/olinefun.obj \
- $(SLO)$/servobj.obj \
- $(SLO)$/autostyl.obj \
- $(SLO)$/pagedata.obj \
- $(SLO)$/hiranges.obj \
- $(SLO)$/pntlock.obj \
- $(SLO)$/sizedev.obj \
- $(SLO)$/editable.obj \
- $(SLO)$/macromgr.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/drawfunc/makefile.mk b/sc/source/ui/drawfunc/makefile.mk
deleted file mode 100644
index 41aa763..0000000
--- a/sc/source/ui/drawfunc/makefile.mk
+++ /dev/null
@@ -1,84 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=drawfunc
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SRS1NAME=$(TARGET)
-SRC1FILES = \
- objdraw.src\
- drformsh.src
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES= \
- $(SLO)$/chartsh.obj \
- $(SLO)$/drawsh.obj \
- $(SLO)$/drawsh2.obj \
- $(SLO)$/drawsh4.obj \
- $(SLO)$/drawsh5.obj \
- $(SLO)$/drformsh.obj \
- $(SLO)$/drtxtob.obj \
- $(SLO)$/drtxtob1.obj \
- $(SLO)$/drtxtob2.obj \
- $(SLO)$/fuconarc.obj \
- $(SLO)$/fuconcustomshape.obj \
- $(SLO)$/fuconpol.obj \
- $(SLO)$/fuconrec.obj \
- $(SLO)$/fuconstr.obj \
- $(SLO)$/fuconuno.obj \
- $(SLO)$/fudraw.obj \
- $(SLO)$/fuins1.obj \
- $(SLO)$/fuins2.obj \
- $(SLO)$/fumark.obj \
- $(SLO)$/fupoor.obj \
- $(SLO)$/fusel.obj \
- $(SLO)$/fusel2.obj \
- $(SLO)$/futext.obj \
- $(SLO)$/futext2.obj \
- $(SLO)$/futext3.obj \
- $(SLO)$/graphsh.obj \
- $(SLO)$/mediash.obj \
- $(SLO)$/oleobjsh.obj
-
-NOOPTFILES=\
- $(SLO)$/fusel.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/formdlg/makefile.mk b/sc/source/ui/formdlg/makefile.mk
deleted file mode 100644
index 4440aba..0000000
--- a/sc/source/ui/formdlg/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=formdlgs
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES) \
- $(SLO)$/formdata.obj
-
-EXCEPTIONSFILES = \
- $(SLO)$/dwfunctr.obj \
- $(SLO)$/formula.obj \
- $(SLO)$/privsplt.obj
-
-SRS1NAME=$(TARGET)
-SRC1FILES = \
- dwfunctr.src
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/inc/makefile.mk b/sc/source/ui/inc/makefile.mk
deleted file mode 100644
index 1b35ca4..0000000
--- a/sc/source/ui/inc/makefile.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
diff --git a/sc/source/ui/miscdlgs/makefile.mk b/sc/source/ui/miscdlgs/makefile.mk
deleted file mode 100644
index 403c982..0000000
--- a/sc/source/ui/miscdlgs/makefile.mk
+++ /dev/null
@@ -1,118 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=miscdlgs
-LIBTARGET=no
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/acredlin.obj \
- $(SLO)$/anyrefdg.obj \
- $(SLO)$/autofmt.obj \
- $(SLO)$/conflictsdlg.obj \
- $(SLO)$/crdlg.obj \
- $(SLO)$/crnrdlg.obj \
- $(SLO)$/datafdlg.obj \
- $(SLO)$/delcldlg.obj \
- $(SLO)$/delcodlg.obj \
- $(SLO)$/filldlg.obj \
- $(SLO)$/groupdlg.obj \
- $(SLO)$/highred.obj \
- $(SLO)$/inscldlg.obj \
- $(SLO)$/inscodlg.obj \
- $(SLO)$/instbdlg.obj \
- $(SLO)$/lbseldlg.obj \
- $(SLO)$/linkarea.obj \
- $(SLO)$/mtrindlg.obj \
- $(SLO)$/mvtabdlg.obj \
- $(SLO)$/namecrea.obj \
- $(SLO)$/namepast.obj \
- $(SLO)$/optsolver.obj \
- $(SLO)$/protectiondlg.obj \
- $(SLO)$/redcom.obj \
- $(SLO)$/retypepassdlg.obj \
- $(SLO)$/scuiautofmt.obj \
- $(SLO)$/sharedocdlg.obj \
- $(SLO)$/shtabdlg.obj \
- $(SLO)$/simpref.obj \
- $(SLO)$/solveroptions.obj \
- $(SLO)$/solverutil.obj \
- $(SLO)$/solvrdlg.obj \
- $(SLO)$/strindlg.obj \
- $(SLO)$/tabbgcolordlg.obj \
- $(SLO)$/tabopdlg.obj \
- $(SLO)$/textdlgs.obj \
- $(SLO)$/warnbox.obj
-
-SRS1NAME=$(TARGET)
-SRC1FILES = \
- instbdlg.src \
- acredlin.src \
- highred.src \
- linkarea.src \
- conflictsdlg.src \
- sharedocdlg.src \
- protectiondlg.src \
- retypepassdlg.src
-
-LIB1TARGET = $(SLB)$/$(TARGET).lib
-
-LIB1OBJFILES = \
- $(SLO)$/autofmt.obj \
- $(SLO)$/solvrdlg.obj \
- $(SLO)$/optsolver.obj \
- $(SLO)$/solveroptions.obj \
- $(SLO)$/solverutil.obj \
- $(SLO)$/tabopdlg.obj \
- $(SLO)$/anyrefdg.obj \
- $(SLO)$/crnrdlg.obj \
- $(SLO)$/acredlin.obj \
- $(SLO)$/highred.obj \
- $(SLO)$/simpref.obj \
- $(SLO)$/redcom.obj \
- $(SLO)$/warnbox.obj \
- $(SLO)$/conflictsdlg.obj \
- $(SLO)$/sharedocdlg.obj \
- $(SLO)$/protectiondlg.obj \
- $(SLO)$/retypepassdlg.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/namedlg/makefile.mk b/sc/source/ui/namedlg/makefile.mk
deleted file mode 100644
index f9cd60d..0000000
--- a/sc/source/ui/namedlg/makefile.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=namedlg
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-CXXFILES = \
- namedlg.cxx
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/namedlg.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/navipi/makefile.mk b/sc/source/ui/navipi/makefile.mk
deleted file mode 100644
index 1ce4df4..0000000
--- a/sc/source/ui/navipi/makefile.mk
+++ /dev/null
@@ -1,55 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=navipi
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/content.obj \
- $(SLO)$/navcitem.obj \
- $(SLO)$/navipi.obj \
- $(SLO)$/scenwnd.obj
-
-SRS1NAME=$(TARGET)
-SRC1FILES = navipi.src
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/optdlg/makefile.mk b/sc/source/ui/optdlg/makefile.mk
deleted file mode 100644
index b2be3b5..0000000
--- a/sc/source/ui/optdlg/makefile.mk
+++ /dev/null
@@ -1,64 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=optdlg
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-CXXFILES = \
- tpusrlst.cxx \
- tpview.cxx \
- tpcalc.cxx \
- tpformula.cxx \
- tpprint.cxx \
- opredlin.cxx
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES= \
- $(SLO)$/opredlin.obj \
- $(SLO)$/tpcalc.obj \
- $(SLO)$/tpcompatibility.obj \
- $(SLO)$/tpformula.obj \
- $(SLO)$/tpprint.obj \
- $(SLO)$/tpusrlst.obj \
- $(SLO)$/tpview.obj
-
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/pagedlg/makefile.mk b/sc/source/ui/pagedlg/makefile.mk
deleted file mode 100644
index a7984f7..0000000
--- a/sc/source/ui/pagedlg/makefile.mk
+++ /dev/null
@@ -1,74 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=pagedlg
-LIBTARGET=no
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-CXXFILES = \
- areasdlg.cxx \
- hfedtdlg.cxx \
- tptable.cxx \
- tphf.cxx \
- tphfedit.cxx
-
-
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/areasdlg.obj \
- $(SLO)$/hfedtdlg.obj \
- $(SLO)$/scuitphfedit.obj \
- $(SLO)$/tphf.obj \
- $(SLO)$/tphfedit.obj \
- $(SLO)$/tptable.obj \
-
-SRS1NAME=$(TARGET)
-SRC1FILES = pagedlg.src \
- hfedtdlg.src \
- tphf.src
-
-LIB1TARGET = $(SLB)$/$(TARGET).lib
-
-LIB1OBJFILES = \
- $(SLO)$/areasdlg.obj \
- $(SLO)$/tphfedit.obj
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/src/makefile.mk b/sc/source/ui/src/makefile.mk
deleted file mode 100644
index e1974ed..0000000
--- a/sc/source/ui/src/makefile.mk
+++ /dev/null
@@ -1,76 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=ui
-
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SRS1NAME=$(TARGET)
-SRC1FILES = \
- sc.src \
- pseudo.src \
- popup.src \
- toolbox.src \
- scstring.src \
- attrdlg.src \
- sortdlg.src \
- filter.src \
- namedlg.src \
- dbnamdlg.src \
- subtdlg.src \
- miscdlgs.src \
- datafdlg.src \
- autofmt.src \
- solvrdlg.src \
- optsolver.src \
- solveroptions.src \
- tabopdlg.src \
- hdrcont.src \
- globstr.src \
- optdlg.src \
- scerrors.src \
- textdlgs.src \
- scfuncs.src \
- crnrdlg.src \
- condfrmt.src \
- opredlin.src \
- simpref.src
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
-$(SRS)$/ui.srs: $(SOLARINCDIR)$/svx$/globlmn.hrc
-
diff --git a/sc/source/ui/styleui/makefile.mk b/sc/source/ui/styleui/makefile.mk
deleted file mode 100644
index 16cdb2e..0000000
--- a/sc/source/ui/styleui/makefile.mk
+++ /dev/null
@@ -1,58 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=styleui
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-CXXFILES = \
- styledlg.cxx
-
-SLOFILES = \
- $(EXCEPTIONSFILES)
-
-EXCEPTIONSFILES = \
- $(SLO)$/styledlg.obj \
-
-SRS1NAME=$(TARGET)
-SRC1FILES = \
- scstyles.src \
- styledlg.src
-
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/undo/makefile.mk b/sc/source/ui/undo/makefile.mk
deleted file mode 100644
index 8dcc345..0000000
--- a/sc/source/ui/undo/makefile.mk
+++ /dev/null
@@ -1,82 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=undo
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-CXXFILES = \
- target.cxx \
- refundo.cxx \
- areasave.cxx \
- undobase.cxx \
- undoutil.cxx \
- undocell.cxx \
- undostyl.cxx \
- undoolk.cxx \
- undoblk.cxx \
- undoblk2.cxx \
- undoblk3.cxx \
- undodat.cxx \
- undodraw.cxx \
- undorangename.cxx \
- undotab.cxx
-
-
-
-SLOFILES = \
- $(EXCEPTIONSFILES) \
- $(SLO)$/target.obj
-
-EXCEPTIONSFILES= \
- $(SLO)$/areasave.obj \
- $(SLO)$/refundo.obj \
- $(SLO)$/undobase.obj \
- $(SLO)$/undoblk.obj \
- $(SLO)$/undoblk2.obj \
- $(SLO)$/undoblk3.obj \
- $(SLO)$/undocell.obj \
- $(SLO)$/undodat.obj \
- $(SLO)$/undodraw.obj \
- $(SLO)$/undoolk.obj \
- $(SLO)$/undostyl.obj \
- $(SLO)$/undorangename.obj \
- $(SLO)$/undotab.obj \
- $(SLO)$/undoutil.obj
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/unoobj/makefile.mk b/sc/source/ui/unoobj/makefile.mk
deleted file mode 100644
index f80f74f..0000000
--- a/sc/source/ui/unoobj/makefile.mk
+++ /dev/null
@@ -1,117 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=unoobj
-
-LIBTARGET=NO
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-SLO1FILES = \
- $(SLO)$/docuno.obj \
- $(SLO)$/servuno.obj \
- $(SLO)$/defltuno.obj \
- $(SLO)$/drdefuno.obj \
- $(SLO)$/cellsuno.obj \
- $(SLO)$/tokenuno.obj \
- $(SLO)$/textuno.obj \
- $(SLO)$/notesuno.obj \
- $(SLO)$/cursuno.obj \
- $(SLO)$/srchuno.obj \
- $(SLO)$/fielduno.obj \
- $(SLO)$/miscuno.obj \
- $(SLO)$/optuno.obj \
- $(SLO)$/appluno.obj \
- $(SLO)$/funcuno.obj \
- $(SLO)$/nameuno.obj \
- $(SLO)$/viewuno.obj \
- $(SLO)$/dispuno.obj \
- $(SLO)$/datauno.obj \
- $(SLO)$/dapiuno.obj \
- $(SLO)$/chartuno.obj \
- $(SLO)$/chart2uno.obj \
- $(SLO)$/shapeuno.obj \
- $(SLO)$/pageuno.obj \
- $(SLO)$/forbiuno.obj \
- $(SLO)$/styleuno.obj \
- $(SLO)$/afmtuno.obj \
- $(SLO)$/fmtuno.obj \
- $(SLO)$/linkuno.obj \
- $(SLO)$/targuno.obj \
- $(SLO)$/convuno.obj \
- $(SLO)$/editsrc.obj \
- $(SLO)$/confuno.obj \
- $(SLO)$/filtuno.obj \
- $(SLO)$/unodoc.obj \
- $(SLO)$/addruno.obj \
- $(SLO)$/eventuno.obj \
- $(SLO)$/listenercalls.obj \
- $(SLO)$/cellvaluebinding.obj \
- $(SLO)$/celllistsource.obj \
- $(SLO)$/warnpassword.obj \
- $(SLO)$/unoreflist.obj \
- $(SLO)$/ChartRangeSelectionListener.obj
-
-SLO2FILES = \
- $(SLO)$/scdetect.obj \
- $(SLO)$/detreg.obj
-
-SLOFILES = \
- $(SLO1FILES) \
- $(SLO2FILES)
-
-LIB1TARGET = \
- $(SLB)$/$(TARGET).lib
-
-LIB1OBJFILES = \
- $(SLO1FILES)
-
-.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC"
-NOOPTFILES= \
- $(SLO)$/cellsuno.obj
-.ENDIF
-
-# Work around bug in gcc 4.2 / 4.3, see
-# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35182
-.IF "$(COM)"=="GCC"
-NOOPTFILES+= \
- $(SLO)$/chart2uno.obj
-.ENDIF
-
-
-# --- Tagets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/vba/makefile.mk b/sc/source/ui/vba/makefile.mk
deleted file mode 100644
index bd355b1..0000000
--- a/sc/source/ui/vba/makefile.mk
+++ /dev/null
@@ -1,118 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=sc
-TARGET=vbaobj
-ENABLE_EXCEPTIONS=TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-DLLPRE =
-
-.IF "$(L10N_framework)"==""
-INCPRE=$(INCCOM)$/$(TARGET)
-
-# ------------------------------------------------------------------
-
-SLOFILES= \
- $(SLO)$/excelvbahelper.obj \
- $(SLO)$/service.obj \
- $(SLO)$/vbaapplication.obj \
- $(SLO)$/vbaassistant.obj \
- $(SLO)$/vbaaxes.obj \
- $(SLO)$/vbaaxis.obj \
- $(SLO)$/vbaaxistitle.obj \
- $(SLO)$/vbaborders.obj \
- $(SLO)$/vbacharacters.obj \
- $(SLO)$/vbachart.obj \
- $(SLO)$/vbachartobject.obj \
- $(SLO)$/vbachartobjects.obj \
- $(SLO)$/vbacharttitle.obj \
- $(SLO)$/vbacomment.obj \
- $(SLO)$/vbacomments.obj \
- $(SLO)$/vbacommentshape.obj \
- $(SLO)$/vbacondition.obj \
- $(SLO)$/vbadialog.obj \
- $(SLO)$/vbadialogs.obj \
- $(SLO)$/vbaeventshelper.obj \
- $(SLO)$/vbafiledialog.obj \
- $(SLO)$/vbafiledialogselecteditems.obj \
- $(SLO)$/vbafilesearch.obj \
- $(SLO)$/vbafont.obj \
- $(SLO)$/vbaformat.obj \
- $(SLO)$/vbaformatcondition.obj \
- $(SLO)$/vbaformatconditions.obj \
- $(SLO)$/vbafoundfiles.obj \
- $(SLO)$/vbaglobals.obj \
- $(SLO)$/vbahyperlink.obj \
- $(SLO)$/vbahyperlinks.obj \
- $(SLO)$/vbainterior.obj \
- $(SLO)$/vbamenubar.obj \
- $(SLO)$/vbamenubars.obj \
- $(SLO)$/vbamenu.obj \
- $(SLO)$/vbamenus.obj \
- $(SLO)$/vbamenuitem.obj \
- $(SLO)$/vbamenuitems.obj \
- $(SLO)$/vbaname.obj \
- $(SLO)$/vbanames.obj \
- $(SLO)$/vbaoleobject.obj \
- $(SLO)$/vbaoleobjects.obj \
- $(SLO)$/vbaoutline.obj \
- $(SLO)$/vbapagebreak.obj \
- $(SLO)$/vbapagebreaks.obj \
- $(SLO)$/vbapagesetup.obj \
- $(SLO)$/vbapalette.obj \
- $(SLO)$/vbapane.obj \
- $(SLO)$/vbapivotcache.obj \
- $(SLO)$/vbapivottable.obj \
- $(SLO)$/vbapivottables.obj \
- $(SLO)$/vbaquerytable.obj \
- $(SLO)$/vbarange.obj \
- $(SLO)$/vbasheetobject.obj \
- $(SLO)$/vbasheetobjects.obj \
- $(SLO)$/vbastyle.obj \
- $(SLO)$/vbastyles.obj \
- $(SLO)$/vbatextboxshape.obj \
- $(SLO)$/vbatextframe.obj \
- $(SLO)$/vbavalidation.obj \
- $(SLO)$/vbawindow.obj \
- $(SLO)$/vbawindows.obj \
- $(SLO)$/vbaworkbook.obj \
- $(SLO)$/vbaworkbooks.obj \
- $(SLO)$/vbaworksheet.obj \
- $(SLO)$/vbaworksheets.obj \
- $(SLO)$/vbawsfunction.obj
-
-.ENDIF
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/sc/source/ui/vba/testvba/makefile.mk b/sc/source/ui/vba/testvba/makefile.mk
deleted file mode 100644
index c75f6f6..0000000
--- a/sc/source/ui/vba/testvba/makefile.mk
+++ /dev/null
@@ -1,62 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# 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.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..$/..$/
-
-PRJNAME=sc
-TARGET=testvba
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
... etc. - the rest is truncated
More information about the Libreoffice-commits
mailing list