diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-03 10:53:48 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-03 10:56:22 +0200 |
commit | 7d0875c558b04a578d4fd1a6dbf6a2f22ca5ddf2 (patch) | |
tree | 707981e73026d362ee28b0f7f4c7397a3bd042dc /unotools/source | |
parent | d350e4097042cdbe29fc908d36038da16b80dc8e (diff) |
gbuildize unotools
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/accessibility/makefile.mk | 48 | ||||
-rw-r--r-- | unotools/source/config/makefile.mk | 94 | ||||
-rw-r--r-- | unotools/source/i18n/makefile.mk | 58 | ||||
-rw-r--r-- | unotools/source/misc/makefile.mk | 55 | ||||
-rw-r--r-- | unotools/source/processfactory/makefile.mk | 50 | ||||
-rw-r--r-- | unotools/source/property/makefile.mk | 48 | ||||
-rw-r--r-- | unotools/source/streaming/makefile.mk | 48 | ||||
-rw-r--r-- | unotools/source/ucbhelper/makefile.mk | 54 |
8 files changed, 0 insertions, 455 deletions
diff --git a/unotools/source/accessibility/makefile.mk b/unotools/source/accessibility/makefile.mk deleted file mode 100644 index 59536b12e517..000000000000 --- a/unotools/source/accessibility/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=..$/.. -PRJINC=..$/..$/inc -PRJNAME=unotools -TARGET=accessibility - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files ------------------------------------- - -SLOFILES= $(SLO)$/accessiblestatesethelper.obj \ - $(SLO)$/accessiblerelationsethelper.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/unotools/source/config/makefile.mk b/unotools/source/config/makefile.mk deleted file mode 100644 index 9a8e8d2d3d92..000000000000 --- a/unotools/source/config/makefile.mk +++ /dev/null @@ -1,94 +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=..$/.. -PRJINC=..$/..$/inc -PRJNAME=unotools -TARGET=config - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -.IF "$(ENABLE_BROFFICE)"=="TRUE" -CDEFS+=-DENABLE_BROFFICE -.ENDIF - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/syslocaleoptions.obj \ - $(SLO)$/configvaluecontainer.obj \ - $(SLO)$/confignode.obj \ - $(SLO)$/configitem.obj \ - $(SLO)$/configmgr.obj \ - $(SLO)$/configpathes.obj \ - $(SLO)$/docinfohelper.obj \ - $(SLO)$/bootstrap.obj \ - $(SLO)$/accelcfg.obj \ - $(SLO)$/cacheoptions.obj \ - $(SLO)$/cmdoptions.obj \ - $(SLO)$/compatibility.obj \ - $(SLO)$/defaultoptions.obj \ - $(SLO)$/dynamicmenuoptions.obj \ - $(SLO)$/eventcfg.obj \ - $(SLO)$/extendedsecurityoptions.obj \ - $(SLO)$/fltrcfg.obj \ - $(SLO)$/fontcfg.obj \ - $(SLO)$/fontoptions.obj \ - $(SLO)$/historyoptions.obj \ - $(SLO)$/inetoptions.obj \ - $(SLO)$/internaloptions.obj \ - $(SLO)$/itemholder1.obj \ - $(SLO)$/javaoptions.obj \ - $(SLO)$/lingucfg.obj \ - $(SLO)$/localisationoptions.obj \ - $(SLO)$/misccfg.obj \ - $(SLO)$/moduleoptions.obj \ - $(SLO)$/options.obj \ - $(SLO)$/optionsdlg.obj \ - $(SLO)$/pathoptions.obj \ - $(SLO)$/printwarningoptions.obj \ - $(SLO)$/regoptions.obj \ - $(SLO)$/saveopt.obj \ - $(SLO)$/searchopt.obj \ - $(SLO)$/securityoptions.obj \ - $(SLO)$/sourceviewconfig.obj \ - $(SLO)$/startoptions.obj \ - $(SLO)$/undoopt.obj \ - $(SLO)$/useroptions.obj \ - $(SLO)$/viewoptions.obj \ - $(SLO)$/workingsetoptions.obj \ - $(SLO)$/xmlaccelcfg.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/unotools/source/i18n/makefile.mk b/unotools/source/i18n/makefile.mk deleted file mode 100644 index cbe42e626b79..000000000000 --- a/unotools/source/i18n/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=..$/.. -PRJINC=..$/..$/inc -PRJNAME=unotools -TARGET=i18n - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files ------------------------------------- - -SLOFILES= \ - $(SLO)$/caserotate.obj \ - $(SLO)$/charclass.obj \ - $(SLO)$/calendarwrapper.obj \ - $(SLO)$/collatorwrapper.obj \ - $(SLO)$/intlwrapper.obj \ - $(SLO)$/localedatawrapper.obj \ - $(SLO)$/nativenumberwrapper.obj \ - $(SLO)$/numberformatcodewrapper.obj \ - $(SLO)$/readwritemutexguard.obj \ - $(SLO)$/transliterationwrapper.obj \ - $(SLO)$/textsearch.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/unotools/source/misc/makefile.mk b/unotools/source/misc/makefile.mk deleted file mode 100644 index 46e173b9a055..000000000000 --- a/unotools/source/misc/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=..$/.. -PRJINC=..$/..$/inc -PRJNAME=unotools -TARGET=misc - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files ------------------------------------- - -SLOFILES= $(SLO)$/atom.obj \ - $(SLO)$/datetime.obj \ - $(SLO)$/syslocale.obj \ - $(SLO)$/eventlisteneradapter.obj \ - $(SLO)$/fontcvt.obj \ - $(SLO)$/fontdefs.obj \ - $(SLO)$/desktopterminationobserver.obj \ - $(SLO)$/sharedunocomponent.obj \ - $(SLO)$/componentresmodule.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/unotools/source/processfactory/makefile.mk b/unotools/source/processfactory/makefile.mk deleted file mode 100644 index 0e1e4aeacca8..000000000000 --- a/unotools/source/processfactory/makefile.mk +++ /dev/null @@ -1,50 +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=..$/.. -PRJINC=..$/..$/inc -PRJNAME=unotools -TARGET=procfact - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings common for the whole project ----- - - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files ------------------------------------- - -SLOFILES= $(SLO)$/processfactory.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/unotools/source/property/makefile.mk b/unotools/source/property/makefile.mk deleted file mode 100644 index c53f5a8d2cf5..000000000000 --- a/unotools/source/property/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=..$/.. -PRJINC=..$/..$/inc -PRJNAME=unotools -TARGET=property - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files ------------------------------------- - -SLOFILES= $(SLO)$/propertysetinfo.obj \ - $(SLO)$/propertysethelper.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/unotools/source/streaming/makefile.mk b/unotools/source/streaming/makefile.mk deleted file mode 100644 index b70d7fea4091..000000000000 --- a/unotools/source/streaming/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=..$/.. -PRJINC=..$/..$/inc -PRJNAME=unotools -TARGET=streaming - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files ------------------------------------- - -SLOFILES= $(SLO)$/streamhelper.obj \ - $(SLO)$/streamwrap.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/unotools/source/ucbhelper/makefile.mk b/unotools/source/ucbhelper/makefile.mk deleted file mode 100644 index 57088c69ca5c..000000000000 --- a/unotools/source/ucbhelper/makefile.mk +++ /dev/null @@ -1,54 +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=..$/.. -PRJINC=..$/..$/inc -PRJNAME=unotools -TARGET=ucbhelp - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files ------------------------------------- - -SLOFILES=\ - $(SLO)$/ucblockbytes.obj \ - $(SLO)$/localfilehelper.obj \ - $(SLO)$/ucbhelper.obj \ - $(SLO)$/ucbstreamhelper.obj \ - $(SLO)$/tempfile.obj \ - $(SLO)$/xtempfile.obj \ - $(SLO)$/progresshandlerwrap.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - |