diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-29 11:43:36 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-29 11:43:36 -0500 |
commit | e16b6a4b1317c179eedc019d9351419aa1b06997 (patch) | |
tree | 47b906b0321e9d955183ac8d2c70266b95d7ba91 | |
parent | 01b5772eed5c0ae880ec887a2a4dedd490f8b18a (diff) |
switch sc to gbuild
47 files changed, 1 insertions, 3493 deletions
diff --git a/sc/inc/makefile.mk b/sc/inc/makefile.mk deleted file mode 100644 index a3bcf2967..000000000 --- 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 8fb739747..ac021dfec 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 77e02ca12..e69de29bb 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 ac021dfec..000000000 --- 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 3308588ef..000000000 --- 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 658c81c4f..000000000 --- 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 e46c44621..000000000 --- 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 1b35ca495..000000000 --- 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 10da79821..000000000 --- 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 904f0d14d..000000000 --- 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 495a7ab5e..000000000 --- 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 636181c66..000000000 --- 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 39c6984d5..000000000 --- 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 cb6312b36..000000000 --- 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 1b35ca495..000000000 --- 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 96e0133af..000000000 --- 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 f5e66ea0e..000000000 --- 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 3aa6dbe8a..000000000 --- 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 a9c06eb14..000000000 --- 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 0ce467087..000000000 --- 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 777d68c08..000000000 --- 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 49f3fb1fb..000000000 --- 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 56fbbae43..000000000 --- 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 a979840b6..000000000 --- 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 41598f790..000000000 --- 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 33b8cdbfc..000000000 --- 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 6736362d9..000000000 --- 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 41aa76331..000000000 --- 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 4440abaf3..000000000 --- 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 1b35ca495..000000000 --- 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 403c98237..000000000 --- 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 f9cd60d00..000000000 --- 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 1ce4df4b4..000000000 --- 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 b2be3b5c0..000000000 --- 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 a7984f7d1..000000000 --- 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 e1974edab..000000000 --- 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 16cdb2e7b..000000000 --- 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 8dcc345cd..000000000 --- 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 f80f74f51..000000000 --- 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 bd355b184..000000000 --- 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 c75f6f632..000000000 --- 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 ----------------------------------------------------- - -.INCLUDE : settings.mk -DLLPRE = - -INCPRE=$(INCCOM)$/$(TARGET) -CDEFS+=-DVBA_OOBUILD_HACK - -# ------------------------------------------------------------------ - -SLOFILES= \ - $(SLO)$/testvba.obj \ - - -# --- Targets ------------------------------------------------------ - -APP1TARGET=testclient -APP1OBJS= $(SLOFILES) - -APP1STDLIBS=\ - $(SALLIB) \ - $(STDLIBCPP) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ - $(TOOLSLIB) \ - $(UNOTOOLSLIB) \ - -.INCLUDE : target.mk diff --git a/sc/source/ui/view/makefile.mk b/sc/source/ui/view/makefile.mk deleted file mode 100644 index f00db352c..000000000 --- a/sc/source/ui/view/makefile.mk +++ /dev/null @@ -1,154 +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=view - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files -------------------------------------------------------- -# drawattr.cxx fuer IDL (enums), sollte in den Svx gehen?? - - -SLOFILES = \ - $(EXCEPTIONSFILES) \ - $(SLO)$/cellmergeoption.obj - -EXCEPTIONSFILES= \ - $(SLO)$/auditsh.obj \ - $(SLO)$/cellsh.obj \ - $(SLO)$/cellsh1.obj \ - $(SLO)$/cellsh2.obj \ - $(SLO)$/cellsh3.obj \ - $(SLO)$/cellsh4.obj \ - $(SLO)$/colrowba.obj \ - $(SLO)$/dbfunc.obj \ - $(SLO)$/dbfunc2.obj \ - $(SLO)$/dbfunc3.obj \ - $(SLO)$/dbfunc4.obj \ - $(SLO)$/drawutil.obj \ - $(SLO)$/drawvie2.obj \ - $(SLO)$/drawvie3.obj \ - $(SLO)$/drawvie4.obj \ - $(SLO)$/drawview.obj \ - $(SLO)$/editsh.obj \ - $(SLO)$/formatsh.obj \ - $(SLO)$/galwrap.obj \ - $(SLO)$/gridmerg.obj \ - $(SLO)$/gridwin.obj \ - $(SLO)$/gridwin2.obj \ - $(SLO)$/gridwin3.obj \ - $(SLO)$/gridwin4.obj \ - $(SLO)$/gridwin5.obj \ - $(SLO)$/hdrcont.obj \ - $(SLO)$/hintwin.obj \ - $(SLO)$/imapwrap.obj \ - $(SLO)$/invmerge.obj \ - $(SLO)$/notemark.obj \ - $(SLO)$/olinewin.obj \ - $(SLO)$/olkact.obj \ - $(SLO)$/output.obj \ - $(SLO)$/output2.obj \ - $(SLO)$/output3.obj \ - $(SLO)$/overlayobject.obj \ - $(SLO)$/pfuncache.obj \ - $(SLO)$/pgbrksh.obj \ - $(SLO)$/pivotsh.obj \ - $(SLO)$/preview.obj \ - $(SLO)$/prevloc.obj \ - $(SLO)$/prevwsh.obj \ - $(SLO)$/prevwsh2.obj \ - $(SLO)$/printfun.obj \ - $(SLO)$/reffact.obj \ - $(SLO)$/scextopt.obj \ - $(SLO)$/select.obj \ - $(SLO)$/selectionstate.obj \ - $(SLO)$/spelldialog.obj \ - $(SLO)$/spelleng.obj \ - $(SLO)$/tabcont.obj \ - $(SLO)$/tabsplit.obj \ - $(SLO)$/tabview.obj \ - $(SLO)$/tabview2.obj \ - $(SLO)$/tabview3.obj \ - $(SLO)$/tabview4.obj \ - $(SLO)$/tabview5.obj \ - $(SLO)$/tabvwsh.obj \ - $(SLO)$/tabvwsh2.obj \ - $(SLO)$/tabvwsh3.obj \ - $(SLO)$/tabvwsh4.obj \ - $(SLO)$/tabvwsh5.obj \ - $(SLO)$/tabvwsh8.obj \ - $(SLO)$/tabvwsh9.obj \ - $(SLO)$/tabvwsha.obj \ - $(SLO)$/tabvwshb.obj \ - $(SLO)$/tabvwshc.obj \ - $(SLO)$/tabvwshd.obj \ - $(SLO)$/tabvwshe.obj \ - $(SLO)$/tabvwshf.obj \ - $(SLO)$/tabvwshg.obj \ - $(SLO)$/tabvwshh.obj \ - $(SLO)$/viewdata.obj \ - $(SLO)$/viewfun2.obj \ - $(SLO)$/viewfun3.obj \ - $(SLO)$/viewfun4.obj \ - $(SLO)$/viewfun5.obj \ - $(SLO)$/viewfun6.obj \ - $(SLO)$/viewfun7.obj \ - $(SLO)$/viewfunc.obj \ - $(SLO)$/viewutil.obj \ - $(SLO)$/waitoff.obj - -.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC" - NOOPTFILES= \ - $(SLO)$/drawview.obj \ - $(SLO)$/dbfunc2.obj \ - $(SLO)$/tabvwsh2.obj \ - $(SLO)$/viewfun4.obj \ - $(SLO)$/viewfun2.obj -.ELIF "$(OS)$(COM)$(CPUNAME)"=="SOLARISC52INTEL" - NOOPTFILES=\ - $(SLO)$/drawview.obj \ - $(SLO)$/dbfunc2.obj \ - $(SLO)$/tabvwsh2.obj -.ELSE - NOOPTFILES=\ - $(SLO)$/drawview.obj \ - $(SLO)$/dbfunc2.obj \ - $(SLO)$/tabvwsh2.obj -.ENDIF - -# goal seek -O2 - - -# --- Targets ------------------------------------------------------- - -.INCLUDE : target.mk - diff --git a/sc/uiconfig/layout/makefile.mk b/sc/uiconfig/layout/makefile.mk deleted file mode 100644 index 4a6e5ed16..000000000 --- a/sc/uiconfig/layout/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=layout - -.INCLUDE : settings.mk - -.IF "$(ENABLE_LAYOUT)" == "TRUE" - -all: ALLTAR - -XML_FILES=\ - insert-sheet.xml\ - move-copy-sheet.xml\ - sort-options.xml\ - string-input.xml\ - -# - -.INCLUDE : layout.mk - -.ELSE # ENABLE_LAYOUT != TRUE -all .PHONY: -.ENDIF # ENABLE_LAYOUT != TRUE - -.INCLUDE : target.mk - -localize.sdf: $(PRJ)/source/ui/miscdlgs/localize.sdf $(PRJ)/source/ui/src/localize.sdf - grep instbdlg.src $(PRJ)/source/ui/miscdlgs/localize.sdf | awk -F'\t' '{{printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "sc\\uiconfig\\layout\\insert-sheet.xml", $$3, "layout", $$5 $$6 "_label", "", "", $$8, "0", $$10, $$11, $$12, "", $$14, $$15}}' | sed -e 's/\(\(FL\|STR\)_[^\t]*\)_label/\1_text/' -e 's/\tRID_SCDLG_INSERT_TABLE/\t/' -e 's/\t_label/\tRID_SCDLG_INSERT_TABLE_title/' > insert-sheet-$@ - grep -E 'miscdlgs.src.*(FT_DEST|FT_INSERT|STR_NEWDOC|RID_SCDLG_MOVETAB|BTN_COPY)' $(PRJ)/source/ui/src/localize.sdf | awk -F'\t' '{{printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "sc\\uiconfig\\layout\\move-copy-sheet.xml", $$3, "layout", $$5 $$6 "_label", "", "", $$8, "0", $$10, $$11, $$12, "", $$14, $$15}}' | sed -e 's/\(\(FL\|STR\)_[^\t]*\)_label/\1_text/' -e 's/\tRID_SCDLG_MOVETAB/\t/' -e 's/\t_label/\tRID_SCDLG_MOVETAB_title/'> move-copy-sheet-$@ - grep sortdlg.src $(PRJ)/source/ui/src/localize.sdf | awk -F'\t' '{{printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n", "layout", "sc\\uiconfig\\layout\\sort-options.xml", $$3, "layout", $$5 $$6 "_label", "", "", $$8, "0", $$10, $$11, $$12, "", $$14, $$15}}' | sed -e 's/\(\(FL\|STR\)_[^\t]*\)_label/\1_text/' -e 's/\tRID_SCDLG_SORT/\t/' -e 's/\t_label/\tRID_SCDLG_SORT_title/' -e 's/\tRID_SCPAGE_SORT_OPTIONS/\t/' -e 's/\tRID_SCPAGE_SORT_FIELDS/\t/' > sort-options-$@ - echo '#empty' | cat - insert-sheet-$@ move-copy-sheet-$@ sort-options-$@ > $@ - rm -f *-$@ diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk deleted file mode 100644 index 23dd6d678..000000000 --- a/sc/util/makefile.mk +++ /dev/null @@ -1,349 +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=scalc3 -GEN_HID=TRUE -GEN_HID_OTHER=TRUE -USE_DEFFILE=TRUE - -# --- Settings ----------------------------------------------------------- - -.INCLUDE : settings.mk - -# --- Resourcen ---------------------------------------------------- - -RESLIB1LIST=\ - $(SRS)$/miscdlgs.srs \ - $(SRS)$/docshell.srs \ - $(SRS)$/ui.srs \ - $(SRS)$/dbgui.srs \ - $(SRS)$/drawfunc.srs \ - $(SRS)$/core.srs \ - $(SRS)$/styleui.srs \ - $(SRS)$/formdlgs.srs \ - $(SRS)$/pagedlg.srs \ - $(SRS)$/navipi.srs \ - $(SRS)$/cctrl.srs \ - - -RESLIB1NAME=sc -RESLIB1IMAGES=\ - $(PRJ)$/res \ - $(PRJ)$/imglst - -RESLIB1SRSFILES=\ - $(RESLIB1LIST) - -# --- StarClac DLL - -SHL1TARGET= sc$(DLLPOSTFIX) -SHL1USE_EXPORTS=name -SHL1IMPLIB= sci - -# dynamic libraries -SHL1STDLIBS= \ - $(BASICLIB) \ - $(SFXLIB) \ - $(SVTOOLLIB) \ - $(SVLLIB) \ - $(SVXCORELIB) \ - $(EDITENGLIB) \ - $(SVXLIB) \ - $(BASEGFXLIB) \ - $(DRAWINGLAYERLIB) \ - $(VCLLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ - $(UCBHELPERLIB) \ - $(VBAHELPERLIB) \ - $(TKLIB) \ - $(SALLIB) \ - $(SALHELPERLIB) \ - $(TOOLSLIB) \ - $(I18NISOLANGLIB) \ - $(UNOTOOLSLIB) \ - $(SOTLIB) \ - $(XMLOFFLIB) \ - $(AVMEDIALIB) \ - $(FORLIB) \ - $(FORUILIB) - -SHL1LIBS=$(LIB3TARGET) $(LIB4TARGET) - -SHL1DEF=$(MISC)$/$(SHL1TARGET).def -DEF1NAME=$(SHL1TARGET) -DEFLIB1NAME= $(LIB3TARGET:b) $(LIB4TARGET:b) - -.IF "$(GUI)" == "WNT" -SHL1RES= $(RCTARGET) -.ENDIF - -# --- Linken der Applikation --------------------------------------- - -LIB3TARGET=$(SLB)$/scalc3.lib -LIB3FILES= \ - $(SLB)$/app.lib \ - $(SLB)$/docshell.lib \ - $(SLB)$/view.lib \ - $(SLB)$/undo.lib \ - $(SLB)$/attrdlg.lib \ - $(SLB)$/namedlg.lib \ - $(SLB)$/miscdlgs.lib \ - $(SLB)$/formdlgs.lib \ - $(SLB)$/cctrl.lib \ - $(SLB)$/dbgui.lib \ - $(SLB)$/pagedlg.lib \ - $(SLB)$/drawfunc.lib \ - $(SLB)$/navipi.lib - -LIB3FILES+= \ - $(SLB)$/unoobj.lib - - -LIB4TARGET=$(SLB)$/scalc3c.lib -LIB4FILES= \ - $(SLB)$/data.lib \ - $(SLB)$/tool.lib \ - $(SLB)$/xml.lib \ - $(SLB)$/accessibility.lib - -SHL2TARGET= scd$(DLLPOSTFIX) -SHL2IMPLIB= scdimp -SHL2VERSIONMAP=$(SOLARENV)/src/component.map -SHL2DEF=$(MISC)$/$(SHL2TARGET).def -DEF2NAME= $(SHL2TARGET) - -SHL2STDLIBS= \ - $(SFX2LIB) \ - $(SVTOOLLIB) \ - $(SVLLIB) \ - $(VCLLIB) \ - $(TOOLSLIB) \ - $(UCBHELPERLIB) \ - $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(SOTLIB) \ - $(SALLIB) - -SHL2OBJS= $(SLO)$/scdetect.obj \ - $(SLO)$/detreg.obj -SHL2DEPN+= makefile.mk - -# split out filters -SHL6TARGET= scfilt$(DLLPOSTFIX) -SHL6IMPLIB= scfiltimp -SHL6LIBS= \ - $(SLB)$/ftools.lib \ - $(SLB)$/excel.lib \ - $(SLB)$/xcl97.lib \ - $(SLB)$/lotus.lib \ - $(SLB)$/qpro.lib \ - $(SLB)$/dif.lib \ - $(SLB)$/html.lib \ - $(SLB)$/rtf.lib \ - $(SLB)$/scflt.lib -SHL6VERSIONMAP= scfilt.map -SHL6DEF=$(MISC)$/$(SHL6TARGET).def -DEF6NAME= $(SHL6TARGET) -SHL6DEPN=$(SHL1TARGETN) -SHL6STDLIBS= \ - $(ISCLIB) \ - $(BASICLIB) \ - $(SFXLIB) \ - $(SVTOOLLIB) \ - $(SVLLIB) \ - $(SVXCORELIB) \ - $(EDITENGLIB) \ - $(MSFILTERLIB) \ - $(SVXLIB) \ - $(BASEGFXLIB) \ - $(DRAWINGLAYERLIB) \ - $(VCLLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ - $(TKLIB) \ - $(SALLIB) \ - $(TOOLSLIB) \ - $(UNOTOOLSLIB) \ - $(SOTLIB) \ - $(OOXLIB) \ - $(SAXLIB) \ - $(FORLIB) - -# add for scui -SHL8TARGET= scui$(DLLPOSTFIX) -SHL8IMPLIB= scuiimp -SHL8VERSIONMAP= scui.map -SHL8DEF=$(MISC)$/$(SHL8TARGET).def -SHL8DEPN=$(SHL1TARGETN) -DEF8NAME=$(SHL8TARGET) - -SHL8STDLIBS= \ - $(ISCLIB) \ - $(EDITENGLIB) \ - $(SVXCORELIB) \ - $(SVXLIB) \ - $(SFX2LIB) \ - $(SVTOOLLIB) \ - $(VCLLIB) \ - $(SVLLIB) \ - $(SOTLIB) \ - $(UNOTOOLSLIB) \ - $(TOOLSLIB) \ - $(I18NISOLANGLIB) \ - $(COMPHELPERLIB) \ - $(CPPULIB) \ - $(SALLIB) \ - $(FORLIB) \ - $(FORUILIB) -.IF "$(ENABLE_LAYOUT)" == "TRUE" -SHL8STDLIBS+=$(TKLIB) -.ENDIF # ENABLE_LAYOUT == TRUE - -SHL8LIBS= $(SLB)$/scui.lib -LIB8TARGET = $(SLB)$/scui.lib - -LIB8FILES=$(SLB)$/styleui.lib \ - $(SLB)$/optdlg.lib - -LIB8OBJFILES = \ - $(SLO)$/scuiexp.obj \ - $(SLO)$/scdlgfact.obj \ - $(SLO)$/tpsubt.obj \ - $(SLO)$/tptable.obj \ - $(SLO)$/tpstat.obj \ - $(SLO)$/tabpages.obj \ - $(SLO)$/tpsort.obj \ - $(SLO)$/sortdlg.obj \ - $(SLO)$/validate.obj \ - $(SLO)$/textdlgs.obj \ - $(SLO)$/subtdlg.obj \ - $(SLO)$/tphf.obj \ - $(SLO)$/scuitphfedit.obj \ - $(SLO)$/hfedtdlg.obj \ - $(SLO)$/attrdlg.obj \ - $(SLO)$/scuiimoptdlg.obj \ - $(SLO)$/strindlg.obj \ - $(SLO)$/tabbgcolordlg.obj \ - $(SLO)$/shtabdlg.obj \ - $(SLO)$/scendlg.obj \ - $(SLO)$/pvfundlg.obj \ - $(SLO)$/pfiltdlg.obj \ - $(SLO)$/namepast.obj \ - $(SLO)$/namecrea.obj \ - $(SLO)$/mvtabdlg.obj \ - $(SLO)$/mtrindlg.obj \ - $(SLO)$/linkarea.obj \ - $(SLO)$/lbseldlg.obj \ - $(SLO)$/instbdlg.obj \ - $(SLO)$/inscodlg.obj \ - $(SLO)$/inscldlg.obj \ - $(SLO)$/groupdlg.obj \ - $(SLO)$/filldlg.obj \ - $(SLO)$/delcodlg.obj \ - $(SLO)$/delcldlg.obj \ - $(SLO)$/datafdlg.obj \ - $(SLO)$/dapitype.obj \ - $(SLO)$/dapidata.obj \ - $(SLO)$/crdlg.obj \ - $(SLO)$/scuiasciiopt.obj \ - $(SLO)$/textimportoptions.obj \ - $(SLO)$/scuiautofmt.obj \ - $(SLO)$/dpgroupdlg.obj \ - $(SLO)$/editfield.obj - -TARGET_VBA=vbaobj -SHL9TARGET=$(TARGET_VBA).uno -SHL9IMPLIB=i$(TARGET_VBA) -SHL9DLLPRE= - -SHL9VERSIONMAP=$(SOLARENV)/src/component.map -SHL9DEF=$(MISC)$/$(SHL9TARGET).def -DEF9NAME=$(SHL9TARGET) -SHL9RPATH=OOO - -SHL9STDLIBS= \ - $(VBAHELPERLIB) \ - $(CPPUHELPERLIB) \ - $(VCLLIB) \ - $(CPPULIB) \ - $(COMPHELPERLIB) \ - $(SVLIB) \ - $(TOOLSLIB) \ - $(SALLIB)\ - $(BASICLIB) \ - $(SFXLIB) \ - $(EDITENGLIB) \ - $(SVXCORELIB) \ - $(SVTOOLLIB) \ - $(SVLLIB) \ - $(ISCLIB) \ - $(VCLLIB) \ - $(TKLIB) \ - $(MSFILTERLIB) \ - $(FORLIB) \ - $(UNOTOOLSLIB) - -SHL9DEPN=$(SHL1TARGETN) $(SHL8TARGETN) -SHL9LIBS=$(SLB)$/$(TARGET_VBA).lib - -.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC" - LIBCOMPNAME=$(LOCAL_COMMON_OUT)$/lib/lib$(SHL9TARGET)$(DLLPOST) -.ELSE - LIBCOMPNAME=$(COMMONBIN)$/$(SHL9TARGET)$(DLLPOST) -.ENDIF - -# --- Targets ------------------------------------------------------------- - -.INCLUDE : target.mk - -ALLTAR: $(MISC)$/linkinc.ls $(COMP) - -ALLTAR : $(MISC)/sc.component $(MISC)/scd.component $(MISC)/vbaobj.component - -$(MISC)/sc.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - sc.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt sc.component - -$(MISC)/scd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - scd.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt scd.component - -$(MISC)/vbaobj.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ - vbaobj.component - $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL9TARGETN:f)' -o $@ \ - $(SOLARENV)/bin/createcomponent.xslt vbaobj.component diff --git a/sc/util/makefile.pmk b/sc/util/makefile.pmk deleted file mode 100644 index 226a4dc9d..000000000 --- a/sc/util/makefile.pmk +++ /dev/null @@ -1,32 +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. -# -#************************************************************************* -INCPRE+=$(SOLARINCDIR)$/offuh - -# define SC_DLLIMPLEMENTATION (see @ scdllapi.h) -CDEFS += -DSC_DLLIMPLEMENTATION - -VISIBILITY_HIDDEN=TRUE diff --git a/sc/util/scfilt.map b/sc/util/scfilt.map deleted file mode 100644 index ea169e176..000000000 --- a/sc/util/scfilt.map +++ /dev/null @@ -1,9 +0,0 @@ -UDK_3_0_0 { - global: - ScFilterCreate; - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/sc/util/scui.map b/sc/util/scui.map deleted file mode 100644 index ad5e33836..000000000 --- a/sc/util/scui.map +++ /dev/null @@ -1,6 +0,0 @@ -UDK_3_0_0 { - global: - CreateDialogFactory; - local: - *; -}; |