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
bed6580e
Kaydet (Commit)
bed6580e
authored
Nis 05, 2012
tarafından
David Ostrovsky
Kaydeden (comit)
Matúš Kukan
Nis 13, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gbuild conversion: idlc module
üst
1830cf75
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
211 additions
and
251 deletions
+211
-251
Makefile
Makefile
+1
-1
Repository.mk
Repository.mk
+5
-0
RepositoryModule_ooo.mk
RepositoryModule_ooo.mk
+1
-0
CustomTarget_scanner.mk
idlc/CustomTarget_scanner.mk
+39
-0
Executable_idlc.mk
idlc/Executable_idlc.mk
+75
-0
Executable_idlcpp.mk
idlc/Executable_idlcpp.mk
+46
-0
Makefile
idlc/Makefile
+7
-0
Module_idlc.mk
idlc/Module_idlc.mk
+35
-0
makefile.mk
idlc/inc/makefile.mk
+0
-39
build.lst
idlc/prj/build.lst
+1
-3
d.lst
idlc/prj/d.lst
+0
-7
makefile.mk
idlc/prj/makefile.mk
+1
-0
makefile.mk
idlc/source/makefile.mk
+0
-124
makefile.mk
idlc/source/preproc/makefile.mk
+0
-77
No files found.
Makefile
Dosyayı görüntüle @
bed6580e
...
...
@@ -66,6 +66,7 @@ hwpfilter\
i18npool
\
i18nutil
\
idl
\
idlc
\
io
\
javaunohelper
\
jurt
\
...
...
@@ -176,7 +177,6 @@ hunspell\
hyphen
\
icc
\
icu
\
idlc
\
instsetoo_native
\
jfreereport
\
jpeg
\
...
...
Repository.mk
Dosyayı görüntüle @
bed6580e
...
...
@@ -53,6 +53,11 @@ $(eval $(call gb_Helper_register_executables,NONE, \
xpdfimport \
))
$(eval $(call gb_Helper_register_executables,SDK, \
idlc \
idlcpp \
))
$(eval $(call gb_Helper_register_executables,OOO, \
spadmin.bin \
$(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
...
...
RepositoryModule_ooo.mk
Dosyayı görüntüle @
bed6580e
...
...
@@ -67,6 +67,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
i18npool
\
i18nutil
\
idl
\
idlc
\
javaunohelper
\
jvmaccess
\
jvmfwk
\
...
...
idlc/CustomTarget_scanner.mk
0 → 100644
Dosyayı görüntüle @
bed6580e
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_CustomTarget_CustomTarget,idlc/scanner))
ICSC := $(call gb_CustomTarget_get_workdir,idlc/scanner)
$(call gb_CustomTarget_get_target,idlc/scanner) : $(ICSC)/scanner.cxx
$(ICSC)/scanner.cxx : $(ICSC)/stripped_scanner.ll
flex -o$@ $<
$(ICSC)/stripped_scanner.ll : $(SRCDIR)/idlc/source/scanner.ll | $(ICSC)/.dir
tr -d "\015" < $< > $@
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
idlc/Executable_idlc.mk
0 → 100644
Dosyayı görüntüle @
bed6580e
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Executable_Executable,idlc))
$(eval $(call gb_Executable_set_include,idlc,\
-I$(WORKDIR)/YaccTarget/idlc/source \
-I$(SRCDIR)/idlc/inc \
-I$(SRCDIR)/idlc/source \
$$(INCLUDE) \
))
$(eval $(call gb_Executable_use_libraries,idlc,\
reg \
sal \
salhelper \
))
$(eval $(call gb_Executable_add_grammars,idlc,\
idlc/source/parser \
))
$(WORKDIR)/GenCxxObject/YaccTarget/idlc/source/parser.o: T_CXXFLAGS := $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_LinkTarget_CXXFLAGS) $(CXXFLAGS)
$(eval $(call gb_Executable_use_custom_headers,idlc,idlc/scanner))
$(eval $(call gb_Executable_add_exception_objects,idlc,\
idlc/source/wrap_scanner \
idlc/source/idlcmain \
idlc/source/idlc \
idlc/source/idlccompile \
idlc/source/idlcproduce \
idlc/source/errorhandler \
idlc/source/options \
idlc/source/fehelper \
idlc/source/astdeclaration \
idlc/source/astscope \
idlc/source/aststack \
idlc/source/astdump \
idlc/source/astinterface \
idlc/source/aststruct \
idlc/source/aststructinstance \
idlc/source/astoperation \
idlc/source/astconstant \
idlc/source/astenum \
idlc/source/astarray \
idlc/source/astunion \
idlc/source/astexpression \
idlc/source/astservice \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
idlc/Executable_idlcpp.mk
0 → 100644
Dosyayı görüntüle @
bed6580e
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Executable_Executable,idlcpp))
ifeq ($(OS),WNT)
$(eval $(call gb_Executable_use_libraries,idlcpp,\
gnu_getopt \
))
endif
$(eval $(call gb_Executable_add_cobjects,idlcpp,\
idlc/source/preproc/cpp \
idlc/source/preproc/eval \
idlc/source/preproc/include \
idlc/source/preproc/lex \
idlc/source/preproc/macro \
idlc/source/preproc/nlist \
idlc/source/preproc/tokens \
idlc/source/preproc/unix \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
idlc/Makefile
0 → 100644
Dosyayı görüntüle @
bed6580e
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
module_directory
:=
$
(
dir
$
(
realpath
$
(
firstword
$(MAKEFILE_LIST)
)))
include
$(module_directory)/../solenv/gbuild/partial_build.mk
# vim: set noet sw=4 ts=4:
idlc/Module_idlc.mk
0 → 100644
Dosyayı görüntüle @
bed6580e
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Module_Module,idlc))
$(eval $(call gb_Module_add_targets,idlc,\
CustomTarget_scanner \
Executable_idlc \
Executable_idlcpp \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
idlc/inc/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
1830cf75
#*************************************************************************
#
# 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
=
idlc
TARGET
=
inc
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
# --- Targets -------------------------------------------------------
.INCLUDE
:
target.mk
idlc/prj/build.lst
Dosyayı görüntüle @
bed6580e
ic idlc : registry NULL
ic idlc usr1 - all ic_mkout NULL
ic idlc\inc nmake - all ic_inc NULL
ic idlc\source\preproc nmake - all ic_preproc ic_inc NULL
ic idlc\source nmake - all ic_source ic_inc NULL
ic idlc\prj nmake - all ic_prj NULL
idlc/prj/d.lst
Dosyayı görüntüle @
bed6580e
..\%__SRC%\bin\idlc.exe %_DEST%\bin\idlc.exe
..\%__SRC%\bin\idlc.pdb %_DEST%\bin\idlc.pdb
..\%__SRC%\bin\idlcpp.exe %_DEST%\bin\idlcpp.exe
..\%__SRC%\bin\idlcpp.pdb %_DEST%\bin\idlcpp.pdb
..\%__SRC%\bin\idlc %_DEST%\bin\idlc
..\%__SRC%\bin\idlcpp %_DEST%\bin\idlcpp
idlc/prj/makefile.mk
0 → 100644
Dosyayı görüntüle @
bed6580e
.INCLUDE
:
gbuildbridge.mk
idlc/source/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
1830cf75
#*************************************************************************
#
# 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
=
idlc
TARGET
=
idlc
TARGETTYPE
=
CUI
LIBTARGET
=
NO
ENABLE_EXCEPTIONS
=
TRUE
INCPRE
=
$(MISC)
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
CXXFILES
=
\
wrap_scanner.cxx
\
wrap_parser.cxx
\
idlcmain.cxx
\
idlc.cxx
\
idlccompile.cxx
\
idlcproduce.cxx
\
errorhandler.cxx
\
options.cxx
\
fehelper.cxx
\
astdeclaration.cxx
\
astscope.cxx
\
aststack.cxx
\
astdump.cxx
\
astinterface.cxx
\
aststruct.cxx
\
aststructinstance.cxx
\
astoperation.cxx
\
astconstant.cxx
\
astenum.cxx
\
astarray.cxx
\
astunion.cxx
\
astexpression.cxx
\
astservice.cxx
YACCTARGET
=
$(MISC)$/
parser.cxx
YACCFILES
=
parser.y
OBJFILES
=
\
$(OBJ)$/
wrap_scanner.obj
\
$(OBJ)$/
wrap_parser.obj
\
$(OBJ)$/
idlcmain.obj
\
$(OBJ)$/
idlc.obj
\
$(OBJ)$/
idlccompile.obj
\
$(OBJ)$/
idlcproduce.obj
\
$(OBJ)$/
errorhandler.obj
\
$(OBJ)$/
options.obj
\
$(OBJ)$/
fehelper.obj
\
$(OBJ)$/
astdeclaration.obj
\
$(OBJ)$/
astscope.obj
\
$(OBJ)$/
aststack.obj
\
$(OBJ)$/
astdump.obj
\
$(OBJ)$/
astinterface.obj
\
$(OBJ)$/
aststruct.obj
\
$(OBJ)$/
aststructinstance.obj
\
$(OBJ)$/
astoperation.obj
\
$(OBJ)$/
astconstant.obj
\
$(OBJ)$/
astenum.obj
\
$(OBJ)$/
astarray.obj
\
$(OBJ)$/
astunion.obj
\
$(OBJ)$/
astexpression.obj
\
$(OBJ)$/
astservice.obj
APP1TARGET
=
$(TARGET)
APP1OBJS
=
$(OBJFILES)
APP1RPATH
=
SDK
APP1STDLIBS
=
\
$(REGLIB)
\
$(SALLIB)
\
$(SALHELPERLIB)
# --- Targets ------------------------------------------------------
.IF
"$(debug)"
==
""
YACCFLAGS
+=
-l
.ELSE
YACCFLAGS
+=
-v
.ENDIF
.INCLUDE
:
target.mk
$(MISC)$/stripped_scanner.ll
:
scanner.ll
tr
-d
"\015"
<
scanner.ll
>
$(MISC)$/stripped_scanner.ll
$(MISC)$/scanner.cxx
:
$(MISC)$/stripped_scanner.ll
flex
-o$(MISC)$/scanner.cxx
$(MISC)$/stripped_scanner.ll
$(OBJ)$/wrap_parser.obj
:
$(MISC)$/parser.cxx
$(OBJ)$/wrap_scanner.obj
:
$(MISC)$/scanner.cxx
idlc/source/preproc/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
1830cf75
#*************************************************************************
#
# 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
=
idlc
TARGET
=
idlcpp
TARGETTYPE
=
CUI
# --- Settings -----------------------------------------------------
NO_DEFAULT_STL
=
TRUE
LIBSALCPPRT
=
$
(
0
)
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
OBJFILES
=
\
$(OBJ)$/
cpp.obj
\
$(OBJ)$/
eval.obj
\
$(OBJ)$/
include.obj
\
$(OBJ)$/
lex.obj
\
$(OBJ)$/
macro.obj
\
$(OBJ)$/
nlist.obj
\
$(OBJ)$/
tokens.obj
\
$(OBJ)$/
unix.obj
# --- CPP -------------------------------------------------------
APP1TARGET
=
$(TARGET)
APP1RPATH
=
SDK
.IF
"$(GUI)"
!=
"UNX"
.IF
"$(COM)"
!=
"GCC"
APP1OBJS
=
$(OBJ)$/
cpp.obj
.ENDIF
.ENDIF
APP1LIBS
=
$(LB)$/
idlcpp.lib
.IF
"$(HAVE_GETOPT)"
!=
"YES"
.IF
"$(GUI)$(COM)"
==
"WNTMSC"
APP1STDLIBS
=
gnu_getopt.lib
.ELIF
"$(GUI)$(COM)"
==
"WNTGCC"
APP1STDLIBS
=
-lgnu_getopt
.ENDIF
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
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