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
a2970624
Kaydet (Commit)
a2970624
authored
Nis 20, 2011
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gbuildize formula
üst
ad103b9a
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
346 additions
and
428 deletions
+346
-428
AllLangResTarget_for.mk
formula/AllLangResTarget_for.mk
+48
-0
AllLangResTarget_forui.mk
formula/AllLangResTarget_forui.mk
+50
-0
Library_for.mk
formula/Library_for.mk
+72
-0
Library_forui.mk
formula/Library_forui.mk
+70
-0
Makefile
formula/Makefile
+10
-14
Module_formula.mk
formula/Module_formula.mk
+38
-0
Package_inc.mk
formula/Package_inc.mk
+47
-0
makefile.mk
formula/inc/makefile.mk
+0
-47
build.lst
formula/prj/build.lst
+1
-7
d.lst
formula/prj/d.lst
+0
-37
makefile.mk
formula/prj/makefile.mk
+10
-15
makefile.mk
formula/source/core/api/makefile.mk
+0
-47
makefile.mk
formula/source/core/resource/makefile.mk
+0
-49
makefile.mk
formula/source/ui/dlg/makefile.mk
+0
-66
makefile.mk
formula/util/makefile.mk
+0
-146
No files found.
formula/AllLangResTarget_for.mk
0 → 100644
Dosyayı görüntüle @
a2970624
# 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.
#
# The Initial Developer of the Original Code is
# David Tardon, Red Hat Inc. <dtardon@redhat.com>
# Portions created by the Initial Developer are Copyright (C) 2010 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# 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_AllLangResTarget_AllLangResTarget,for))
$(eval $(call gb_AllLangResTarget_set_reslocation,for,formula))
$(eval $(call gb_AllLangResTarget_add_srs,for,\
formula/res \
))
$(eval $(call gb_SrsTarget_SrsTarget,formula/res))
$(eval $(call gb_SrsTarget_set_include,formula/res,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/formula/source/core/inc) \
-I$(OUTDIR)/inc \
))
$(eval $(call gb_SrsTarget_add_files,formula/res,\
formula/source/core/resource/core_resource.src \
))
# vim: set noet ts=4 sw=4:
formula/AllLangResTarget_forui.mk
0 → 100644
Dosyayı görüntüle @
a2970624
# 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.
#
# The Initial Developer of the Original Code is
# David Tardon, Red Hat Inc. <dtardon@redhat.com>
# Portions created by the Initial Developer are Copyright (C) 2010 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# 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_AllLangResTarget_AllLangResTarget,forui))
$(eval $(call gb_AllLangResTarget_set_reslocation,forui,formula))
$(eval $(call gb_AllLangResTarget_add_srs,forui,\
formula/ui \
))
$(eval $(call gb_SrsTarget_SrsTarget,formula/ui))
$(eval $(call gb_SrsTarget_set_include,formula/ui,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/formula/inc) \
-I$(realpath $(SRCDIR)/formula/source/ui/inc) \
-I$(OUTDIR)/inc \
))
$(eval $(call gb_SrsTarget_add_files,formula/ui,\
formula/source/ui/dlg/formdlgs.src \
formula/source/ui/dlg/parawin.src \
))
# vim: set noet ts=4 sw=4:
formula/Library_for.mk
0 → 100644
Dosyayı görüntüle @
a2970624
# 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.
#
# The Initial Developer of the Original Code is
# David Tardon, Red Hat Inc. <dtardon@redhat.com>
# Portions created by the Initial Developer are Copyright (C) 2010 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# 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_Library_Library,for))
$(eval $(call gb_Library_add_package_headers,for,\
formula_inc \
))
$(eval $(call gb_Library_add_precompiled_header,for,$(SRCDIR)/formula/inc/pch/precompiled_formula))
$(eval $(call gb_Library_set_include,for,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/formula/inc/pch) \
-I$(realpath $(SRCDIR)/formula/source/core/inc) \
-I$(OUTDIR)/inc \
-I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,for,\
$$(DEFS) \
-DFORMULA_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_add_linked_libs,for,\
comphelper \
cppu \
cppuhelper \
sal \
svl \
svt \
tl \
utl \
vcl \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,for,formula/util/for))
$(eval $(call gb_Library_add_exception_objects,for,\
formula/source/core/api/FormulaCompiler \
formula/source/core/api/FormulaOpCodeMapperObj \
formula/source/core/api/services \
formula/source/core/api/token \
formula/source/core/resource/core_resource \
))
# vim: set noet ts=4 sw=4:
formula/Library_forui.mk
0 → 100644
Dosyayı görüntüle @
a2970624
# 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.
#
# The Initial Developer of the Original Code is
# David Tardon, Red Hat Inc. <dtardon@redhat.com>
# Portions created by the Initial Developer are Copyright (C) 2010 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# 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_Library_Library,forui))
$(eval $(call gb_Library_add_precompiled_header,forui,$(SRCDIR)/formula/inc/pch/precompiled_formula))
$(eval $(call gb_Library_set_include,forui,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/formula/inc) \
-I$(realpath $(SRCDIR)/formula/inc/pch) \
-I$(realpath $(SRCDIR)/formula/source/ui/inc) \
-I$(OUTDIR)/inc \
-I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,forui,\
$$(DEFS) \
-DFORMULA_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_add_linked_libs,forui,\
cppu \
cppuhelper \
for \
sal \
sfx \
svl \
svt \
tl \
utl \
vcl \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,forui,\
formula/source/ui/dlg/formula \
formula/source/ui/dlg/FormulaHelper \
formula/source/ui/dlg/funcpage \
formula/source/ui/dlg/funcutl \
formula/source/ui/dlg/parawin \
formula/source/ui/dlg/structpg \
formula/source/ui/resource/ModuleHelper \
))
# vim: set noet ts=4 sw=4:
formula/
util/makefile.pmk
→
formula/
Makefile
100755 → 100644
Dosyayı görüntüle @
a2970624
#*************************************************************************
#
# 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
...
...
@@ -25,18 +25,14 @@
#
#*************************************************************************
# define FORMULA_DLLIMPLEMENTATION (see @ dllapi.h)
CDEFS
+=
-DFORMULA_DLLIMPLEMENTATION
ifeq
($(strip
$(SOLARENV)),)
$(error
No
environment
set!)
endif
gb_PARTIALBUILD
:=
T
GBUILDDIR
:=
$(SOLARENV)
/gbuild
include
$(GBUILDDIR)/gbuild.mk
# set default symbol visibility / scope to hidden
.IF
"$(COMNAME)"
==
"gcc3"
.IF
"$(HAVE_GCC_VISIBILITY_FEATURE)"
==
"TRUE"
CFLAGS
+=
-fvisibility
=
hidden
.ENDIF
# HAVE_GCC_VISIBILITY_FEATURE
.ENDIF
# gcc3
$(eval
$(call
gb_Module_make_global_targets,$(shell
ls
$(dir
$(realpath
$(firstword
$(MAKEFILE_LIST))))/Module*.mk)))
.IF
"$(COMNAME)"
==
"sunpro5"
.IF
"$(CCNUMVER)"
>=
"00050005"
CFLAGS
+=
-xldscope
=
hidden
.ENDIF
# 5.5
.ENDIF
# sunpro5
# vim: set noet sw=4 ts=4:
formula/Module_formula.mk
0 → 100644
Dosyayı görüntüle @
a2970624
# 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.
#
# The Initial Developer of the Original Code is
# David Tardon, Red Hat Inc. <dtardon@redhat.com>
# Portions created by the Initial Developer are Copyright (C) 2010 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# 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,formula))
$(eval $(call gb_Module_add_targets,formula,\
AllLangResTarget_for \
AllLangResTarget_forui \
Library_for \
Library_forui \
Package_inc \
))
# vim: set noet ts=4 sw=4:
formula/Package_inc.mk
0 → 100644
Dosyayı görüntüle @
a2970624
# 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.
#
# The Initial Developer of the Original Code is
# David Tardon, Red Hat Inc. <dtardon@redhat.com>
# Portions created by the Initial Developer are Copyright (C) 2010 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# 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_Package_Package,formula_inc,$(SRCDIR)/formula/inc/formula))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/compiler.hrc,compiler.hrc))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/errorcodes.hxx,errorcodes.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/ExternalReferenceHelper.hxx,ExternalReferenceHelper.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formdata.hxx,formdata.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/FormulaCompiler.hxx,FormulaCompiler.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formuladllapi.h,formuladllapi.h))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formulahelper.hxx,formulahelper.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formula.hxx,formula.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/FormulaOpCodeMapperObj.hxx,FormulaOpCodeMapperObj.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/funcutl.hxx,funcutl.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/grammar.hxx,grammar.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/IControlReferenceHandler.hxx,IControlReferenceHandler.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/IFunctionDescription.hxx,IFunctionDescription.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/opcode.hxx,opcode.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/tokenarray.hxx,tokenarray.hxx))
$(eval $(call gb_Package_add_file,formula_inc,inc/formula/token.hxx,token.hxx))
# vim: set noet ts=4 sw=4:
formula/inc/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
ad103b9a
#*************************************************************************
#
# 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
=
formula
TARGET
=
inc
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
# --- Targets -------------------------------------------------------
.INCLUDE
:
target.mk
.IF
"$(ENABLE_PCH)"
!=
""
ALLTAR
:
\
$(SLO)$/precompiled.pch
\
$(SLO)$/precompiled_ex.pch
.ENDIF
# "$(ENABLE_PCH)"!=""
formula/prj/build.lst
Dosyayı görüntüle @
a2970624
fml formula : BOOST:boost LIBXSLT:libxslt comphelper svx NULL
fml formula usr1 - all fml_mkout NULL
fml formula\inc nmake - all fml_inc NULL
fml formula\source\core\api nmake - all fml_api fml_inc NULL
fml formula\source\core\resource nmake - all fml_core_res fml_inc NULL
fml formula\source\ui\resource nmake - all fml_ui_res fml_inc NULL
fml formula\source\ui\dlg nmake - all fml_uidlg fml_inc NULL
fml formula\util nmake - all fml_util fml_uidlg fml_core_res fml_ui_res fml_api NULL
fml formula\prj nmake - all fml_prj NULL
formula/prj/d.lst
Dosyayı görüntüle @
a2970624
..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin%_EXT%\hid\*.hid
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
# Libraries
..\%__SRC%\bin\for*.dll %_DEST%\bin%_EXT%\for*.dll
..\%__SRC%\lib\libfor*.so %_DEST%\lib%_EXT%\libfor*.so
..\%__SRC%\lib\ifor*.lib %_DEST%\lib%_EXT%\ifor*.lib
..\%__SRC%\lib\libfor*.dylib %_DEST%\lib%_EXT%\libfor*.dylib
# Resources
..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res
mkdir: %_DEST%\inc%_EXT%\formula
..\inc\formula\formdata.hxx %_DEST%\inc%_EXT%\formula\formdata.hxx
..\inc\formula\formula.hxx %_DEST%\inc%_EXT%\formula\formula.hxx
..\inc\formula\formulahelper.hxx %_DEST%\inc%_EXT%\formula\formulahelper.hxx
..\inc\formula\funcutl.hxx %_DEST%\inc%_EXT%\formula\funcutl.hxx
..\inc\formula\IControlReferenceHandler.hxx %_DEST%\inc%_EXT%\formula\IControlReferenceHandler.hxx
..\inc\formula\IFunctionDescription.hxx %_DEST%\inc%_EXT%\formula\IFunctionDescription.hxx
..\inc\formula\ExternalReferenceHelper.hxx %_DEST%\inc%_EXT%\formula\ExternalReferenceHelper.hxx
..\inc\formula\formuladllapi.h %_DEST%\inc%_EXT%\formula\formuladllapi.h
..\inc\formula\opcode.hxx %_DEST%\inc%_EXT%\formula\opcode.hxx
..\inc\formula\grammar.hxx %_DEST%\inc%_EXT%\formula\grammar.hxx
..\inc\formula\FormulaCompiler.hxx %_DEST%\inc%_EXT%\formula\FormulaCompiler.hxx
..\inc\formula\FormulaOpCodeMapperObj.hxx %_DEST%\inc%_EXT%\formula\FormulaOpCodeMapperObj.hxx
..\inc\formula\compiler.hrc %_DEST%\inc%_EXT%\formula\compiler.hrc
..\inc\formula\token.hxx %_DEST%\inc%_EXT%\formula\token.hxx
..\inc\formula\tokenarray.hxx %_DEST%\inc%_EXT%\formula\tokenarray.hxx
..\inc\formula\errorcodes.hxx %_DEST%\inc%_EXT%\formula\errorcodes.hxx
..\%__SRC%\misc\for.component %_DEST%\xml%_EXT%\for.component
formula/
source/ui/resource
/makefile.mk
→
formula/
prj
/makefile.mk
Dosyayı görüntüle @
a2970624
...
...
@@ -25,21 +25,16 @@
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
PRJINC
=
$(PRJ)$/
source
PRJNAME
=
formula
TARGET
=
ui_resource
ENABLE_EXCEPTIONS
=
TRUE
PRJ
=
..
TARGET
=
prj
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/makefile.pmk
.IF
"$(VERBOSE)"
!=
""
VERBOSEFLAG
:=
.ELSE
VERBOSEFLAG
:=
-s
.ENDIF
# --- Files --------------------------------------------------------
SLOFILES
=
$(SLO)$/
ModuleHelper.obj
\
# --- Targets ----------------------------------
.INCLUDE
:
target.mk
all
:
cd
$(PRJ)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
-j$(MAXPROCESS)
$(gb_MAKETARGET)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
deliverlog
formula/source/core/api/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
ad103b9a
#*************************************************************************
#
# 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
=
..
$/
..
$/
..
PRJINC
=
$(PRJ)$/
source
PRJNAME
=
formula
TARGET
=
core_api
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------
SLOFILES
=
$(SLO)$/
FormulaOpCodeMapperObj.obj
\
$(SLO)$/
FormulaCompiler.obj
\
$(SLO)$/
token.obj
\
$(SLO)$/
services.obj
# --- Targets ----------------------------------
.INCLUDE
:
target.mk
formula/source/core/resource/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
ad103b9a
#*************************************************************************
#
# 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
=
..
$/
..
$/
..
PRJINC
=
$(PRJ)$/
source
PRJNAME
=
formula
TARGET
=
core_resource
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------
SRS1NAME
=
core_strings
SRC1FILES
=
\
core_resource.src
SLOFILES
=
$(EXCEPTIONSFILES)
EXCEPTIONSFILES
=
$(SLO)$/
core_resource.obj
# --- Targets ----------------------------------
.INCLUDE
:
target.mk
formula/source/ui/dlg/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
ad103b9a
#*************************************************************************
#
# 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
=
formula
TARGET
=
uidlg
IMGLST_SRS
=
$(SRS)$/$(TARGET)
.srs
BMP_IN
=
$(PRJ)$/
res
# --- Settings ----------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/makefile.pmk
# --- Files -------------------------------------
# ... resource files ............................
SRS1NAME
=
$(TARGET)
SRC1FILES
=
\
formdlgs.src
\
parawin.src
# ... object files ............................
EXCEPTIONSFILES
=
\
$(SLO)$/
formula.obj
\
$(SLO)$/
FormulaHelper.obj
\
$(SLO)$/
parawin.obj
\
$(SLO)$/
funcutl.obj
\
$(SLO)$/
funcpage.obj
\
$(SLO)$/
structpg.obj
SLOFILES
=
\
$(EXCEPTIONSFILES)
# --- Targets ----------------------------------
.INCLUDE
:
target.mk
formula/util/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
ad103b9a
#*************************************************************************
#
# 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
=
formula
TARGET
=
for
TARGET2
=
forui
USE_DEFFILE
=
TRUE
GEN_HID
=
TRUE
GEN_HID_OTHER
=
TRUE
# USE_LDUMP2=TRUE
# --- Settings ----------------------------------
.INCLUDE
:
settings.mk
# --- formula core (for) -----------------------------------
LIB1TARGET
=
$(SLB)$/$(TARGET)
.lib
LIB1FILES
=
\
$(SLB)$/
core_resource.lib
\
$(SLB)$/
core_api.lib
SHL1TARGET
=
$(TARGET)$(DLLPOSTFIX)
SHL1STDLIBS
=
\
$(TOOLSLIB)
\
$(SVTOOLLIB)
\
$(SVLLIB)
\
$(UNOTOOLSLIB)
\
$(COMPHELPERLIB)
\
$(CPPUHELPERLIB)
\
$(CPPULIB)
\
$(VCLLIB)
\
$(SALLIB)
SHL1IMPLIB
=
i
$(TARGET)
SHL1USE_EXPORTS
=
name
SHL1LIBS
=
$(LIB1TARGET)
SHL1DEF
=
$(MISC)$/$(SHL1TARGET)
.def
DEF1NAME
=
$(SHL1TARGET)
DEFLIB1NAME
=
$(TARGET)
# --- .res file ----------------------------------------------------------
RES1FILELIST
=
\
$(SRS)$/
core_strings.srs
RESLIB1NAME
=
$(TARGET)
RESLIB1IMAGES
=
$(PRJ)$/
res
RESLIB1SRSFILES
=
$(RES1FILELIST)
# --- formula UI core (forui) -----------------------------------
LIB2TARGET
=
$(SLB)$/$(TARGET2)
.lib
LIB2FILES
=
\
$(SLB)$/
uidlg.lib
\
$(SLB)$/
ui_resource.lib
SHL2TARGET
=
$(TARGET2)$(DLLPOSTFIX)
SHL2STDLIBS
=
\
$(SFXLIB)
\
$(SVTOOLLIB)
\
$(SVLLIB)
\
$(VCLLIB)
\
$(UNOTOOLSLIB)
\
$(TOOLSLIB)
\
$(CPPULIB)
\
$(SO2LIB)
\
$(CPPUHELPERLIB)
\
$(SALLIB)
.IF
"$(GUI)"
==
"OS2"
SHL2STDLIBS
+=
\
$(LB)$/
ifor.lib
SHL2DEPN
=
$(LB)$/
i
$(TARGET)
.lib
.ELIF
"$(GUI)"
!=
"WNT"
||
"$(COM)"
==
"GCC"
SHL2STDLIBS
+=
\
-lfor
$(DLLPOSTFIX)
SHL2DEPN
=
$(SHL1TARGETN)
.ELSE
SHL2STDLIBS
+=
\
$(LB)$/
ifor.lib
SHL2DEPN
=
$(LB)$/
i
$(TARGET)
.lib
.ENDIF
SHL2IMPLIB
=
i
$(TARGET2)
SHL2LIBS
=
$(LIB2TARGET)
SHL2DEF
=
$(MISC)$/$(SHL2TARGET)
.def
DEF2NAME
=
$(SHL2TARGET)
.IF
"$(GUI)"
==
"OS2"
DEFLIB2NAME
=
$(TARGET2)
.ENDIF
SHL2USE_EXPORTS
=
name
# --- .res file ----------------------------------------------------------
RES2FILELIST
=
\
$(SRS)$/
uidlg.srs
RESLIB2NAME
=
$(TARGET2)
RESLIB2IMAGES
=
$(PRJ)$/
res
RESLIB2SRSFILES
=
$(RES2FILELIST)
# --- Targets ----------------------------------
.INCLUDE
:
target.mk
ALLTAR
:
$(MISC)/for.component
$(MISC)/for.component .ERRREMOVE
:
$(SOLARENV)/bin/createcomponent.xslt
\
for.component
$(XSLTPROC)
--nonet
--stringparam
uri
\
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)'
-o
$@
\
$(SOLARENV)/bin/createcomponent.xslt
for.component
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