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
f2f443b3
Kaydet (Commit)
f2f443b3
authored
Tem 27, 2011
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Convert sccomp to gbuild
üst
6bce0a03
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
181 additions
and
67 deletions
+181
-67
AllLangResTarget_solver.mk
sccomp/AllLangResTarget_solver.mk
+42
-0
Library_solver.mk
sccomp/Library_solver.mk
+55
-0
Makefile
sccomp/Makefile
+38
-0
Module_sccomp.mk
sccomp/Module_sccomp.mk
+35
-0
build.lst
sccomp/prj/build.lst
+1
-2
d.lst
sccomp/prj/d.lst
+0
-10
makefile.mk
sccomp/prj/makefile.mk
+10
-55
No files found.
sccomp/AllLangResTarget_solver.mk
0 → 100644
Dosyayı görüntüle @
f2f443b3
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 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.
#
#*************************************************************************
$(eval $(call gb_AllLangResTarget_AllLangResTarget,solver))
$(eval $(call gb_AllLangResTarget_add_srs,solver,solver/res))
$(eval $(call gb_SrsTarget_SrsTarget,solver/res))
$(eval $(call gb_SrsTarget_set_include,solver/res,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/sccomp/source/solver) \
))
$(eval $(call gb_SrsTarget_add_files,solver/res,\
sccomp/source/solver/solver.src \
))
# vim: set noet sw=4:
sccomp/Library_solver.mk
0 → 100644
Dosyayı görüntüle @
f2f443b3
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 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.
#
#*************************************************************************
$(eval $(call gb_Library_Library,solver))
$(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/solver))
$(eval $(call gb_Library_set_include,solver,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/sccomp/source/solver) \
))
$(eval $(call gb_Library_add_api,solver,\
offapi \
udkapi \
))
$(eval $(call gb_Library_add_linked_libs,solver,\
comphelper \
cppu \
cppuhelper \
sal \
tl \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_use_external,solver,lpsolve55))
$(eval $(call gb_Library_add_exception_objects,solver,\
sccomp/source/solver/solver \
))
sccomp/Makefile
0 → 100644
Dosyayı görüntüle @
f2f443b3
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 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.
#
#*************************************************************************
ifeq
($(strip
$(SOLARENV)),)
$(error
No
environment
set!)
endif
gb_PARTIALBUILD
:=
T
GBUILDDIR
:=
$(SOLARENV)
/gbuild
include
$(GBUILDDIR)/gbuild.mk
$(eval
$(call
gb_Module_make_global_targets,$(shell
ls
$(dir
$(realpath
$(firstword
$(MAKEFILE_LIST))))/Module*.mk)))
# vim: set noet sw=4 ts=4:
sccomp/Module_sccomp.mk
0 → 100644
Dosyayı görüntüle @
f2f443b3
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 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.
#
#*************************************************************************
$(eval $(call gb_Module_Module,sccomp))
$(eval $(call gb_Module_add_targets,sccomp,\
AllLangResTarget_solver \
Library_solver \
))
# vim: set noet sw=4:
sccomp/prj/build.lst
Dosyayı görüntüle @
f2f443b3
scc sccomp : TRANSLATIONS:translations offapi comphelper LPSOLVE:lpsolve tools DESKTOP:rsc LIBXSLT:libxslt NULL
scc sccomp usr1 - all scc_mkout NULL
scc sccomp\prj get - all scc_prj NULL
scc sccomp\source\solver nmake - all scc_solver NULL
scc sccomp\prj nmake - all scc_prj NULL
sccomp/prj/d.lst
Dosyayı görüntüle @
f2f443b3
mkdir: %COMMON_DEST%\bin\hid
..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin\hid\*.hid
..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll
..\%__SRC%\class\*.jar %_DEST%\bin\*.jar
..\%__SRC%\lib\lib*.so %_DEST%\lib
..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib
..\%__SRC%\lib\*.sl %_DEST%\lib\*.sl
..\%__SRC%\bin\*.bin %_DEST%\bin\*.bin
..\%__SRC%\bin\*.res %_DEST%\bin\*.res
..\%__SRC%\misc\solver.component %_DEST%\xml\solver.component
sccomp/
source/solver
/makefile.mk
→
sccomp/
prj
/makefile.mk
Dosyayı görüntüle @
f2f443b3
#*************************************************************************
#
# 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,61 +25,16 @@
#
#*************************************************************************
PRJ
=
..
$/
..
PRJNAME
=
sccomp
TARGET
=
solver
ENABLE_EXCEPTIONS
=
TRUE
VISIBILITY_HIDDEN
=
TRUE
USE_DEFFILE
=
TRUE
LIBTARGET
=
NO
# --- Settings ----------------------------------
PRJ
=
..
TARGET
=
prj
.INCLUDE
:
settings.mk
# --- Files -------------------------------------
SLOFILES
=
$(SLO)$/
solver.obj
SRS1NAME
=
$(TARGET)
SRC1FILES
=
solver.src
# --- Library -----------------------------------
SHL1TARGET
=
$(TARGET)$(DLLPOSTFIX)
SHL1OBJS
=
$(SLOFILES)
SHL1STDLIBS
=
$(COMPHELPERLIB)
\
$(CPPUHELPERLIB)
\
$(CPPULIB)
\
$(SALLIB)
\
$(TOOLSLIB)
\
$(LPSOLVELIB)
SHL1DEPN
=
makefile.mk
SHL1DEF
=
$(MISC)$/$(SHL1TARGET)
.def
SHL1VERSIONMAP
=
$(SOLARENV)
/src/component.map
DEF1NAME
=
$(SHL1TARGET)
# --- Resources --------------------------------
RESLIB1LIST
=
$(SRS)$/
solver.srs
RESLIB1NAME
=
solver
RESLIB1SRSFILES
=
$(RESLIB1LIST)
# --- Targets ----------------------------------
.INCLUDE
:
target.mk
ALLTAR
:
$(MISC)/solver.component
.IF
"$(VERBOSE)"
!=
""
VERBOSEFLAG
:=
.ELSE
VERBOSEFLAG
:=
-s
.ENDIF
$(MISC)/solver.component .ERRREMOVE
:
$(SOLARENV)/bin/createcomponent.xslt
\
solver.component
$(XSLTPROC)
--nonet
--stringparam
uri
\
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)'
-o
$@
\
$(SOLARENV)/bin/createcomponent.xslt
solver.component
all
:
cd
$(PRJ)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
-j
$(MAXPROCESS)
$(gb_MAKETARGET)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
deliverlog
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