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
fabb5637
Kaydet (Commit)
fabb5637
authored
Agu 22, 2011
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove old makefiles
üst
879ab8e0
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
792 deletions
+0
-792
makefile.mk
xmlsecurity/inc/makefile.mk
+0
-47
makefile.mk
xmlsecurity/source/component/makefile.mk
+0
-54
makefile.mk
xmlsecurity/source/dialogs/makefile.mk
+0
-64
makefile.mk
xmlsecurity/source/framework/makefile.mk
+0
-61
makefile.mk
xmlsecurity/source/helper/makefile.mk
+0
-54
makefile.mk
xmlsecurity/source/xmlsec/makefile.mk
+0
-72
makefile.mk
xmlsecurity/source/xmlsec/mscrypt/makefile.mk
+0
-74
makefile.mk
xmlsecurity/source/xmlsec/nss/makefile.mk
+0
-130
makefile.mk
xmlsecurity/util/makefile.mk
+0
-205
target.pmk
xmlsecurity/util/target.pmk
+0
-31
No files found.
xmlsecurity/inc/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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
=
xmlsecurity
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)"!=""
xmlsecurity/source/component/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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
=
xmlsecurity
TARGET
=
component
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/target.pmk
# --- Files --------------------------------------------------------
SRS1NAME
=
component
SRC1FILES
=
\
warnbox.src
SLOFILES
=
\
$(SLO)$/
documentdigitalsignatures.obj
\
$(SLO)$/
registerservices.obj
\
$(SLO)$/
certificatecontainer.obj
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
xmlsecurity/source/dialogs/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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
=
xmlsecurity
TARGET
=
dialogs
TARGETTYPE
=
GUI
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/target.pmk
# --- Files --------------------------------------------------------
BMP_IN
=
$(PRJ)$/
res
SRS1NAME
=
dialogs
SRC1FILES
=
\
digitalsignaturesdialog.src
\
certificatechooser.src
\
certificateviewer.src
\
macrosecurity.src
SLOFILES
=
\
$(SLO)$/
digitalsignaturesdialog.obj
\
$(SLO)$/
certificatechooser.obj
\
$(SLO)$/
certificateviewer.obj
\
$(SLO)$/
macrosecurity.obj
\
$(SLO)$/
resourcemanager.obj
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
xmlsecurity/source/framework/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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
=
xmlsecurity
TARGET
=
fw
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/target.pmk
# --- Files --------------------------------------------------------
SLOFILES
=
\
$(SLO)$/
buffernode.obj
\
$(SLO)$/
elementcollector.obj
\
$(SLO)$/
elementmark.obj
\
$(SLO)$/
securityengine.obj
\
$(SLO)$/
signatureengine.obj
\
$(SLO)$/
encryptionengine.obj
\
$(SLO)$/
signaturecreatorimpl.obj
\
$(SLO)$/
signatureverifierimpl.obj
\
$(SLO)$/
encryptorimpl.obj
\
$(SLO)$/
decryptorimpl.obj
\
$(SLO)$/
saxeventkeeperimpl.obj
\
$(SLO)$/
xmlencryptiontemplateimpl.obj
\
$(SLO)$/
xmlsignaturetemplateimpl.obj
\
$(SLO)$/
xsec_framework.obj
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
xmlsecurity/source/helper/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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
=
xmlsecurity
TARGET
=
helper
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/target.pmk
# --- Files --------------------------------------------------------
SLOFILES
=
\
$(SLO)$/
documentsignaturehelper.obj
\
$(SLO)$/
xmlsignaturehelper.obj
\
$(SLO)$/
xmlsignaturehelper2.obj
\
$(SLO)$/
xsecctl.obj
\
$(SLO)$/
xsecparser.obj
\
$(SLO)$/
xsecsign.obj
\
$(SLO)$/
xsecverify.obj
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
xmlsecurity/source/xmlsec/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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
=
xmlsecurity
TARGET
=
xs_comm
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/target.pmk
.IF
"$(SYSTEM_LIBXML)"
==
"YES"
CFLAGS
+=
-DSYSTEM_LIBXML
$(LIBXML_CFLAGS)
.ENDIF
.IF
"$(WITH_MOZILLA)"
==
"NO"
||
"$(ENABLE_NSS_MODULE)"
!=
"YES"
.IF
"$(SYSTEM_MOZILLA)"
!=
"YES"
@all
:
@echo
"No mozilla -> no nss -> no libxmlsec -> no xmlsecurity.."
.ENDIF
.ENDIF
.IF
"$(CRYPTO_ENGINE)"
==
"mscrypto"
CDEFS
+=
-DXMLSEC_CRYPTO_MSCRYPTO
.ENDIF
CDEFS
+=
-DXMLSEC_NO_XSLT
# --- Files --------------------------------------------------------
SLOFILES
=
\
$(SLO)$/
biginteger.obj
\
$(SLO)$/
certvalidity.obj
\
$(SLO)$/
saxhelper.obj
\
$(SLO)$/
xmldocumentwrapper_xmlsecimpl.obj
\
$(SLO)$/
xmlelementwrapper_xmlsecimpl.obj
\
$(SLO)$/
certificateextension_xmlsecimpl.obj
\
$(SLO)$/
xmlstreamio.obj
\
$(SLO)$/
errorcallback.obj
\
$(SLO)$/
xsec_xmlsec.obj
\
$(SLO)$/
diagnose.obj
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
xmlsecurity/source/xmlsec/mscrypt/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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
=
xmlsecurity
TARGET
=
xs_mscrypt
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/target.pmk
.IF
"$(CRYPTO_ENGINE)"
!=
"mscrypto"
LIBTARGET
=
NO
.ENDIF
.IF
"$(CRYPTO_ENGINE)"
==
"mscrypto"
.IF
"$(WITH_MOZILLA)"
==
"NO"
||
"$(ENABLE_NSS_MODULE)"
!=
"YES"
.IF
"$(SYSTEM_MOZILLA)"
!=
"YES"
@all
:
@echo
"No mozilla -> no nss -> no libxmlsec -> no xmlsecurity/nss"
.ENDIF
.ENDIF
CDEFS
+=
-DXMLSEC_CRYPTO_MSCRYPTO
-DXMLSEC_NO_XSLT
# --- Files --------------------------------------------------------
INCLOCAL
=
\
..
SLOFILES
=
\
$(SLO)$/
securityenvironment_mscryptimpl.obj
\
$(SLO)$/
xmlencryption_mscryptimpl.obj
\
$(SLO)$/
xmlsecuritycontext_mscryptimpl.obj
\
$(SLO)$/
xmlsignature_mscryptimpl.obj
\
$(SLO)$/
x509certificate_mscryptimpl.obj
\
$(SLO)$/
seinitializer_mscryptimpl.obj
\
$(SLO)$/
xsec_mscrypt.obj
\
$(SLO)$/
sanextension_mscryptimpl.obj
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
xmlsecurity/source/xmlsec/nss/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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
=
xmlsecurity
TARGET
=
xs_nss
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/target.pmk
.IF
"$(SYSTEM_LIBXML)"
==
"YES"
CFLAGS
+=
-DSYSTEM_LIBXML
$(LIBXML_CFLAGS)
.ENDIF
.IF
"$(WITH_MOZILLA)"
==
"NO"
||
"$(ENABLE_NSS_MODULE)"
!=
"YES"
.IF
"$(SYSTEM_MOZILLA)"
!=
"YES"
@all
:
@echo
"No mozilla -> no nss -> no libxmlsec -> no xmlsecurity/nss"
.ENDIF
.ENDIF
.IF
"$(SYSTEM_MOZILLA)"
!=
"YES"
MOZ_INC
=
$(SOLARVERSION)$/$(INPATH)$/
inc
$(UPDMINOREXT)$/
mozilla
NSS_INC
=
$(MOZ_INC)$/
nss
NSPR_INC
=
$(MOZ_INC)$/
nspr
.ELSE
# MOZ_INC already defined from environment
NSS_INC
=
$(MOZ_NSS_CFLAGS)
NSPR_INC
=
$(MOZ_INC)$/
nspr
.ENDIF
.IF
"$(GUI)"
==
"UNX"
.IF
"$(COMNAME)"
==
"sunpro5"
CFLAGS
+=
-features
=
tmplife
#This flag is needed to build mozilla 1.7 code
.ENDIF
# "$(COMNAME)"=="sunpro5"
.ENDIF
.IF
"$(GUI)"
==
"WNT"
.IF
"$(DBG_LEVEL)"
==
"0"
INCPRE
+=
\
-I
$(MOZ_INC)$/
profile
\
-I
$(MOZ_INC)$/
string
\
-I
$(MOZ_INC)$/
embed_base
CFLAGS
+=
-GR-
-W3
-Gy
-MD
-UDEBUG
.ELSE
INCPRE
+=
\
-I
$(MOZ_INC)$/
profile
\
-I
$(MOZ_INC)$/
string
\
-I
$(MOZ_INC)$/
embed_base
CFLAGS
+=
-Zi
-GR-
-W3
-Gy
-MDd
-UNDEBUG
.ENDIF
.ENDIF
.IF
"$(GUI)"
==
"UNX"
INCPOST
+=
\
$(MOZ_INC)$/
profile
\
-I
$(MOZ_INC)$/
string
\
-I
$(MOZ_INC)$/
embed_base
.ENDIF
.IF
"$(CRYPTO_ENGINE)"
==
"nss"
CDEFS
+=
-DXMLSEC_CRYPTO_NSS
.ENDIF
CDEFS
+=
-DXMLSEC_NO_XSLT
# --- Files --------------------------------------------------------
SOLARINC
+=
\
-I
$(MOZ_INC)
\
-I
$(NSPR_INC)
\
-I
$(PRJ)$/
source
$/
xmlsec
.IF
"$(SYSTEM_MOZILLA)"
==
"YES"
SOLARINC
+=
-DSYSTEM_MOZILLA
$(NSS_INC)
.ELSE
SOLARINC
+=
-I
$(NSS_INC)
.ENDIF
SLOFILES
=
\
$(SLO)$/
nssinitializer.obj
\
$(SLO)$/
digestcontext.obj
\
$(SLO)$/
ciphercontext.obj
\
$(SLO)$/
xsec_nss.obj
.IF
"$(CRYPTO_ENGINE)"
==
"nss"
SLOFILES
+=
\
$(SLO)$/
securityenvironment_nssimpl.obj
\
$(SLO)$/
seinitializer_nssimpl.obj
\
$(SLO)$/
xmlencryption_nssimpl.obj
\
$(SLO)$/
xmlsecuritycontext_nssimpl.obj
\
$(SLO)$/
xmlsignature_nssimpl.obj
\
$(SLO)$/
x509certificate_nssimpl.obj
\
$(SLO)$/
sanextension_nssimpl.obj
\
$(SLO)$/
secerror.obj
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
xmlsecurity/util/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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
=
xmlsecurity
TARGET
=
xmlsecurity
USE_DEFFILE
=
TRUE
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/target.pmk
.IF
"$(WITH_MOZILLA)"
==
"NO"
@all
:
@echo
"No mozilla -> no nss -> no libxmlsec -> no xmlsecurity..."
.ENDIF
# --- Files --------------------------------------------------------
BMP_IN
=
$(PRJ)$/
res
# --- Shared-Library -----------------------------------------------
#
# The 1st shared library
#
SHL1NAME
=
xsec_fw
SHL1TARGET
=
$(SHL1NAME)
SHL1LIBS
=
$(SLB)$/
fw.lib
SHL1STDLIBS
+=
\
$(SALLIB)
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
SHL1IMPLIB
=
$(SHL1TARGET)
SHL1DEF
=
$(MISC)$/$(SHL1TARGET)
.def
DEF1NAME
=
$(SHL1TARGET)
DEF1EXPORTFILE
=
xsec_fw.dxp
#
# The 2nd shared library
#
SHL2NAME
=
xsec_xmlsec
SHL2TARGET
=
$(SHL2NAME)
.IF
"$(ENABLE_NSS_MODULE)"
==
"YES"
||
"$(SYSTEM_MOZILLA)"
==
"YES"
SHL2LIBS
=
\
$(SLB)$/
xs_comm.lib
.IF
"$(CRYPTO_ENGINE)"
==
"mscrypto"
SHL2LIBS
+=
\
$(SLB)$/
xs_mscrypt.lib
.ENDIF
SHL2LIBS
+=
\
$(SLB)$/
xs_nss.lib
.ENDIF
SHL2STDLIBS
+=
\
$(SALLIB)
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(SALLIB)
\
$(SVLLIB)
\
$(TOOLSLIB)
\
$(COMPHELPERLIB)
\
$(CPPUHELPERLIB)
\
$(XMLOFFLIB)
.IF
"$(OS)"
==
"SOLARIS"
SHL2STDLIBS
+=
-ldl
.ENDIF
.IF
"$(SYSTEM_MOZILLA)"
==
"YES"
.IF
"$(NSPR_LIB)"
!=
""
SHL2STDLIBS
+=
$(NSPR_LIB)
.ENDIF
.IF
"$(NSS_LIB)"
!=
""
SHL2STDLIBS
+=
$(NSS_LIB)
.ENDIF
.IF
"$(MOZ_NSS_LIBS)"
!=
""
SHL2STDLIBS
+=
$(MOZ_NSS_LIBS)
.ENDIF
.ENDIF
.IF
"$(CRYPTO_ENGINE)"
==
"mscrypto"
SHL2STDLIBS
+=
$(MSCRYPTOLIBS)
# SHL2STDLIBS+= $(XMLSECLIB) $(LIBXML2LIB) $(NSS3LIB) $(NSPR4LIB) $(PLC4LIB)
SHL2STDLIBS
+=
$(NSS3LIB)
$(NSPR4LIB)
.ELSE
SHL2STDLIBS
+=
$(NSSCRYPTOLIBS)
.ENDIF
SHL2IMPLIB
=
$(SHL2TARGET)
SHL2DEF
=
$(MISC)$/$(SHL2TARGET)
.def
DEF2NAME
=
$(SHL2TARGET)
.IF
"$(CRYPTO_ENGINE)"
==
"mscrypto"
DEF2EXPORTFILE
=
exports_xsmscrypt.dxp
.ENDIF
DEF2EXPORTFILE
=
exports_xsnss.dxp
SRSFILELIST
=
\
$(SRS)$/
component.srs
\
$(SRS)$/
dialogs.srs
RESLIB1NAME
=
xmlsec
RESLIB1IMAGES
=
$(PRJ)$/
res
RESLIB1SRSFILES
=
$(SRSFILELIST)
SHL4TARGET
=
$(TARGET)
SHL4LIBS
=
\
$(SLB)$/
helper.lib
\
$(SLB)$/
dialogs.lib
\
$(SLB)$/
component.lib
SHL4STDLIBS
=
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(COMPHELPERLIB)
\
$(UCBHELPERLIB)
\
$(UNOTOOLSLIB)
\
$(VCLLIB)
\
$(TOOLSLIB)
\
$(SVTOOLLIB)
\
$(SALLIB)
\
$(SVLLIB)
\
$(XMLOFFLIB)
\
$(SVXCORELIB)
SHL4VERSIONMAP
=
$(SOLARENV)
/src/component.map
SHL4DEPN
=
SHL4IMPLIB
=
i
$(TARGET)
SHL4DEF
=
$(MISC)$/$(SHL4TARGET)
.def
DEF4NAME
=
$(SHL4TARGET)
# --- Targets ----------------------------------------------------------
.INCLUDE
:
target.mk
# --- Filter -----------------------------------------------------------
$(MISC)$/$(SHL3TARGET).flt
:
makefile.mk
$(TYPE)
$(SHL3TARGET).flt
>
$@
ALLTAR
:
\
$(MISC)/xmlsecurity.component
\
$(MISC)/xsec_fw.component
\
$(MISC)/xsec_xmlsec.component
.IF
"$(OS)"
==
"WNT"
my_platform
=
.windows
.END
$(MISC)/xmlsecurity.component .ERRREMOVE
:
\
$(SOLARENV)/bin/createcomponent.xslt xmlsecurity.component
$(XSLTPROC)
--nonet
--stringparam
uri
\
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL4TARGETN:f)'
-o
$@
\
$(SOLARENV)/bin/createcomponent.xslt
xmlsecurity.component
$(MISC)/xsec_fw.component .ERRREMOVE
:
$(SOLARENV)/bin/createcomponent.xslt
\
xsec_fw.component
$(XSLTPROC)
--nonet
--stringparam
uri
\
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)'
-o
$@
\
$(SOLARENV)/bin/createcomponent.xslt
xsec_fw.component
$(MISC)/xsec_xmlsec.component .ERRREMOVE
:
\
$(SOLARENV)/bin/createcomponent.xslt xsec_xmlsec.component
$(XSLTPROC)
--nonet
--stringparam
uri
\
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)'
-o
$@
\
$(SOLARENV)/bin/createcomponent.xslt
xsec_xmlsec$(my_platform).component
xmlsecurity/util/target.pmk
deleted
100644 → 0
Dosyayı görüntüle @
879ab8e0
#*************************************************************************
#
# 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.
#
#*************************************************************************
.IF "$(GUI)" == "WNT"
CRYPTO_ENGINE = mscrypto
.ELSE
CRYPTO_ENGINE = nss
.ENDIF
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