Update ooo320-m1
[ooovba.git] / oox / source / xls / makefile.mk
blob42a92edfe8635ccf1d1bf058811a6c3bc81b6ef6
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.5.20.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=..$/..
34 PRJNAME=oox
35 TARGET=xls
36 AUTOSEG=true
38 ENABLE_EXCEPTIONS=TRUE
40 # --- Settings -----------------------------------------------------
42 .INCLUDE : settings.mk
43 .INCLUDE: $(PRJ)$/util$/makefile.pmk
45 # --- Files --------------------------------------------------------
47 SLOFILES = \
48 $(SLO)$/addressconverter.obj \
49 $(SLO)$/autofiltercontext.obj \
50 $(SLO)$/biffcodec.obj \
51 $(SLO)$/biffdetector.obj \
52 $(SLO)$/biffhelper.obj \
53 $(SLO)$/biffinputstream.obj \
54 $(SLO)$/biffoutputstream.obj \
55 $(SLO)$/chartsheetfragment.obj \
56 $(SLO)$/commentsbuffer.obj \
57 $(SLO)$/commentsfragment.obj \
58 $(SLO)$/condformatbuffer.obj \
59 $(SLO)$/condformatcontext.obj \
60 $(SLO)$/connectionsfragment.obj \
61 $(SLO)$/defnamesbuffer.obj \
62 $(SLO)$/drawingfragment.obj \
63 $(SLO)$/excelchartconverter.obj \
64 $(SLO)$/excelfilter.obj \
65 $(SLO)$/excelhandlers.obj \
66 $(SLO)$/externallinkbuffer.obj \
67 $(SLO)$/externallinkfragment.obj \
68 $(SLO)$/formulabase.obj \
69 $(SLO)$/formulaparser.obj \
70 $(SLO)$/numberformatsbuffer.obj \
71 $(SLO)$/ooxformulaparser.obj \
72 $(SLO)$/pagesettings.obj \
73 $(SLO)$/pivotcachebuffer.obj \
74 $(SLO)$/pivotcachefragment.obj \
75 $(SLO)$/pivottablebuffer.obj \
76 $(SLO)$/pivottablefragment.obj \
77 $(SLO)$/querytablefragment.obj \
78 $(SLO)$/richstring.obj \
79 $(SLO)$/richstringcontext.obj \
80 $(SLO)$/scenariobuffer.obj \
81 $(SLO)$/scenariocontext.obj \
82 $(SLO)$/sharedformulabuffer.obj \
83 $(SLO)$/sharedstringsbuffer.obj \
84 $(SLO)$/sharedstringsfragment.obj \
85 $(SLO)$/sheetdatacontext.obj \
86 $(SLO)$/stylesbuffer.obj \
87 $(SLO)$/stylesfragment.obj \
88 $(SLO)$/tablebuffer.obj \
89 $(SLO)$/tablefragment.obj \
90 $(SLO)$/themebuffer.obj \
91 $(SLO)$/unitconverter.obj \
92 $(SLO)$/viewsettings.obj \
93 $(SLO)$/webquerybuffer.obj \
94 $(SLO)$/workbookfragment.obj \
95 $(SLO)$/workbookhelper.obj \
96 $(SLO)$/workbooksettings.obj \
97 $(SLO)$/worksheetbuffer.obj \
98 $(SLO)$/worksheetfragment.obj \
99 $(SLO)$/worksheethelper.obj \
100 $(SLO)$/worksheetsettings.obj
102 # --- Targets -------------------------------------------------------
104 .INCLUDE : target.mk