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 23PRJ=..$/.. 24 25PRJNAME=oovbapi 26 27TARGET=vba 28PACKAGE=ooo$/vba 29 30# --- Settings ----------------------------------------------------- 31.INCLUDE : $(PRJ)$/util$/makefile.pmk 32 33# ------------------------------------------------------------------------ 34.IF "$(L10N_framework)"="" 35IDLFILES=\ 36 XErrObject.idl \ 37 XCollection.idl\ 38 XCollectionBase.idl\ 39 XVBAToOOEventDescGen.idl\ 40 XPropValue.idl\ 41 XHelperInterface.idl\ 42 XAssistant.idl\ 43 XCommandBarControl.idl\ 44 XCommandBarControls.idl\ 45 XCommandBar.idl\ 46 XCommandBars.idl\ 47 XCommandBarPopup.idl\ 48 XCommandBarButton.idl\ 49 XControlProvider.idl\ 50 ControlProvider.idl\ 51 XApplicationBase.idl\ 52 XWindowBase.idl\ 53 XDocumentBase.idl\ 54 XDocumentsBase.idl\ 55 XGlobalsBase.idl\ 56 XDocumentProperty.idl\ 57 XDocumentProperties.idl\ 58 XExecutableDialog.idl\ 59 XFontBase.idl\ 60 XDialogsBase.idl\ 61 XDialogBase.idl\ 62 XPageSetupBase.idl 63 64# ------------------------------------------------------------------ 65.ENDIF 66.INCLUDE : target.mk 67