xref: /aoo4110/main/sc/source/filter/xml/makefile.mk (revision b1cdbd2c)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ=..$/..$/..
25
26PRJNAME=sc
27TARGET=xml
28
29ENABLE_EXCEPTIONS=TRUE
30
31AUTOSEG=true
32
33PROJECTPCH4DLL=TRUE
34PROJECTPCH=filt_pch
35PROJECTPCHSOURCE=..\pch\filt_pch
36
37# --- Settings -----------------------------------------------------
38
39.INCLUDE :  $(PRJ)$/util$/makefile.pmk
40
41.INCLUDE :  scpre.mk
42.INCLUDE :  settings.mk
43.INCLUDE :  sc.mk
44
45# --- Files --------------------------------------------------------
46
47SLOFILES =  \
48        $(SLO)$/sheetdata.obj \
49		$(SLO)$/xmlwrap.obj \
50		$(SLO)$/xmlimprt.obj \
51		$(SLO)$/xmlexprt.obj \
52		$(SLO)$/xmlbodyi.obj \
53		$(SLO)$/xmltabi.obj \
54		$(SLO)$/xmlexternaltabi.obj \
55		$(SLO)$/xmlrowi.obj \
56		$(SLO)$/xmlcelli.obj \
57		$(SLO)$/xmlconti.obj \
58		$(SLO)$/xmlcoli.obj \
59		$(SLO)$/xmlsubti.obj \
60		$(SLO)$/xmlnexpi.obj \
61		$(SLO)$/xmldrani.obj \
62		$(SLO)$/xmlfilti.obj \
63		$(SLO)$/xmlsorti.obj \
64		$(SLO)$/xmlstyle.obj \
65		$(SLO)$/xmlstyli.obj \
66		$(SLO)$/xmldpimp.obj \
67		$(SLO)$/xmlannoi.obj \
68		$(SLO)$/xmlsceni.obj \
69		$(SLO)$/xmlcvali.obj \
70		$(SLO)$/XMLTableMasterPageExport.obj \
71		$(SLO)$/xmllabri.obj \
72		$(SLO)$/XMLTableHeaderFooterContext.obj \
73		$(SLO)$/XMLDetectiveContext.obj \
74		$(SLO)$/XMLCellRangeSourceContext.obj \
75		$(SLO)$/XMLConsolidationContext.obj \
76		$(SLO)$/XMLConverter.obj \
77		$(SLO)$/XMLExportIterator.obj \
78		$(SLO)$/XMLColumnRowGroupExport.obj \
79		$(SLO)$/XMLStylesExportHelper.obj \
80		$(SLO)$/XMLStylesImportHelper.obj \
81		$(SLO)$/XMLExportDataPilot.obj \
82		$(SLO)$/XMLExportDatabaseRanges.obj \
83		$(SLO)$/XMLTableShapeImportHelper.obj \
84		$(SLO)$/XMLTableShapesContext.obj \
85		$(SLO)$/XMLExportDDELinks.obj \
86		$(SLO)$/XMLDDELinksContext.obj \
87		$(SLO)$/XMLCalculationSettingsContext.obj \
88		$(SLO)$/XMLTableSourceContext.obj \
89		$(SLO)$/XMLTextPContext.obj \
90		$(SLO)$/XMLTableShapeResizer.obj \
91		$(SLO)$/XMLChangeTrackingExportHelper.obj \
92		$(SLO)$/xmlfonte.obj \
93		$(SLO)$/XMLChangeTrackingImportHelper.obj \
94		$(SLO)$/XMLTrackedChangesContext.obj \
95		$(SLO)$/XMLExportSharedData.obj \
96        $(SLO)$/XMLEmptyContext.obj \
97        $(SLO)$/XMLCodeNameProvider.obj
98
99
100NOOPTFILES= \
101		$(SLO)$/xmlcvali.obj
102
103# --- Tagets -------------------------------------------------------
104
105.INCLUDE :  target.mk
106
107