Kaydet (Commit) aec495fb authored tarafından Michael Stahl's avatar Michael Stahl

oovbaapi: kill dmakefiles

üst 9747d454
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..$/..
PRJNAME=oovbapi
TARGET=constants
PACKAGE=org$/vba$/constants
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.IF "$(L10N_framework)"==""
# ------------------------------------------------------------------------
MY_GEN_IDL_PATH=$(MISC)$/idl
MY_GEN_UCR_PATH=$(OUT)$/ucr$/$(PACKAGE)
MYTMPIDLFILES=$(shell @ls $(MY_GEN_IDL_PATH))
MYIDLFILES=$(foreach,i,$(MYTMPIDLFILES) $(MY_GEN_IDL_PATH)$/$(i))
MYURDFILES=$(foreach,i,$(MYIDLFILES) $(MY_GEN_UCR_PATH)$/$(i:b).urd)
MYDBTARGET=$(OUT)$/ucr/constants.db
.ENDIF
.INCLUDE : target.mk
.IF "$(L10N_framework)"==""
ALLTAR: $(MYDBTARGET)
$(MY_GEN_UCR_PATH)$/%.urd: $(MY_GEN_IDL_PATH)$/%.idl
$(IDLC) -C -O $(MY_GEN_UCR_PATH) -I $(MY_GEN_IDL_PATH) -I $(SOLARIDLDIR) $?
$(MYDBTARGET) : $(MYURDFILES) $(MYIDLFILES)
$(REGMERGE) $(OUT)$/ucr/constants.db /UCR @$(mktmp $(MYURDFILES))
.ENDIF
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..$/..
PRJNAME=oovapi
TARGET=excel
PACKAGE=ooo$/vba$/excel
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
# ------------------------------------------------------------------------
IDLFILES= XGlobals.idl\
Globals.idl\
SheetObject.idl\
SheetObjects.idl\
XApplication.idl\
XComment.idl\
XComments.idl\
XRange.idl\
XWorkbook.idl\
XWorkbooks.idl\
XWorksheet.idl\
XWorksheets.idl\
XFont.idl\
XOutline.idl\
XInterior.idl\
XWorksheetFunction.idl\
XWindow.idl\
XChartObject.idl\
XChartObjects.idl\
XChart.idl\
XCharts.idl\
XSeriesCollection.idl\
XSeries.idl\
XDialog.idl \
XPivotTables.idl \
XPivotTable.idl \
XPivotCache.idl \
XDialogs.idl \
XWindows.idl \
XBorder.idl \
XBorders.idl \
XCharacters.idl \
XValidation.idl\
XOLEObject.idl\
XOLEObjects.idl\
XPane.idl\
XTextFrame.idl\
XTitle.idl\
XChartTitle.idl\
XDataLabel.idl\
XDataLabels.idl\
XAxes.idl\
XAxis.idl\
XAxisTitle.idl\
XStyle.idl \
XStyles.idl \
XFormat.idl \
XFormatCondition.idl \
XFormatConditions.idl \
Range.idl\
XName.idl\
XNames.idl \
Workbook.idl \
Worksheet.idl \
Window.idl \
XHyperlink.idl \
Hyperlink.idl \
XHyperlinks.idl \
XPageSetup.idl \
XPageBreak.idl \
XHPageBreak.idl \
XHPageBreaks.idl \
XVPageBreak.idl \
XVPageBreaks.idl \
TextFrame.idl \
XMenuBar.idl \
XMenuBars.idl \
XMenu.idl \
XMenus.idl \
XMenuItem.idl \
XMenuItems.idl \
XQueryTable.idl
# ------------------------------------------------------------------
.INCLUDE : target.mk
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..
PRJNAME=oovbapi
TARGET=vba
PACKAGE=ooo$/vba
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
# ------------------------------------------------------------------------
.IF "$(L10N_framework)"=""
IDLFILES=\
XErrObject.idl \
XCollection.idl\
XCollectionBase.idl\
XVBAToOOEventDescGen.idl\
XPropValue.idl\
XHelperInterface.idl\
XAssistant.idl\
XCommandBarControl.idl\
XCommandBarControls.idl\
XCommandBar.idl\
XCommandBars.idl\
XCommandBarPopup.idl\
XCommandBarButton.idl\
XControlProvider.idl\
ControlProvider.idl\
XApplicationBase.idl\
XWindowBase.idl\
XDocumentBase.idl\
XDocumentsBase.idl\
XGlobalsBase.idl\
XDocumentProperty.idl\
XDocumentProperties.idl\
XExecutableDialog.idl\
XFontBase.idl\
XDialogsBase.idl\
XDialogBase.idl\
XPageSetupBase.idl \
XFileSearch.idl\
XFoundFiles.idl\
XFileDialog.idl \
XFileDialogSelectedItems.idl
# ------------------------------------------------------------------
.ENDIF
.INCLUDE : target.mk
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..$/..
PRJNAME=oovbapi
TARGET=msforms
PACKAGE=ooo$/vba$/msforms
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
# ------------------------------------------------------------------------
IDLFILES=\
MSFormReturnTypes.idl \
XCheckBox.idl \
XComboBox.idl \
XCommandButton.idl \
XControl.idl \
XFrame.idl \
XLabel.idl \
XNewFont.idl \
XTextBox.idl \
XRadioButton.idl \
XCheckBox.idl \
XShape.idl \
XShapes.idl \
XLineFormat.idl \
XColorFormat.idl \
XFillFormat.idl \
XPictureFormat.idl \
XShapeRange.idl \
XTextBoxShape.idl \
XUserForm.idl \
XListBox.idl \
XToggleButton.idl \
XScrollBar.idl \
XProgressBar.idl \
XMultiPage.idl \
XPages.idl \
XSpinButton.idl \
XImage.idl \
XControls.idl \
XReturnBoolean.idl \
XReturnInteger.idl \
XTextFrame.idl \
# ------------------------------------------------------------------
.INCLUDE : target.mk
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ=..$/..$/..
PRJNAME=oovapi
TARGET=word
PACKAGE=ooo$/vba$/word
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
# ------------------------------------------------------------------------
IDLFILES= XGlobals.idl\
XApplication.idl \
XDocument.idl \
XWindow.idl \
XSystem.idl \
XRange.idl \
XBookmark.idl \
XBookmarks.idl \
XVariable.idl \
XVariables.idl \
XView.idl \
XPane.idl \
XPanes.idl \
XOptions.idl \
XSelection.idl \
XTemplate.idl \
XParagraphFormat.idl \
XAutoTextEntries.idl \
XAutoTextEntry.idl \
XParagraphs.idl \
XParagraph.idl \
XFind.idl \
XReplacement.idl \
XStyle.idl \
XStyles.idl \
XFont.idl \
XTable.idl \
XTables.idl \
XField.idl \
XFields.idl \
XBorder.idl \
XBorders.idl \
XDocuments.idl \
XHeaderFooter.idl \
XAddins.idl \
XAddin.idl \
XDialogs.idl \
XDialog.idl \
XWrapFormat.idl \
XPageSetup.idl \
XSection.idl \
XSections.idl \
XRow.idl \
XRows.idl \
XColumn.idl \
XColumns.idl \
XCell.idl \
XCells.idl \
XTabStop.idl \
XTabStops.idl \
XTableOfContents.idl \
XTablesOfContents.idl \
XListFormat.idl \
XListGalleries.idl \
XListGallery.idl \
XListTemplate.idl \
XListTemplates.idl \
XListLevel.idl \
XListLevels.idl \
XFormField.idl \
XFormFields.idl \
XRevision.idl \
XRevisions.idl \
XFrame.idl \
XFrames.idl \
XCheckBox.idl \
XHeadersFooters.idl \
# ------------------------------------------------------------------
.INCLUDE : target.mk
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
LOCALIDLFILES=TRUE
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment