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=sc 27TARGET=vbaobj 28ENABLE_EXCEPTIONS=TRUE 29VISIBILITY_HIDDEN=TRUE 30 31# --- Settings ----------------------------------------------------- 32 33.INCLUDE : settings.mk 34DLLPRE = 35 36.IF "$(L10N_framework)"=="" 37INCPRE=$(INCCOM)$/$(TARGET) 38 39# ------------------------------------------------------------------ 40 41SLOFILES= \ 42 $(SLO)$/excelvbahelper.obj \ 43 $(SLO)$/service.obj \ 44 $(SLO)$/vbaapplication.obj \ 45 $(SLO)$/vbaassistant.obj \ 46 $(SLO)$/vbaaxes.obj \ 47 $(SLO)$/vbaaxis.obj \ 48 $(SLO)$/vbaaxistitle.obj \ 49 $(SLO)$/vbaborders.obj \ 50 $(SLO)$/vbacharacters.obj \ 51 $(SLO)$/vbachart.obj \ 52 $(SLO)$/vbachartobject.obj \ 53 $(SLO)$/vbachartobjects.obj \ 54 $(SLO)$/vbacharts.obj \ 55 $(SLO)$/vbacharttitle.obj \ 56 $(SLO)$/vbacomment.obj \ 57 $(SLO)$/vbacomments.obj \ 58 $(SLO)$/vbacondition.obj \ 59 $(SLO)$/vbadialog.obj \ 60 $(SLO)$/vbadialogs.obj \ 61 $(SLO)$/vbaeventshelper.obj \ 62 $(SLO)$/vbafont.obj \ 63 $(SLO)$/vbaformat.obj \ 64 $(SLO)$/vbaformatcondition.obj \ 65 $(SLO)$/vbaformatconditions.obj \ 66 $(SLO)$/vbaglobals.obj \ 67 $(SLO)$/vbahyperlink.obj \ 68 $(SLO)$/vbahyperlinks.obj \ 69 $(SLO)$/vbainterior.obj \ 70 $(SLO)$/vbaname.obj \ 71 $(SLO)$/vbanames.obj \ 72 $(SLO)$/vbaoleobject.obj \ 73 $(SLO)$/vbaoleobjects.obj \ 74 $(SLO)$/vbaoutline.obj \ 75 $(SLO)$/vbapagebreak.obj \ 76 $(SLO)$/vbapagebreaks.obj \ 77 $(SLO)$/vbapagesetup.obj \ 78 $(SLO)$/vbapalette.obj \ 79 $(SLO)$/vbapane.obj \ 80 $(SLO)$/vbapivotcache.obj \ 81 $(SLO)$/vbapivottable.obj \ 82 $(SLO)$/vbapivottables.obj \ 83 $(SLO)$/vbarange.obj \ 84 $(SLO)$/vbaseriescollection.obj \ 85 $(SLO)$/vbasheetobject.obj \ 86 $(SLO)$/vbasheetobjects.obj \ 87 $(SLO)$/vbastyle.obj \ 88 $(SLO)$/vbastyles.obj \ 89 $(SLO)$/vbatextboxshape.obj \ 90 $(SLO)$/vbatextframe.obj \ 91 $(SLO)$/vbavalidation.obj \ 92 $(SLO)$/vbawindow.obj \ 93 $(SLO)$/vbawindows.obj \ 94 $(SLO)$/vbaworkbook.obj \ 95 $(SLO)$/vbaworkbooks.obj \ 96 $(SLO)$/vbaworksheet.obj \ 97 $(SLO)$/vbaworksheets.obj \ 98 $(SLO)$/vbawsfunction.obj 99 100.ENDIF 101# --- Targets ------------------------------------------------------ 102 103.INCLUDE : target.mk 104 105