summaryrefslogtreecommitdiff
path: root/binfilter/bf_sc/source/filter/xml/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sc/source/filter/xml/makefile.mk')
-rw-r--r--binfilter/bf_sc/source/filter/xml/makefile.mk152
1 files changed, 152 insertions, 0 deletions
diff --git a/binfilter/bf_sc/source/filter/xml/makefile.mk b/binfilter/bf_sc/source/filter/xml/makefile.mk
new file mode 100644
index 000000000000..be7ab413b140
--- /dev/null
+++ b/binfilter/bf_sc/source/filter/xml/makefile.mk
@@ -0,0 +1,152 @@
+#*************************************************************************
+#
+# 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.
+#
+#*************************************************************************
+
+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
+PRJ=..$/..$/..$/..
+BFPRJ=..$/..$/..
+
+PRJNAME=binfilter
+TARGET=sc_xml
+
+NO_HIDS=TRUE
+
+ENABLE_EXCEPTIONS=TRUE
+
+PROJECTPCH4DLL=TRUE
+PROJECTPCH=filt_pch
+PROJECTPCHSOURCE=..\pch\sc_filt_pch
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+.INCLUDE : $(BFPRJ)$/util$/makefile.pmk
+INC+= -I$(PRJ)$/inc$/bf_sc
+# --- Files --------------------------------------------------------
+
+CXXFILES = \
+ sc_xmlwrap.cxx \
+ sc_xmlimprt.cxx \
+ sc_xmlexprt.cxx \
+ sc_xmlbodyi.cxx \
+ sc_xmltabi.cxx \
+ sc_xmlrowi.cxx \
+ sc_xmlcelli.cxx \
+ sc_xmlconti.cxx \
+ sc_xmlcoli.cxx \
+ sc_xmlsubti.cxx \
+ sc_xmlnexpi.cxx \
+ sc_xmldrani.cxx \
+ sc_xmlfilti.cxx \
+ sc_xmlsorti.cxx \
+ sc_xmlstyle.cxx \
+ sc_xmlstyli.cxx \
+ sc_xmldpimp.cxx \
+ sc_xmlannoi.cxx \
+ sc_xmlsceni.cxx \
+ sc_xmlcvali.cxx \
+ sc_XMLTableMasterPageExport.cxx \
+ sc_xmllabri.cxx \
+ sc_XMLTableHeaderFooterContext.cxx \
+ sc_XMLDetectiveContext.cxx \
+ sc_XMLCellRangeSourceContext.cxx \
+ sc_XMLConsolidationContext.cxx \
+ sc_XMLConverter.cxx \
+ sc_XMLExportIterator.cxx \
+ sc_XMLColumnRowGroupExport.cxx \
+ sc_XMLStylesExportHelper.cxx \
+ sc_XMLStylesImportHelper.cxx \
+ sc_XMLExportDataPilot.cxx \
+ sc_XMLExportDatabaseRanges.cxx \
+ sc_XMLTableShapeImportHelper.cxx \
+ sc_XMLTableShapesContext.cxx \
+ sc_XMLExportDDELinks.cxx \
+ sc_XMLDDELinksContext.cxx \
+ sc_XMLCalculationSettingsContext.cxx \
+ sc_XMLTableSourceContext.cxx \
+ sc_XMLTextPContext.cxx \
+ sc_XMLTableShapeResizer.cxx \
+ sc_XMLChangeTrackingExportHelper.cxx \
+ sc_xmlfonte.cxx \
+ sc_XMLChangeTrackingImportHelper.cxx \
+ sc_XMLTrackedChangesContext.cxx \
+ sc_XMLExportSharedData.cxx \
+ sc_XMLEmptyContext.cxx
+
+SLOFILES = \
+ $(SLO)$/sc_xmlwrap.obj \
+ $(SLO)$/sc_xmlimprt.obj \
+ $(SLO)$/sc_xmlexprt.obj \
+ $(SLO)$/sc_xmlbodyi.obj \
+ $(SLO)$/sc_xmltabi.obj \
+ $(SLO)$/sc_xmlrowi.obj \
+ $(SLO)$/sc_xmlcelli.obj \
+ $(SLO)$/sc_xmlconti.obj \
+ $(SLO)$/sc_xmlcoli.obj \
+ $(SLO)$/sc_xmlsubti.obj \
+ $(SLO)$/sc_xmlnexpi.obj \
+ $(SLO)$/sc_xmldrani.obj \
+ $(SLO)$/sc_xmlfilti.obj \
+ $(SLO)$/sc_xmlsorti.obj \
+ $(SLO)$/sc_xmlstyle.obj \
+ $(SLO)$/sc_xmlstyli.obj \
+ $(SLO)$/sc_xmldpimp.obj \
+ $(SLO)$/sc_xmlannoi.obj \
+ $(SLO)$/sc_xmlsceni.obj \
+ $(SLO)$/sc_xmlcvali.obj \
+ $(SLO)$/sc_XMLTableMasterPageExport.obj \
+ $(SLO)$/sc_xmllabri.obj \
+ $(SLO)$/sc_XMLTableHeaderFooterContext.obj \
+ $(SLO)$/sc_XMLDetectiveContext.obj \
+ $(SLO)$/sc_XMLCellRangeSourceContext.obj \
+ $(SLO)$/sc_XMLConsolidationContext.obj \
+ $(SLO)$/sc_XMLConverter.obj \
+ $(SLO)$/sc_XMLExportIterator.obj \
+ $(SLO)$/sc_XMLColumnRowGroupExport.obj \
+ $(SLO)$/sc_XMLStylesExportHelper.obj \
+ $(SLO)$/sc_XMLStylesImportHelper.obj \
+ $(SLO)$/sc_XMLExportDataPilot.obj \
+ $(SLO)$/sc_XMLExportDatabaseRanges.obj \
+ $(SLO)$/sc_XMLTableShapeImportHelper.obj \
+ $(SLO)$/sc_XMLTableShapesContext.obj \
+ $(SLO)$/sc_XMLExportDDELinks.obj \
+ $(SLO)$/sc_XMLDDELinksContext.obj \
+ $(SLO)$/sc_XMLCalculationSettingsContext.obj \
+ $(SLO)$/sc_XMLTableSourceContext.obj \
+ $(SLO)$/sc_XMLTextPContext.obj \
+ $(SLO)$/sc_XMLTableShapeResizer.obj \
+ $(SLO)$/sc_XMLChangeTrackingExportHelper.obj \
+ $(SLO)$/sc_xmlfonte.obj \
+ $(SLO)$/sc_XMLChangeTrackingImportHelper.obj \
+ $(SLO)$/sc_XMLTrackedChangesContext.obj \
+ $(SLO)$/sc_XMLExportSharedData.obj \
+ $(SLO)$/sc_XMLEmptyContext.obj
+
+
+# --- Tagets -------------------------------------------------------
+
+.INCLUDE : target.mk
+