1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 11# OpenOffice.org is free software: you can redistribute it and/or modify 12# it under the terms of the GNU Lesser General Public License version 3 13# only, as published by the Free Software Foundation. 14# 15# OpenOffice.org is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU Lesser General Public License version 3 for more details 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#************************************************************************* 27 28PRJ=..$/.. 29 30PRJNAME=oox 31TARGET=xls 32AUTOSEG=true 33 34ENABLE_EXCEPTIONS=TRUE 35 36# --- Settings ----------------------------------------------------- 37 38.INCLUDE : settings.mk 39.INCLUDE: $(PRJ)$/util$/makefile.pmk 40 41# --- Files -------------------------------------------------------- 42 43SLOFILES = \ 44 $(SLO)$/addressconverter.obj \ 45 $(SLO)$/autofilterbuffer.obj \ 46 $(SLO)$/autofiltercontext.obj \ 47 $(SLO)$/biffcodec.obj \ 48 $(SLO)$/biffdetector.obj \ 49 $(SLO)$/biffhelper.obj \ 50 $(SLO)$/biffinputstream.obj \ 51 $(SLO)$/biffoutputstream.obj \ 52 $(SLO)$/chartsheetfragment.obj \ 53 $(SLO)$/commentsbuffer.obj \ 54 $(SLO)$/commentsfragment.obj \ 55 $(SLO)$/condformatbuffer.obj \ 56 $(SLO)$/condformatcontext.obj \ 57 $(SLO)$/connectionsbuffer.obj \ 58 $(SLO)$/connectionsfragment.obj \ 59 $(SLO)$/defnamesbuffer.obj \ 60 $(SLO)$/drawingbase.obj \ 61 $(SLO)$/drawingfragment.obj \ 62 $(SLO)$/drawingmanager.obj \ 63 $(SLO)$/excelchartconverter.obj \ 64 $(SLO)$/excelfilter.obj \ 65 $(SLO)$/excelhandlers.obj \ 66 $(SLO)$/excelvbaproject.obj \ 67 $(SLO)$/externallinkbuffer.obj \ 68 $(SLO)$/externallinkfragment.obj \ 69 $(SLO)$/formulabase.obj \ 70 $(SLO)$/formulaparser.obj \ 71 $(SLO)$/numberformatsbuffer.obj \ 72 $(SLO)$/ooxformulaparser.obj \ 73 $(SLO)$/pagesettings.obj \ 74 $(SLO)$/pivotcachebuffer.obj \ 75 $(SLO)$/pivotcachefragment.obj \ 76 $(SLO)$/pivottablebuffer.obj \ 77 $(SLO)$/pivottablefragment.obj \ 78 $(SLO)$/querytablebuffer.obj \ 79 $(SLO)$/querytablefragment.obj \ 80 $(SLO)$/richstring.obj \ 81 $(SLO)$/richstringcontext.obj \ 82 $(SLO)$/scenariobuffer.obj \ 83 $(SLO)$/scenariocontext.obj \ 84 $(SLO)$/sharedstringsbuffer.obj \ 85 $(SLO)$/sharedstringsfragment.obj \ 86 $(SLO)$/sheetdatabuffer.obj \ 87 $(SLO)$/sheetdatacontext.obj \ 88 $(SLO)$/stylesbuffer.obj \ 89 $(SLO)$/stylesfragment.obj \ 90 $(SLO)$/tablebuffer.obj \ 91 $(SLO)$/tablefragment.obj \ 92 $(SLO)$/themebuffer.obj \ 93 $(SLO)$/unitconverter.obj \ 94 $(SLO)$/viewsettings.obj \ 95 $(SLO)$/workbookfragment.obj \ 96 $(SLO)$/workbookhelper.obj \ 97 $(SLO)$/workbooksettings.obj \ 98 $(SLO)$/worksheetbuffer.obj \ 99 $(SLO)$/worksheetfragment.obj \ 100 $(SLO)$/worksheethelper.obj \ 101 $(SLO)$/worksheetsettings.obj 102 103# --- Targets ------------------------------------------------------- 104 105.INCLUDE : target.mk 106