Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
aec495fb
Kaydet (Commit)
aec495fb
authored
Kas 21, 2011
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oovbaapi: kill dmakefiles
üst
9747d454
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
467 deletions
+0
-467
makefile.mk
oovbaapi/ooo/vba/constants/makefile.mk
+0
-59
makefile.mk
oovbaapi/ooo/vba/excel/makefile.mk
+0
-116
makefile.mk
oovbaapi/ooo/vba/makefile.mk
+0
-74
makefile.mk
oovbaapi/ooo/vba/msforms/makefile.mk
+0
-75
makefile.mk
oovbaapi/ooo/vba/word/makefile.mk
+0
-111
makefile.pmk
oovbaapi/util/makefile.pmk
+0
-32
No files found.
oovbaapi/ooo/vba/constants/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
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
oovbaapi/ooo/vba/excel/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
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
=
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
oovbaapi/ooo/vba/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
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
=
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
oovbaapi/ooo/vba/msforms/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
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
=
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
oovbaapi/ooo/vba/word/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
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
=
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
oovbaapi/util/makefile.pmk
deleted
100755 → 0
Dosyayı görüntüle @
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.
#
#*************************************************************************
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
LOCALIDLFILES
=
TRUE
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment