xref: /AOO41X/main/chart2/source/model/template/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
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=                ..$/..$/..
25PRJNAME=            chart2
26TARGET=             chmodeltemplate
27
28PRJINC=             $(PRJ)$/source
29
30ENABLE_EXCEPTIONS=  TRUE
31VISIBILITY_HIDDEN=TRUE
32
33# --- Settings -----------------------------------------------------
34
35.INCLUDE: settings.mk
36
37# i26518 the gcc-3.0.4 requires to enhance the template-depth
38# this seems to be a compiler issue, so we recommend not to use 3.0.x anymore
39.IF "$(COM)"=="GCC"
40    CFLAGS+=-ftemplate-depth-128
41.ENDIF
42
43# --- export library -------------------------------------------------
44
45#Specifies object files to bind into linked libraries.
46SLOFILES=   \
47    $(SLO)$/AreaChartType.obj \
48    $(SLO)$/AreaChartTypeTemplate.obj \
49    $(SLO)$/BarChartType.obj \
50    $(SLO)$/BarChartTypeTemplate.obj \
51    $(SLO)$/CandleStickChartType.obj \
52    $(SLO)$/ChartType.obj       \
53    $(SLO)$/ChartTypeManager.obj        \
54    $(SLO)$/ChartTypeTemplate.obj       \
55    $(SLO)$/ColumnChartType.obj \
56    $(SLO)$/ColumnLineChartTypeTemplate.obj \
57    $(SLO)$/DataInterpreter.obj \
58    $(SLO)$/FilledNetChartType.obj \
59    $(SLO)$/LineChartType.obj \
60    $(SLO)$/LineChartTypeTemplate.obj \
61    $(SLO)$/NetChartType.obj \
62    $(SLO)$/NetChartTypeTemplate.obj \
63    $(SLO)$/PieChartType.obj \
64    $(SLO)$/PieChartTypeTemplate.obj \
65    $(SLO)$/ScatterChartType.obj \
66    $(SLO)$/ScatterChartTypeTemplate.obj \
67    $(SLO)$/BubbleChartType.obj \
68    $(SLO)$/BubbleChartTypeTemplate.obj \
69    $(SLO)$/BubbleDataInterpreter.obj \
70    $(SLO)$/StockChartTypeTemplate.obj \
71    $(SLO)$/StockDataInterpreter.obj \
72    $(SLO)$/XYDataInterpreter.obj \
73    $(SLO)$/ColumnLineDataInterpreter.obj \
74    $(SLO)$/_serviceregistration_charttypes.obj
75
76# --- Targets -----------------------------------------------------------------
77
78.INCLUDE: target.mk
79