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=oox 27TARGET=xls 28AUTOSEG=true 29 30ENABLE_EXCEPTIONS=TRUE 31 32# --- Settings ----------------------------------------------------- 33 34.INCLUDE : settings.mk 35.INCLUDE: $(PRJ)$/util$/makefile.pmk 36 37# --- Files -------------------------------------------------------- 38 39SLOFILES = \ 40 $(SLO)$/addressconverter.obj \ 41 $(SLO)$/autofilterbuffer.obj \ 42 $(SLO)$/autofiltercontext.obj \ 43 $(SLO)$/biffcodec.obj \ 44 $(SLO)$/biffdetector.obj \ 45 $(SLO)$/biffhelper.obj \ 46 $(SLO)$/biffinputstream.obj \ 47 $(SLO)$/biffoutputstream.obj \ 48 $(SLO)$/chartsheetfragment.obj \ 49 $(SLO)$/commentsbuffer.obj \ 50 $(SLO)$/commentsfragment.obj \ 51 $(SLO)$/condformatbuffer.obj \ 52 $(SLO)$/condformatcontext.obj \ 53 $(SLO)$/connectionsbuffer.obj \ 54 $(SLO)$/connectionsfragment.obj \ 55 $(SLO)$/defnamesbuffer.obj \ 56 $(SLO)$/drawingbase.obj \ 57 $(SLO)$/drawingfragment.obj \ 58 $(SLO)$/drawingmanager.obj \ 59 $(SLO)$/excelchartconverter.obj \ 60 $(SLO)$/excelfilter.obj \ 61 $(SLO)$/excelhandlers.obj \ 62 $(SLO)$/excelvbaproject.obj \ 63 $(SLO)$/externallinkbuffer.obj \ 64 $(SLO)$/externallinkfragment.obj \ 65 $(SLO)$/formulabase.obj \ 66 $(SLO)$/formulaparser.obj \ 67 $(SLO)$/numberformatsbuffer.obj \ 68 $(SLO)$/ooxformulaparser.obj \ 69 $(SLO)$/pagesettings.obj \ 70 $(SLO)$/pivotcachebuffer.obj \ 71 $(SLO)$/pivotcachefragment.obj \ 72 $(SLO)$/pivottablebuffer.obj \ 73 $(SLO)$/pivottablefragment.obj \ 74 $(SLO)$/querytablebuffer.obj \ 75 $(SLO)$/querytablefragment.obj \ 76 $(SLO)$/richstring.obj \ 77 $(SLO)$/richstringcontext.obj \ 78 $(SLO)$/scenariobuffer.obj \ 79 $(SLO)$/scenariocontext.obj \ 80 $(SLO)$/sharedstringsbuffer.obj \ 81 $(SLO)$/sharedstringsfragment.obj \ 82 $(SLO)$/sheetdatabuffer.obj \ 83 $(SLO)$/sheetdatacontext.obj \ 84 $(SLO)$/stylesbuffer.obj \ 85 $(SLO)$/stylesfragment.obj \ 86 $(SLO)$/tablebuffer.obj \ 87 $(SLO)$/tablefragment.obj \ 88 $(SLO)$/themebuffer.obj \ 89 $(SLO)$/unitconverter.obj \ 90 $(SLO)$/viewsettings.obj \ 91 $(SLO)$/workbookfragment.obj \ 92 $(SLO)$/workbookhelper.obj \ 93 $(SLO)$/workbooksettings.obj \ 94 $(SLO)$/worksheetbuffer.obj \ 95 $(SLO)$/worksheetfragment.obj \ 96 $(SLO)$/worksheethelper.obj \ 97 $(SLO)$/worksheetsettings.obj 98 99# --- Targets ------------------------------------------------------- 100 101.INCLUDE : target.mk 102