merge the formfield patch from ooo-build
[ooovba.git] / chart2 / source / tools / makefile.mk
blob62e2771e64cc1ddaa8fb160b9caf5ed16c6d6347
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.28.42.2 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ= ..$/..
33 PRJNAME= chart2
34 TARGET= charttools
36 PRJINC= $(PRJ)$/source
38 USE_DEFFILE= TRUE
39 ENABLE_EXCEPTIONS= TRUE
40 VISIBILITY_HIDDEN= TRUE
42 # --- Settings -----------------------------------------------------
44 .INCLUDE: $(PRJ)$/util$/makefile.pmk
46 CDEFS += -DOOO_DLLIMPLEMENTATION_CHARTTOOLS
48 # --- export library -------------------------------------------------
50 #You can use several library macros of this form to build libraries that
51 #do not consist of all object files in a directory or to merge different libraries.
52 #LIB1TARGET= $(SLB)$/_$(TARGET).lib
54 #Specifies object files to bind into linked libraries.
55 SLOFILES= \
56 $(SLO)$/ErrorBar.obj \
57 $(SLO)$/TrueGuard.obj \
58 $(SLO)$/LifeTime.obj \
59 $(SLO)$/MediaDescriptorHelper.obj \
60 $(SLO)$/ConfigColorScheme.obj \
61 $(SLO)$/ColorPerPointHelper.obj \
62 $(SLO)$/ObjectIdentifier.obj \
63 $(SLO)$/CachedDataSequence.obj \
64 $(SLO)$/CommonConverters.obj \
65 $(SLO)$/DataSeriesHelper.obj \
66 $(SLO)$/DataSource.obj \
67 $(SLO)$/DataSourceHelper.obj \
68 $(SLO)$/DiagramHelper.obj \
69 $(SLO)$/ExponentialRegressionCurveCalculator.obj \
70 $(SLO)$/ImplOPropertySet.obj \
71 $(SLO)$/InternalDataProvider.obj \
72 $(SLO)$/LabeledDataSequence.obj \
73 $(SLO)$/LinearRegressionCurveCalculator.obj \
74 $(SLO)$/LogarithmicRegressionCurveCalculator.obj \
75 $(SLO)$/MeanValueRegressionCurveCalculator.obj \
76 $(SLO)$/OPropertySet.obj \
77 $(SLO)$/WrappedPropertySet.obj \
78 $(SLO)$/WrappedProperty.obj \
79 $(SLO)$/WrappedIgnoreProperty.obj \
80 $(SLO)$/WrappedDefaultProperty.obj \
81 $(SLO)$/WrappedDirectStateProperty.obj \
82 $(SLO)$/PotentialRegressionCurveCalculator.obj \
83 $(SLO)$/RegressionCurveHelper.obj \
84 $(SLO)$/RegressionCurveModel.obj \
85 $(SLO)$/RelativeSizeHelper.obj \
86 $(SLO)$/RelativePositionHelper.obj \
87 $(SLO)$/Scaling.obj \
88 $(SLO)$/SceneProperties.obj \
89 $(SLO)$/ThreeDHelper.obj \
90 $(SLO)$/StatisticsHelper.obj \
91 $(SLO)$/ChartModelHelper.obj \
92 $(SLO)$/ChartViewHelper.obj \
93 $(SLO)$/ChartTypeHelper.obj \
94 $(SLO)$/AxisHelper.obj \
95 $(SLO)$/MutexContainer.obj \
96 $(SLO)$/PropertyHelper.obj \
97 $(SLO)$/FormattedStringHelper.obj \
98 $(SLO)$/TitleHelper.obj \
99 $(SLO)$/LegendHelper.obj \
100 $(SLO)$/CharacterProperties.obj \
101 $(SLO)$/LineProperties.obj \
102 $(SLO)$/FillProperties.obj \
103 $(SLO)$/UserDefinedProperties.obj \
104 $(SLO)$/NameContainer.obj \
105 $(SLO)$/ChartDebugTrace.obj \
106 $(SLO)$/_serviceregistration_tools.obj \
107 $(SLO)$/UncachedDataSequence.obj \
108 $(SLO)$/UndoManager.obj \
109 $(SLO)$/UndoGuard.obj \
110 $(SLO)$/ImplUndoManager.obj \
111 $(SLO)$/XMLRangeHelper.obj \
112 $(SLO)$/ModifyListenerHelper.obj \
113 $(SLO)$/ModifyListenerCallBack.obj \
114 $(SLO)$/BaseGFXHelper.obj \
115 $(SLO)$/ControllerLockGuard.obj \
116 $(SLO)$/WeakListenerAdapter.obj \
117 $(SLO)$/ResId.obj \
118 $(SLO)$/RessourceManager.obj \
119 $(SLO)$/RangeHighlighter.obj \
120 $(SLO)$/ReferenceSizeProvider.obj \
121 $(SLO)$/ExplicitCategoriesProvider.obj \
122 $(SLO)$/RegressionCurveCalculator.obj \
123 $(SLO)$/RegressionEquation.obj
125 DISABLED_SLOFILES= \
126 $(SLO)$/NamedFillProperties.obj \
127 $(SLO)$/NamedLineProperties.obj \
128 $(SLO)$/NamedProperties.obj
130 #--------
132 #Indicates the filename of the shared library.
133 SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
135 #indicates dependencies:
136 SHL1DEPN=
137 #Specifies an import library to create. For Win32 only.
138 SHL1IMPLIB= i$(TARGET)
140 #Specifies libraries from the same module to put into the shared library.
141 #was created above
142 SHL1LIBS= $(SLB)$/$(TARGET).lib
144 #Links import libraries.
146 SHL1STDLIBS= \
147 $(CPPULIB) \
148 $(CPPUHELPERLIB) \
149 $(COMPHELPERLIB) \
150 $(SALLIB) \
151 $(TOOLSLIB) \
152 $(SVLLIB) \
153 $(VCLLIB) \
154 $(I18NISOLANGLIB) \
155 $(BASEGFXLIB) \
156 $(UNOTOOLSLIB)
158 # $(SVLIB) \
159 # $(SVTOOLLIB) \
160 # $(SVXLIB) \
161 # $(TKLIB) \
162 # $(SFXLIB)
164 #--------exports
166 #specifies the exported symbols for Windows only:
167 SHL1DEF= $(MISC)$/$(SHL1TARGET).def
169 #Specifies the library name to parse for symbols. For Win32 only.
170 DEFLIB1NAME= $(TARGET)
172 #A file of symbols to export.
173 #DEF1EXPORTFILE= $(PRJ)$/source$/inc$/exports.dxp
175 #--------definition file
177 #name of the definition file:
178 DEF1NAME= $(SHL1TARGET)
180 # indicates definition file dependencies
181 DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
183 #A comment on the definition file.
184 DEF1DES= Chart Tools
186 # --- Targets -----------------------------------------------------------------
188 .INCLUDE: target.mk
190 # --- Filter -----------------------------------------------------------
192 $(MISC)$/$(SHL1TARGET).flt: makefile.mk \
193 exports.flt
194 $(TYPE) exports.flt > $@