summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/core/makefile.mk66
-rw-r--r--oox/source/docprop/makefile.mk49
-rw-r--r--oox/source/drawingml/chart/makefile.mk74
-rw-r--r--oox/source/drawingml/diagram/makefile.mk53
-rw-r--r--oox/source/drawingml/makefile.mk91
-rw-r--r--oox/source/drawingml/table/makefile.mk62
-rw-r--r--oox/source/dump/makefile.mk53
-rw-r--r--oox/source/export/makefile.mk33
-rw-r--r--oox/source/helper/makefile.mk60
-rw-r--r--oox/source/ole/makefile.mk60
-rw-r--r--oox/source/ppt/makefile.mk77
-rw-r--r--oox/source/shape/makefile.mk49
-rw-r--r--oox/source/token/makefile.mk78
-rw-r--r--oox/source/vml/makefile.mk56
-rw-r--r--oox/source/xls/makefile.mk103
15 files changed, 0 insertions, 964 deletions
diff --git a/oox/source/core/makefile.mk b/oox/source/core/makefile.mk
deleted file mode 100644
index 2b58b95777df..000000000000
--- a/oox/source/core/makefile.mk
+++ /dev/null
@@ -1,66 +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=oox
-TARGET=core
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-.IF "$(SYSTEM_OPENSSL)" == "YES"
-CFLAGS+= $(OPENSSL_CFLAGS)
-.ENDIF
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/binarycodec.obj \
- $(SLO)$/binaryfilterbase.obj \
- $(SLO)$/contexthandler.obj \
- $(SLO)$/contexthandler2.obj \
- $(SLO)$/fastparser.obj \
- $(SLO)$/fasttokenhandler.obj \
- $(SLO)$/filterbase.obj \
- $(SLO)$/filterdetect.obj \
- $(SLO)$/fragmenthandler.obj \
- $(SLO)$/fragmenthandler2.obj \
- $(SLO)$/recordparser.obj \
- $(SLO)$/relations.obj \
- $(SLO)$/relationshandler.obj \
- $(SLO)$/services.obj \
- $(SLO)$/xmlfilterbase.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/docprop/makefile.mk b/oox/source/docprop/makefile.mk
deleted file mode 100644
index 5687178da9e0..000000000000
--- a/oox/source/docprop/makefile.mk
+++ /dev/null
@@ -1,49 +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=oox
-TARGET=docprop
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/ooxmldocpropimport.obj \
- $(SLO)$/docprophandler.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/drawingml/chart/makefile.mk b/oox/source/drawingml/chart/makefile.mk
deleted file mode 100644
index 84762e6a2540..000000000000
--- a/oox/source/drawingml/chart/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=oox
-TARGET=chart
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/axiscontext.obj \
- $(SLO)$/axisconverter.obj \
- $(SLO)$/axismodel.obj \
- $(SLO)$/chartcontextbase.obj \
- $(SLO)$/chartconverter.obj \
- $(SLO)$/chartdrawingfragment.obj \
- $(SLO)$/chartspaceconverter.obj \
- $(SLO)$/chartspacefragment.obj \
- $(SLO)$/chartspacemodel.obj \
- $(SLO)$/converterbase.obj \
- $(SLO)$/datasourcecontext.obj \
- $(SLO)$/datasourceconverter.obj \
- $(SLO)$/datasourcemodel.obj \
- $(SLO)$/modelbase.obj \
- $(SLO)$/objectformatter.obj \
- $(SLO)$/plotareacontext.obj \
- $(SLO)$/plotareaconverter.obj \
- $(SLO)$/plotareamodel.obj \
- $(SLO)$/seriescontext.obj \
- $(SLO)$/seriesconverter.obj \
- $(SLO)$/seriesmodel.obj \
- $(SLO)$/titlecontext.obj \
- $(SLO)$/titleconverter.obj \
- $(SLO)$/titlemodel.obj \
- $(SLO)$/typegroupcontext.obj \
- $(SLO)$/typegroupconverter.obj \
- $(SLO)$/typegroupmodel.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/drawingml/diagram/makefile.mk b/oox/source/drawingml/diagram/makefile.mk
deleted file mode 100644
index 9d526ed3d3fb..000000000000
--- a/oox/source/drawingml/diagram/makefile.mk
+++ /dev/null
@@ -1,53 +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=oox
-TARGET=diagram
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/diagram.obj \
- $(SLO)$/diagramfragmenthandler.obj \
- $(SLO)$/diagramdefinitioncontext.obj \
- $(SLO)$/diagramlayoutatoms.obj \
- $(SLO)$/datamodelcontext.obj \
- $(SLO)$/layoutnodecontext.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/drawingml/makefile.mk b/oox/source/drawingml/makefile.mk
deleted file mode 100644
index e2d4ea6b8f3d..000000000000
--- a/oox/source/drawingml/makefile.mk
+++ /dev/null
@@ -1,91 +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=oox
-TARGET=drawingml
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/clrscheme.obj\
- $(SLO)$/clrschemecontext.obj\
- $(SLO)$/color.obj\
- $(SLO)$/colorchoicecontext.obj\
- $(SLO)$/connectorshapecontext.obj\
- $(SLO)$/customshapegeometry.obj\
- $(SLO)$/customshapeproperties.obj\
- $(SLO)$/drawingmltypes.obj\
- $(SLO)$/embeddedwavaudiofile.obj\
- $(SLO)$/fillproperties.obj\
- $(SLO)$/fillpropertiesgroupcontext.obj\
- $(SLO)$/graphicshapecontext.obj\
- $(SLO)$/guidcontext.obj\
- $(SLO)$/hyperlinkcontext.obj\
- $(SLO)$/lineproperties.obj\
- $(SLO)$/linepropertiescontext.obj\
- $(SLO)$/objectdefaultcontext.obj\
- $(SLO)$/shape.obj\
- $(SLO)$/shapecontext.obj\
- $(SLO)$/shapegroupcontext.obj\
- $(SLO)$/shapepropertiescontext.obj\
- $(SLO)$/shapestylecontext.obj\
- $(SLO)$/spdefcontext.obj\
- $(SLO)$/textbody.obj\
- $(SLO)$/textbodycontext.obj\
- $(SLO)$/textbodyproperties.obj\
- $(SLO)$/textbodypropertiescontext.obj\
- $(SLO)$/textcharacterproperties.obj\
- $(SLO)$/textcharacterpropertiescontext.obj\
- $(SLO)$/textfield.obj\
- $(SLO)$/textfieldcontext.obj\
- $(SLO)$/textfont.obj\
- $(SLO)$/textliststyle.obj \
- $(SLO)$/textliststylecontext.obj\
- $(SLO)$/textparagraph.obj\
- $(SLO)$/textparagraphproperties.obj\
- $(SLO)$/textparagraphpropertiescontext.obj\
- $(SLO)$/textrun.obj\
- $(SLO)$/textspacingcontext.obj\
- $(SLO)$/texttabstoplistcontext.obj\
- $(SLO)$/theme.obj\
- $(SLO)$/themeelementscontext.obj\
- $(SLO)$/themefragmenthandler.obj\
- $(SLO)$/transform2dcontext.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/drawingml/table/makefile.mk b/oox/source/drawingml/table/makefile.mk
deleted file mode 100644
index fa71971fc278..000000000000
--- a/oox/source/drawingml/table/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=oox
-TARGET=table
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/tablecontext.obj \
- $(SLO)$/tableproperties.obj \
- $(SLO)$/tablerow.obj \
- $(SLO)$/tablerowcontext.obj \
- $(SLO)$/tablecell.obj \
- $(SLO)$/tablecellcontext.obj \
- $(SLO)$/tablestylelist.obj \
- $(SLO)$/tablestylelistfragmenthandler.obj \
- $(SLO)$/tablestylecontext.obj \
- $(SLO)$/tablestyle.obj \
- $(SLO)$/tablebackgroundstylecontext.obj \
- $(SLO)$/tablepartstylecontext.obj \
- $(SLO)$/tablestyletextstylecontext.obj \
- $(SLO)$/tablestylecellstylecontext.obj \
- $(SLO)$/tablestylepart.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/dump/makefile.mk b/oox/source/dump/makefile.mk
deleted file mode 100644
index 1e5f615675cc..000000000000
--- a/oox/source/dump/makefile.mk
+++ /dev/null
@@ -1,53 +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=oox
-TARGET=dump
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/biffdumper.obj \
- $(SLO)$/dffdumper.obj \
- $(SLO)$/dumperbase.obj \
- $(SLO)$/oledumper.obj \
- $(SLO)$/pptxdumper.obj \
- $(SLO)$/xlsbdumper.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/export/makefile.mk b/oox/source/export/makefile.mk
deleted file mode 100644
index 0cb53d2888dc..000000000000
--- a/oox/source/export/makefile.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-PRJ=..$/..
-
-PRJNAME=oox
-TARGET=export
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/drawingml.obj \
- $(SLO)$/shapes.obj \
- $(SLO)$/chartexport.obj \
- $(SLO)$/SchXMLSeriesHelper.obj \
- $(SLO)$/ColorPropertySet.obj \
- $(SLO)$/vmlexport.obj \
- $(SLO)$/vmlexport-shape-types.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
-$(MISC)$/vmlexport-shape-types.cxx : preset-definitions-to-shape-types.pl presetShapeDefinitions.xml presetTextWarpDefinitions.xml
- $(PERL) $< > $@.in_progress 2> $(MISC)$/vmlexport-shape-types.log && mv $@.in_progress $@
-
-$(SLO)$/vmlexport-shape-types.obj : $(MISC)$/vmlexport-shape-types.cxx
-
diff --git a/oox/source/helper/makefile.mk b/oox/source/helper/makefile.mk
deleted file mode 100644
index f31736faac8d..000000000000
--- a/oox/source/helper/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=oox
-TARGET=helper
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/attributelist.obj \
- $(SLO)$/binaryinputstream.obj \
- $(SLO)$/binaryoutputstream.obj \
- $(SLO)$/binarystreambase.obj \
- $(SLO)$/containerhelper.obj \
- $(SLO)$/graphichelper.obj \
- $(SLO)$/modelobjecthelper.obj \
- $(SLO)$/progressbar.obj \
- $(SLO)$/propertymap.obj \
- $(SLO)$/propertyset.obj \
- $(SLO)$/storagebase.obj \
- $(SLO)$/textinputstream.obj \
- $(SLO)$/zipstorage.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/ole/makefile.mk b/oox/source/ole/makefile.mk
deleted file mode 100644
index a5232247cfa5..000000000000
--- a/oox/source/ole/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=oox
-TARGET=ole
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/axbinaryreader.obj \
- $(SLO)$/axcontrol.obj \
- $(SLO)$/axcontrolfragment.obj \
- $(SLO)$/olehelper.obj \
- $(SLO)$/oleobjecthelper.obj \
- $(SLO)$/olestorage.obj \
- $(SLO)$/vbacontrol.obj \
- $(SLO)$/vbahelper.obj \
- $(SLO)$/vbainputstream.obj \
- $(SLO)$/vbamodule.obj \
- $(SLO)$/vbaproject.obj \
- $(SLO)$/vbaprojectfilter.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/oox/source/ppt/makefile.mk b/oox/source/ppt/makefile.mk
deleted file mode 100644
index 7ee7e0c46d68..000000000000
--- a/oox/source/ppt/makefile.mk
+++ /dev/null
@@ -1,77 +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=oox
-TARGET=ppt
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/animationspersist.obj \
- $(SLO)$/animationtypes.obj \
- $(SLO)$/animvariantcontext.obj \
- $(SLO)$/backgroundproperties.obj\
- $(SLO)$/buildlistcontext.obj \
- $(SLO)$/commonbehaviorcontext.obj \
- $(SLO)$/commontimenodecontext.obj \
- $(SLO)$/conditioncontext.obj \
- $(SLO)$/customshowlistcontext.obj \
- $(SLO)$/headerfootercontext.obj \
- $(SLO)$/layoutfragmenthandler.obj\
- $(SLO)$/pptfilterhelpers.obj\
- $(SLO)$/pptgraphicshapecontext.obj \
- $(SLO)$/pptimport.obj\
- $(SLO)$/pptshape.obj \
- $(SLO)$/pptshapecontext.obj \
- $(SLO)$/pptshapegroupcontext.obj \
- $(SLO)$/pptshapepropertiescontext.obj \
- $(SLO)$/presentationfragmenthandler.obj\
- $(SLO)$/slidefragmenthandler.obj\
- $(SLO)$/slidemastertextstylescontext.obj \
- $(SLO)$/slidepersist.obj\
- $(SLO)$/slidetimingcontext.obj\
- $(SLO)$/slidetransition.obj\
- $(SLO)$/slidetransitioncontext.obj\
- $(SLO)$/soundactioncontext.obj \
- $(SLO)$/timeanimvaluecontext.obj \
- $(SLO)$/timenode.obj\
- $(SLO)$/timenodelistcontext.obj \
- $(SLO)$/timetargetelementcontext.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/shape/makefile.mk b/oox/source/shape/makefile.mk
deleted file mode 100644
index c6534b3a8a6f..000000000000
--- a/oox/source/shape/makefile.mk
+++ /dev/null
@@ -1,49 +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=oox
-TARGET=shape
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/ShapeContextHandler.obj \
- $(SLO)$/ShapeFilterBase.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/token/makefile.mk b/oox/source/token/makefile.mk
deleted file mode 100644
index ff42967f0bb1..000000000000
--- a/oox/source/token/makefile.mk
+++ /dev/null
@@ -1,78 +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=oox
-TARGET=token
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/namespacemap.obj \
- $(SLO)$/propertynames.obj \
- $(SLO)$/tokenmap.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
-GENHEADERPATH = $(INCCOM)$/oox$/token
-
-$(MISC)$/tokenhash.gperf $(INCCOM)$/tokennames.inc $(GENHEADERPATH)$/tokens.hxx $(INCCOM)$/namespacenames.inc $(MISC)$/namespaces.txt $(GENHEADERPATH)$/namespaces.hxx $(INCCOM)$/propertynames.inc $(GENHEADERPATH)$/properties.hxx :
- @@noop $(assign do_phony:=.PHONY)
-
-$(SLO)$/tokenmap.obj : $(INCCOM)$/tokenhash.inc $(INCCOM)$/tokennames.inc $(GENHEADERPATH)$/tokens.hxx $(MISC)$/do_tokens
-
-$(INCCOM)$/tokenhash.inc : $(MISC)$/tokenhash.gperf $(MISC)$/do_tokens
- $(AUGMENT_LIBRARY_PATH) gperf --compare-strncmp $(MISC)$/tokenhash.gperf | $(SED) -e "s/(char\*)0/(char\*)0, 0/g" | $(GREP) -v "^#line" >$(INCCOM)$/tokenhash.inc
-
-$(MISC)$/do_tokens $(do_phony) : tokens.txt tokens.pl tokens.hxx.head tokens.hxx.tail $(GENHEADERPATH)$/tokens.hxx $(INCCOM)$/tokennames.inc $(MISC)$/tokenhash.gperf
- @@-$(RM) $@
- $(MKDIRHIER) $(GENHEADERPATH)
- $(PERL) tokens.pl tokens.txt $(MISC)$/tokenids.inc $(INCCOM)$/tokennames.inc $(MISC)$/tokenhash.gperf && $(TYPE) tokens.hxx.head $(MISC)$/tokenids.inc tokens.hxx.tail > $(GENHEADERPATH)$/tokens.hxx && $(TOUCH) $@
-
-$(SLO)$/namespacemap.obj : $(INCCOM)$/namespacenames.inc $(MISC)$/namespaces.txt $(GENHEADERPATH)$/namespaces.hxx $(MISC)$/do_namespaces
-
-$(MISC)$/do_namespaces $(do_phony) : namespaces.txt namespaces.pl namespaces.hxx.head namespaces.hxx.tail $(INCCOM)$/namespacenames.inc $(MISC)$/namespaces.txt $(GENHEADERPATH)$/namespaces.hxx
- @@-$(RM) $@
- $(MKDIRHIER) $(GENHEADERPATH)
- $(PERL) namespaces.pl namespaces.txt $(MISC)$/namespaceids.inc $(INCCOM)$/namespacenames.inc $(MISC)$/namespaces.txt && $(TYPE) namespaces.hxx.head $(MISC)$/namespaceids.inc namespaces.hxx.tail > $(GENHEADERPATH)$/namespaces.hxx && $(TOUCH) $@
-
-$(SLO)$/propertynames.obj : $(INCCOM)$/propertynames.inc $(GENHEADERPATH)$/properties.hxx $(MISC)$/do_properties
-
-$(MISC)$/do_properties $(do_phony) : properties.txt properties.pl properties.hxx.head properties.hxx.tail $(INCCOM)$/propertynames.inc $(GENHEADERPATH)$/properties.hxx
- @@-$(RM) $@
- $(MKDIRHIER) $(GENHEADERPATH)
- $(PERL) properties.pl properties.txt $(MISC)$/propertyids.inc $(INCCOM)$/propertynames.inc && $(TYPE) properties.hxx.head $(MISC)$/propertyids.inc properties.hxx.tail > $(GENHEADERPATH)$/properties.hxx && $(TOUCH) $@
diff --git a/oox/source/vml/makefile.mk b/oox/source/vml/makefile.mk
deleted file mode 100644
index 094d37cd8c1c..000000000000
--- a/oox/source/vml/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=oox
-TARGET=vml
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/vmldrawing.obj \
- $(SLO)$/vmldrawingfragment.obj \
- $(SLO)$/vmlformatting.obj \
- $(SLO)$/vmlinputstream.obj \
- $(SLO)$/vmlshape.obj \
- $(SLO)$/vmlshapecontainer.obj \
- $(SLO)$/vmlshapecontext.obj \
- $(SLO)$/vmltextbox.obj \
- $(SLO)$/vmltextboxcontext.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/oox/source/xls/makefile.mk b/oox/source/xls/makefile.mk
deleted file mode 100644
index 6ca6e6a271b9..000000000000
--- a/oox/source/xls/makefile.mk
+++ /dev/null
@@ -1,103 +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=oox
-TARGET=xls
-AUTOSEG=true
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES = \
- $(SLO)$/addressconverter.obj \
- $(SLO)$/autofilterbuffer.obj \
- $(SLO)$/autofiltercontext.obj \
- $(SLO)$/biffcodec.obj \
- $(SLO)$/biffdetector.obj \
- $(SLO)$/biffhelper.obj \
- $(SLO)$/biffinputstream.obj \
- $(SLO)$/biffoutputstream.obj \
- $(SLO)$/chartsheetfragment.obj \
- $(SLO)$/commentsbuffer.obj \
- $(SLO)$/commentsfragment.obj \
- $(SLO)$/condformatbuffer.obj \
- $(SLO)$/condformatcontext.obj \
- $(SLO)$/connectionsbuffer.obj \
- $(SLO)$/connectionsfragment.obj \
- $(SLO)$/defnamesbuffer.obj \
- $(SLO)$/drawingfragment.obj \
- $(SLO)$/excelchartconverter.obj \
- $(SLO)$/excelfilter.obj \
- $(SLO)$/excelhandlers.obj \
- $(SLO)$/excelvbaproject.obj \
- $(SLO)$/externallinkbuffer.obj \
- $(SLO)$/externallinkfragment.obj \
- $(SLO)$/formulabase.obj \
- $(SLO)$/formulaparser.obj \
- $(SLO)$/numberformatsbuffer.obj \
- $(SLO)$/ooxformulaparser.obj \
- $(SLO)$/pagesettings.obj \
- $(SLO)$/pivotcachebuffer.obj \
- $(SLO)$/pivotcachefragment.obj \
- $(SLO)$/pivottablebuffer.obj \
- $(SLO)$/pivottablefragment.obj \
- $(SLO)$/querytablebuffer.obj \
- $(SLO)$/querytablefragment.obj \
- $(SLO)$/richstring.obj \
- $(SLO)$/richstringcontext.obj \
- $(SLO)$/scenariobuffer.obj \
- $(SLO)$/scenariocontext.obj \
- $(SLO)$/sharedformulabuffer.obj \
- $(SLO)$/sharedstringsbuffer.obj \
- $(SLO)$/sharedstringsfragment.obj \
- $(SLO)$/sheetdatacontext.obj \
- $(SLO)$/stylesbuffer.obj \
- $(SLO)$/stylesfragment.obj \
- $(SLO)$/tablebuffer.obj \
- $(SLO)$/tablefragment.obj \
- $(SLO)$/themebuffer.obj \
- $(SLO)$/unitconverter.obj \
- $(SLO)$/viewsettings.obj \
- $(SLO)$/workbookfragment.obj \
- $(SLO)$/workbookhelper.obj \
- $(SLO)$/workbooksettings.obj \
- $(SLO)$/worksheetbuffer.obj \
- $(SLO)$/worksheetfragment.obj \
- $(SLO)$/worksheethelper.obj \
- $(SLO)$/worksheetsettings.obj
-
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk