17871dc3eSAndrew Rist#************************************************************** 2cdf0e10cSrcweir# 37871dc3eSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 47871dc3eSAndrew Rist# or more contributor license agreements. See the NOTICE file 57871dc3eSAndrew Rist# distributed with this work for additional information 67871dc3eSAndrew Rist# regarding copyright ownership. The ASF licenses this file 77871dc3eSAndrew Rist# to you under the Apache License, Version 2.0 (the 87871dc3eSAndrew Rist# "License"); you may not use this file except in compliance 97871dc3eSAndrew Rist# with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir# 117871dc3eSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir# 137871dc3eSAndrew Rist# Unless required by applicable law or agreed to in writing, 147871dc3eSAndrew Rist# software distributed under the License is distributed on an 157871dc3eSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 167871dc3eSAndrew Rist# KIND, either express or implied. See the License for the 177871dc3eSAndrew Rist# specific language governing permissions and limitations 187871dc3eSAndrew Rist# under the License. 19cdf0e10cSrcweir# 207871dc3eSAndrew Rist#************************************************************** 217871dc3eSAndrew Rist 22cdf0e10cSrcweirLIBSMKREV!:="$$Revision: 1.134.2.3 $$" 23cdf0e10cSrcweir 24685bfa88SYuri Dario.IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") 25cdf0e10cSrcweir 26cdf0e10cSrcweir# 27cdf0e10cSrcweir#externe libs in plattform.mk 28cdf0e10cSrcweir# 29cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" 30cdf0e10cSrcweirAWTLIB*=$(JAVA_HOME)/lib/jawt.lib 31cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 32cdf0e10cSrcweirAWTLIB*=-ljawt 33cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 34cdf0e10cSrcweirAVMEDIALIB=-lavmedia$(DLLPOSTFIX) 35cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" 36cdf0e10cSrcweir.INCLUDE .IGNORE : icuversion.mk 37cdf0e10cSrcweirICUINLIB=-licuin$(ICU_MAJOR)$(ICU_MINOR) 38cdf0e10cSrcweirICULELIB=-licule$(ICU_MAJOR)$(ICU_MINOR) 39cdf0e10cSrcweirICUUCLIB=-licuuc$(ICU_MAJOR)$(ICU_MINOR) 40cdf0e10cSrcweirICUDATALIB=-licudt$(ICU_MAJOR)$(ICU_MINOR) 41685bfa88SYuri Dario.ELIF "$(GUI)"=="OS2" 42685bfa88SYuri DarioICUINLIB=-licuin 43685bfa88SYuri DarioICULELIB=-licule 44685bfa88SYuri DarioICUUCLIB=-licuuc 45685bfa88SYuri DarioICUDATALIB=-licudt 46cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 47cdf0e10cSrcweirICUINLIB=-licui18n 48cdf0e10cSrcweirICULELIB=-licule 49cdf0e10cSrcweirICUUCLIB=-licuuc 50cdf0e10cSrcweirICUDATALIB=-licudata 51cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 5252845fafSYuri Dario.IF "$(GUI)"=="OS2" 5352845fafSYuri DarioI18NUTILLIB=-li18nutil 5452845fafSYuri Dario.ELSE 55cdf0e10cSrcweirI18NUTILLIB=-li18nutil$(COMID) 5652845fafSYuri Dario.ENDIF 57cdf0e10cSrcweir.INCLUDE .IGNORE : i18npool/version.mk 58cdf0e10cSrcweirI18NISOLANGLIB=-li18nisolang$(ISOLANG_MAJOR)$(COMID) 59cdf0e10cSrcweirI18NPAPERLIB=-li18npaper$(DLLPOSTFIX) 60cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" 61cdf0e10cSrcweirSALHELPERLIB=-lsalhelper$(UDK_MAJOR)$(COMID) 62685bfa88SYuri Dario.ELIF "$(GUI)"=="OS2" 63685bfa88SYuri DarioSALHELPERLIB=-lsalhelp$(UDK_MAJOR) 64cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 65cdf0e10cSrcweirSALHELPERLIB=-luno_salhelper$(COMID) 66cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 67cdf0e10cSrcweirXMLSCRIPTLIB =-lxcr$(DLLPOSTFIX) 68cdf0e10cSrcweirCOMPHELPERLIB=-lcomphelp$(COMID) 69cdf0e10cSrcweirCONNECTIVITYLIB=-lconnectivity 70cdf0e10cSrcweirLDAPBERLIB=-lldapber 71cdf0e10cSrcweirTOOLSLIBST=-latools 72cdf0e10cSrcweirBPICONVLIB=-lbpiconv 73cdf0e10cSrcweirTOOLSLIB=-ltl$(DLLPOSTFIX) 74cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" 75cdf0e10cSrcweirCPPULIB=-lcppu$(UDK_MAJOR) 76cdf0e10cSrcweirCPPUHELPERLIB=-lcppuhelper$(UDK_MAJOR)$(COMID) 77685bfa88SYuri Dario.ELIF "$(GUI)"=="OS2" 78685bfa88SYuri DarioCPPULIB=-lcppu$(UDK_MAJOR) 79685bfa88SYuri DarioCPPUHELPERLIB=-lcppuh$(UDK_MAJOR) 80cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 81cdf0e10cSrcweirCPPULIB=-luno_cppu 82cdf0e10cSrcweirCPPUHELPERLIB=-luno_cppuhelper$(COMID) 83cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 84cdf0e10cSrcweir.INCLUDE .IGNORE : ucbhelper/version.mk 85685bfa88SYuri Dario.IF "$(GUI)"=="OS2" 86685bfa88SYuri DarioUCBHELPERLIB=-lucbh$(UCBHELPER_MAJOR) 87685bfa88SYuri Dario.ELSE 88cdf0e10cSrcweirUCBHELPERLIB=-lucbhelper$(UCBHELPER_MAJOR)$(COMID) 89685bfa88SYuri Dario.ENDIF 90cdf0e10cSrcweir.IF "$(SYSTEM_OPENSSL)" == "YES" 91cdf0e10cSrcweirOPENSSLLIB=$(OPENSSL_LIBS) 92cdf0e10cSrcweirOPENSSLLIBST=$(STATIC) $(OPENSSL_LIBS) $(DYNAMIC) 93cdf0e10cSrcweir.ELSE # "$(SYSTEM_OPENSSL)" == "YES 94cdf0e10cSrcweirOPENSSLLIB=-lssl -lcrypto 95cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" 96cdf0e10cSrcweirOPENSSLLIBST=-lssl_static -lcrypto_static 97cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 98cdf0e10cSrcweirOPENSSLLIBST=$(STATIC) -lssl -lcrypto $(DYNAMIC) 99cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 100cdf0e10cSrcweir.ENDIF # "$(SYSTEM_OPENSSL)" == "YES" 101685bfa88SYuri Dario.IF "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2" 102cdf0e10cSrcweirREGLIB=-lreg$(UDK_MAJOR) 103cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 104cdf0e10cSrcweirREGLIB=-lreg 105cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 106cdf0e10cSrcweir.INCLUDE .IGNORE : vos/version.mk 107cdf0e10cSrcweirVOSLIB=-lvos$(VOS_MAJOR)$(COMID) 108cdf0e10cSrcweirXMLOFFLIB=-lxo$(DLLPOSTFIX) 109cdf0e10cSrcweirXMLOFFLLIB=-lxol 110685bfa88SYuri Dario.IF "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2" 111cdf0e10cSrcweirSTORELIB=-lstore$(UDK_MAJOR) 112cdf0e10cSrcweirSALLIB=-lsal$(UDK_MAJOR) 113cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 114cdf0e10cSrcweirSTORELIB=-lstore 115cdf0e10cSrcweirSALLIB=-luno_sal 116cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 117cdf0e10cSrcweir.INCLUDE .IGNORE : connectivity/version.mk 118cdf0e10cSrcweirODBCLIB=-lodbc$(DLLPOSTFIX) 119cdf0e10cSrcweirODBCBASELIB=-lodbcbase$(DLLPOSTFIX) 120cdf0e10cSrcweirDBFILELIB=-lfile$(DLLPOSTFIX) 121685bfa88SYuri Dario.IF "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2" 122cdf0e10cSrcweirRMCXTLIB=-lrmcxt$(UDK_MAJOR) 123cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 124cdf0e10cSrcweirRMCXTLIB=-lrmcxt 125cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 126cdf0e10cSrcweirBTSTRPLIB=-lbtstrp 127cdf0e10cSrcweirBTSTRPDTLIB=-lbootstrpdt$(DLLPOSTFIX) 128cdf0e10cSrcweirSOLDEPLIB=-lsoldep$(DLLPOSTFIX) 129cdf0e10cSrcweirTRANSEXLIB=-ltransex 130cdf0e10cSrcweirOTXLIB=-lotx_ind 131cdf0e10cSrcweirOSXLIB=-losx 132cdf0e10cSrcweirUNOTOOLSLIB=-lutl$(DLLPOSTFIX) 133cdf0e10cSrcweirSOTLIB=-lsot$(DLLPOSTFIX) 134cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" 135cdf0e10cSrcweirMOZBASELIBST=$(STATIC) -lnspr4_s -lxpcombase_s 136cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 137cdf0e10cSrcweirMOZBASELIBST=$(STATIC) -lnspr4 -lxpcombase_s $(DYNAMIC) 138cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 139cdf0e10cSrcweirMOZBASELIB=-lnspr4 -lxpcom 140cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" 141cdf0e10cSrcweirLDAPSDKLIB=-lnsldap32v50 142cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 143cdf0e10cSrcweir.IF "$(WITH_OPENLDAP)" == "YES" 144cdf0e10cSrcweirLDAPSDKLIB=-lldap 145cdf0e10cSrcweir.ELSE 146cdf0e10cSrcweirLDAPSDKLIB=-lldap50 147cdf0e10cSrcweir.ENDIF 148cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 149cdf0e10cSrcweir 150cdf0e10cSrcweirICOLIB=-lico$(DLLPOSTFIX) 151cdf0e10cSrcweirVCLLIB=-lvcl$(DLLPOSTFIX) 152cdf0e10cSrcweirOOXLIB=-loox$(DLLPOSTFIX) 153cdf0e10cSrcweirBASEGFXLIB=-lbasegfx$(DLLPOSTFIX) 154cdf0e10cSrcweirDRAWINGLAYERLIB=-ldrawinglayer$(DLLPOSTFIX) 155ddde725dSArmin Le GrandSVGIOLIB=-lsvgio$(DLLPOSTFIX) 156cdf0e10cSrcweirBASEBMPLIB=-lbasebmp$(DLLPOSTFIX) 157cdf0e10cSrcweirCANVASTOOLSLIB=-lcanvastools$(DLLPOSTFIX) 158cdf0e10cSrcweirCPPCANVASLIB=-lcppcanvas$(DLLPOSTFIX) 159cdf0e10cSrcweirFORLIB=-lfor$(DLLPOSTFIX) 160cdf0e10cSrcweirFORUILIB=-lforui$(DLLPOSTFIX) 161cdf0e10cSrcweir 162cdf0e10cSrcweir.IF "$(SYSTEM_AGG)" == "YES" 163cdf0e10cSrcweirAGGLIB=-lagg 164cdf0e10cSrcweir.ELSE 165cdf0e10cSrcweirAGGLIB=-lagg$(DLLPOSTFIX) 166cdf0e10cSrcweir.ENDIF 167cdf0e10cSrcweirFREETYPE_LIBS*=-lfreetype 168cdf0e10cSrcweirFREETYPELIB=$(FREETYPE_LIBS) 1692e2269f7SJürgen SchmidtTKLIB=-lootk$(DLLPOSTFIX) 170cdf0e10cSrcweirLAYOUTLIB=-ltklayout$(DLLPOSTFIX) 171cdf0e10cSrcweirSVTOOLLIB=-lsvt$(DLLPOSTFIX) 172cdf0e10cSrcweirXMLSECLIB=-lxmlsec1 173cdf0e10cSrcweirXMLSECLIB-NSS=-lxmlsec1-nss 174cdf0e10cSrcweir.IF "$(SYSTEM_LIBXML)"=="YES" 175cdf0e10cSrcweirLIBXML2LIB=$(LIBXML_LIBS) 176cdf0e10cSrcweir.ELSE 177cdf0e10cSrcweirLIBXML2LIB=-lxml2 178cdf0e10cSrcweir.ENDIF 179cdf0e10cSrcweirNSS3LIB=-lnss3 180cdf0e10cSrcweirNSPR4LIB=-lnspr4 181cdf0e10cSrcweirPLC4LIB=-lplc4 182cdf0e10cSrcweirNSSCRYPTOLIBS=$(XMLSECLIB-NSS) $(XMLSECLIB) $(LIBXML2LIB) $(NSS3LIB) $(NSPR4LIB) $(PLC4LIB) 183cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" 184cdf0e10cSrcweirXMLSECLIB-MS=-lxmlsec1-mscrypto 185cdf0e10cSrcweirMSCRYPTOLIBS=$(XMLSECLIB) $(XMLSECLIB-MS) $(LIBXML2LIB) $(CRYPT32LIB) $(ADVAPI32LIB) 186cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 187cdf0e10cSrcweirBROOKERLIB=-lbrooker$(DLLPOSTFIX) 188cdf0e10cSrcweirSIMPLECMLIB=-lsimplecm$(DLLPOSTFIX) 189cdf0e10cSrcweirCOMMUNILIB=-lcommuni$(DLLPOSTFIX) 190cdf0e10cSrcweirBTCOMMUNILIB=-lbtcommuni$(DLLPOSTFIX) 191cdf0e10cSrcweirAUTOMATIONLIB=-lsts$(DLLPOSTFIX) 192cdf0e10cSrcweirSVLLIB=-lsvl$(DLLPOSTFIX) 193cdf0e10cSrcweirTKTLIB=-ltkt$(DLLPOSTFIX) 194cdf0e10cSrcweirSAXLIB=-lsax$(DLLPOSTFIX) 195cdf0e10cSrcweirMAILLIB=-lmail 196cdf0e10cSrcweirDOCMGRLIB=-ldmg$(DLLPOSTFIX) 197cdf0e10cSrcweirBASICLIB=-lsb$(DLLPOSTFIX) 198cdf0e10cSrcweirVBAHELPERLIB=-lvbahelper$(DLLPOSTFIX) 199cdf0e10cSrcweirDBTOOLSLIB=-ldbtools$(DLLPOSTFIX) 200cdf0e10cSrcweirHM2LIBSH=-lhmwrpdll 201cdf0e10cSrcweirHM2LIBST=-lhmwrap 202cdf0e10cSrcweirLINGULIB=$(HM2LIBST) 203cdf0e10cSrcweirLNGLIB=-llng$(DLLPOSTFIX) 204cdf0e10cSrcweir.IF "$(SYSTEM_EXPAT)"=="YES" 205cdf0e10cSrcweirEXPAT3RDLIB=-lexpat 206cdf0e10cSrcweirEXPATASCII3RDLIB=-lexpat 207cdf0e10cSrcweir.ELSE 208cdf0e10cSrcweirEXPAT3RDLIB=-lexpat_xmlparse -lexpat_xmltok 209cdf0e10cSrcweirEXPATASCII3RDLIB=-lascii_expat_xmlparse -lexpat_xmltok 210cdf0e10cSrcweir.ENDIF 211cdf0e10cSrcweir.IF "$(SYSTEM_ZLIB)"=="YES" 212cdf0e10cSrcweirZLIB3RDLIB=-lz 213cdf0e10cSrcweir.ELSE 214cdf0e10cSrcweirZLIB3RDLIB=-lzlib 215cdf0e10cSrcweir.ENDIF 216cdf0e10cSrcweir.IF "$(SYSTEM_JPEG)"=="YES" 217885cb3b6SYuri Dario.IF "$(SOLAR_JAVA)" != "" && "$(JDK)" != "gcj" && "$(OS)" != "MACOSX" && "$(OS)" != "OS2" 218cdf0e10cSrcweir#i34482# Blackdown/Sun jdk is in the libsearch patch and has a libjpeg :-( 219cdf0e10cSrcweir.IF "$(OS)" == "FREEBSD" 220cdf0e10cSrcweirJPEG3RDLIB=/usr/local/lib/libjpeg.so 221cdf0e10cSrcweir.ELIF "$(CPUNAME)" == "X86_64" || "$(CPUNAME)" == "S390X" || "$(CPUNAME)" == "POWERPC64" 222cdf0e10cSrcweirJPEG3RDLIB=/usr/lib64/libjpeg.so 223cdf0e10cSrcweir.ELSE 224cdf0e10cSrcweirJPEG3RDLIB=/usr/lib/libjpeg.so 225cdf0e10cSrcweir.ENDIF 226cdf0e10cSrcweir.ELSE 227cdf0e10cSrcweirJPEG3RDLIB=-ljpeg 228cdf0e10cSrcweir.ENDIF 229cdf0e10cSrcweir.ELSE 230cdf0e10cSrcweirJPEG3RDLIB=-ljpeglib 231cdf0e10cSrcweir.ENDIF 232cdf0e10cSrcweir.IF "$(SYSTEM_NEON)" == "YES" 233cdf0e10cSrcweirNEON3RDLIB=-lneon 234cdf0e10cSrcweir.ELIF "$(GUI)$(COM)"=="WNTGCC" 235cdf0e10cSrcweirNEON3RDLIB=-lneon 236cdf0e10cSrcweir.ELIF "$(OS)" == "MACOSX" 237cdf0e10cSrcweirNEON3RDLIB=$(SOLARLIBDIR)/libneon.dylib 238cdf0e10cSrcweir.ELSE 239cdf0e10cSrcweirNEON3RDLIB=-lneon 240cdf0e10cSrcweir.ENDIF 241*941ddfd7Spfg.IF "$(OS)" == "FREEBSD" && "$(CPUNAME)" == "POWERPC64" 242*941ddfd7SpfgJPEG3RDLIB=/usr/local/lib/libjpeg.so 243*941ddfd7Spfg.ENDIF 244cdf0e10cSrcweirCURLLIB=-lcurl 245cdf0e10cSrcweirSFX2LIB=-lsfx$(DLLPOSTFIX) 246cdf0e10cSrcweirSFXLIB=-lsfx$(DLLPOSTFIX) 247cdf0e10cSrcweirEGGTRAYLIB=-leggtray$(DLLPOSTFIX) 248cdf0e10cSrcweirSFXDEBUGLIB= 249cdf0e10cSrcweirFWELIB=-lfwe$(DLLPOSTFIX) 250cdf0e10cSrcweirFWILIB=-lfwi$(DLLPOSTFIX) 251cdf0e10cSrcweirSVXCORELIB=-lsvxcore$(DLLPOSTFIX) 252cdf0e10cSrcweirMSFILTERLIB=-lmsfilter$(DLLPOSTFIX) 253cdf0e10cSrcweirSVXLIB=-lsvx$(DLLPOSTFIX) 254cdf0e10cSrcweirEDITENGLIB=-lediteng$(DLLPOSTFIX) 255cdf0e10cSrcweirBASCTLLIB=-lbasctl$(DLLPOSTFIX) 256cdf0e10cSrcweirBASICIDELIB=-lybctl 257cdf0e10cSrcweirSVXLLIB=-lsvxl 258cdf0e10cSrcweirCHAOSLIB=-lcnt$(DLLPOSTFIX) 259cdf0e10cSrcweirUUILIB=-luui$(DLLPOSTFIX) 260cdf0e10cSrcweirDGLIB= 261cdf0e10cSrcweirSCHLIB=-lysch 262cdf0e10cSrcweirSMLIB=-lysm 263cdf0e10cSrcweirOFALIB=-lofa$(DLLPOSTFIX) 264cdf0e10cSrcweirPRXLIB=-llprx2$(DLLPOSTFIX) 265cdf0e10cSrcweirPAPILIB=-lpap$(DLLPOSTFIX) 266cdf0e10cSrcweirSCLIB=-lsclib 267cdf0e10cSrcweirSDLIB=-lsdlib 268cdf0e10cSrcweirSDLLIB=-lsdl 269cdf0e10cSrcweirSWLIB=-lswlib 270cdf0e10cSrcweirISWLIB=-lsw$(DLLPOSTFIX) 271cdf0e10cSrcweirISCLIB=-lsc$(DLLPOSTFIX) 272cdf0e10cSrcweirISDLIB=-lsd$(DLLPOSTFIX) 273cdf0e10cSrcweirPKGCHKLIB=-lpkgchk$(DLLPOSTFIX) 274cdf0e10cSrcweirHELPLINKERLIB=-lhelplinker$(DLLPOSTFIX) 275685bfa88SYuri Dario.IF "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2" 276cdf0e10cSrcweirJVMACCESSLIB = -ljvmaccess$(UDK_MAJOR)$(COMID) 277cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 278cdf0e10cSrcweirJVMACCESSLIB = -ljvmaccess$(COMID) 279cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 280cdf0e10cSrcweir.IF "$(SYSTEM_CPPUNIT)"=="YES" 281cdf0e10cSrcweirCPPUNITLIB = $(CPPUNIT_LIBS) 282cdf0e10cSrcweir.ELSE 283cdf0e10cSrcweirCPPUNITLIB = -lcppunit 284cdf0e10cSrcweir.ENDIF 285cdf0e10cSrcweir.IF "$(SYSTEM_LIBXSLT)"=="YES" 286cdf0e10cSrcweirXSLTLIB=$(LIBXSLT_LIBS) 287cdf0e10cSrcweir.ELSE 288cdf0e10cSrcweirXSLTLIB=-lxslt $(LIBXML2LIB) 289cdf0e10cSrcweir.ENDIF 290685bfa88SYuri Dario.IF "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2" 291cdf0e10cSrcweirJVMFWKLIB = -ljvmfwk$(UDK_MAJOR) 292cdf0e10cSrcweir.ELSE # "$(GUI)$(COM)"=="WNTGCC" 293cdf0e10cSrcweirJVMFWKLIB = -ljvmfwk 294cdf0e10cSrcweir.ENDIF # "$(GUI)$(COM)"=="WNTGCC" 295cdf0e10cSrcweir.IF "$(SYSTEM_REDLAND)"=="YES" 296cdf0e10cSrcweirREDLANDLIB=$(REDLAND_LIBS) 297cdf0e10cSrcweir.ELSE 298cdf0e10cSrcweirREDLANDLIB=-lrdf 299cdf0e10cSrcweir.ENDIF 300cdf0e10cSrcweir 301cdf0e10cSrcweir 302cdf0e10cSrcweir# 303cdf0e10cSrcweir# USED_%NAME%_LIBS 304cdf0e10cSrcweir# Variablen, in denen in gueltiger Reihenfolge ALLE Libraries, 305cdf0e10cSrcweir# die unterhalb von %NAME% liegen, zusammengefasst werden 306cdf0e10cSrcweir# 307cdf0e10cSrcweir 308cdf0e10cSrcweir# Libraries 309cdf0e10cSrcweirUSED_OSL_LIBS = 310cdf0e10cSrcweirUSED_VOS_LIBS = $(OSLLIB) 311cdf0e10cSrcweirUSED_UNO_LIBS = $(VOSLIB) $(OSLLIB) 312cdf0e10cSrcweirUSED_TOOLS_LIBS = 313cdf0e10cSrcweirUSED_SOT_LIBS = $(TOOLSLIB) 314cdf0e10cSrcweirUSED_VCL_LIBS = $(SOTLIB) $(TOOLSLIB) $(USED_UNO_LIBS) 315cdf0e10cSrcweir 316cdf0e10cSrcweir# Applikationen 317cdf0e10cSrcweirUSED_BOOTSTRP_LIBS= $(TOOLSLIB) 318cdf0e10cSrcweirUSED_RCLIENT_LIBS = $(VCLLIB) $(SOTLIB) $(TOOLSLIB) \ 319cdf0e10cSrcweir $(USED_UNO_LIBS) 320cdf0e10cSrcweir 321cdf0e10cSrcweirSABLOT3RDLIB=-lsablot 322cdf0e10cSrcweirAPP3RDLIB=-lapp 323cdf0e10cSrcweirSAMPLE3RDLIB=-lsample 324cdf0e10cSrcweirHNJLIB*=-lhyphen 325cdf0e10cSrcweirMYSPELLLIB=-lmyspell 326cdf0e10cSrcweirCOSVLIB=-lcosv 327cdf0e10cSrcweirUDMLIB=-ludm 328cdf0e10cSrcweirULINGULIB=-lulingu 329cdf0e10cSrcweir.IF "$(SYSTEM_HUNSPELL)" == "YES" 330cdf0e10cSrcweirHUNSPELLLIB=$(HUNSPELL_LIBS) 3315b11f0d3SYuri Dario.ELIF "$(GUI)" == "OS2" 3325b11f0d3SYuri DarioHUNSPELLLIB=-lhunspell 333cdf0e10cSrcweir.ELSE 3340aabba3aSAndre FischerHUNSPELLLIB=-lhunspell-1.3 335cdf0e10cSrcweir.ENDIF 336cdf0e10cSrcweir.IF "$(SYSTEM_MYTHES)" == "YES" 337cdf0e10cSrcweirMYTHESLIB=$(MYTHES_LIBS) 338685bfa88SYuri Dario.ELIF "$(GUI)" == "OS2" 339685bfa88SYuri DarioMYTHESLIB=-lmythes 3405b11f0d3SYuri DarioCOINMPLIBS=-lCoinMP 341cdf0e10cSrcweir.ELSE 342cdf0e10cSrcweirMYTHESLIB=-lmythes-1.2 3435b11f0d3SYuri DarioCOINMPLIBS=-lCoinMP -lCoinUtils -lClp -lCbc -lOsi -lOsiClp -lCgl -lCbcSolver 344cdf0e10cSrcweir.ENDIF 345cdf0e10cSrcweirPYUNOLIB=-lpyuno 346fdf35928SAndre FischerINTERNAL_APR_LIBS=-lapr-1 34758b02f87SAndre FischerINTERNAL_APR_UTIL_LIBS=-laprutil-1 348fdf35928SAndre FischerINTERNAL_SERF_LIBS=-lserf-1 349cdf0e10cSrcweirSOFFICELIB=-lsofficeapp 350cdf0e10cSrcweirUNOPKGAPPLIB=-lunopkgapp 351cdf0e10cSrcweirTESTLIB=-ltest 352cdf0e10cSrcweirXMLREADERLIB=-lxmlreader 353cdf0e10cSrcweir 354685bfa88SYuri Dario.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") 355cdf0e10cSrcweir 356cdf0e10cSrcweirAWTLIB*=jawt.lib 357cdf0e10cSrcweirAVMEDIALIB=iavmedia.lib 358cdf0e10cSrcweirICUINLIB=icuin.lib 359cdf0e10cSrcweirICULELIB=icule.lib 360cdf0e10cSrcweirICUUCLIB=icuuc.lib 361cdf0e10cSrcweirICUDATALIB=icudata.lib 362cdf0e10cSrcweirI18NUTILLIB=ii18nutil.lib 363cdf0e10cSrcweirI18NISOLANGLIB=ii18nisolang.lib 364cdf0e10cSrcweirI18NPAPERLIB=ii18npaper.lib 365cdf0e10cSrcweirSALHELPERLIB=isalhelper.lib 366cdf0e10cSrcweirXMLSCRIPTLIB=ixcr.lib 367cdf0e10cSrcweirCOMPHELPERLIB=icomphelp.lib 368cdf0e10cSrcweirCONNECTIVITYLIB=connectivity.lib 369cdf0e10cSrcweirLDAPBERLIB=ldapber.lib 370cdf0e10cSrcweirCPPULIB=icppu.lib 371cdf0e10cSrcweirCPPUHELPERLIB=icppuhelper.lib 372cdf0e10cSrcweirUCBHELPERLIB=iucbhelper.lib 373cdf0e10cSrcweirOPENSSLLIB=ssleay32.lib libeay32.lib 374cdf0e10cSrcweirODBCLIB=iodbc.lib 375cdf0e10cSrcweirODBCBASELIB=iodbcbase.lib 376cdf0e10cSrcweirDBFILELIB=ifile.lib 377cdf0e10cSrcweirTOOLSLIB=itools.lib 378cdf0e10cSrcweirTOOLSLIBST=atools.lib 379cdf0e10cSrcweirBPICONVLIB=bpiconv.lib 380cdf0e10cSrcweirSALLIB=isal.lib 381cdf0e10cSrcweirVOSLIB=ivos.lib 382cdf0e10cSrcweirUNOTOOLSLIB=iutl.lib 383cdf0e10cSrcweirRMCXTLIB=irmcxt.lib 384cdf0e10cSrcweirXMLOFFLIB=ixo.lib 385cdf0e10cSrcweirXMLOFFLLIB=xol.lib 386cdf0e10cSrcweirSTORELIB=istore.lib 387cdf0e10cSrcweirOTXLIB=otx_ind.lib 388cdf0e10cSrcweirOSXLIB=osx.lib 389cdf0e10cSrcweirREGLIB=ireg.lib 390cdf0e10cSrcweirEXTLIB=iext.lib 391cdf0e10cSrcweirSOTLIB=sot.lib 392cdf0e10cSrcweirMOZBASELIBST=nspr4_s.lib xpcombase_s.lib 393cdf0e10cSrcweirMOZBASELIB=nspr4.lib xpcom.lib 394cdf0e10cSrcweirLDAPSDKLIB=nsldap32v50.lib 395cdf0e10cSrcweirPAPILIB=ipap.lib 396cdf0e10cSrcweirSFX2LIB=sfx.lib 397cdf0e10cSrcweirSFXLIB=$(SFX2LIB) 398cdf0e10cSrcweirFWELIB=ifwe.lib 399cdf0e10cSrcweirFWILIB=ifwi.lib 400cdf0e10cSrcweirBTSTRPLIB=btstrp.lib 401cdf0e10cSrcweirBTSTRPDTLIB=bootstrpdt.lib 402cdf0e10cSrcweirSOLDEPLIB=soldep.lib 403cdf0e10cSrcweirTRANSEXLIB=transex.lib 404cdf0e10cSrcweirICOLIB=icom.lib 405cdf0e10cSrcweirSVTOOLLIB=svtool.lib 406cdf0e10cSrcweirXMLSECLIB=libxmlsec.lib 407cdf0e10cSrcweirXMLSECLIB-MS=libxmlsec-mscrypto.lib 408cdf0e10cSrcweirXMLSECLIB-NSS=libxmlsec-nss.lib 409cdf0e10cSrcweirLIBXML2LIB=libxml2.lib 410cdf0e10cSrcweirNSS3LIB=nss3.lib 411cdf0e10cSrcweirNSPR4LIB=nspr4.lib 412cdf0e10cSrcweirPLC4LIB=plc4.lib 413cdf0e10cSrcweirNSSCRYPTOLIBS=$(XMLSECLIB-NSS) $(XMLSECLIB) $(LIBXML2LIB) $(NSS3LIB) $(NSPR4LIB) $(PLC4LIB) 414cdf0e10cSrcweirMSCRYPTOLIBS=$(XMLSECLIB-MS) $(XMLSECLIB) $(LIBXML2LIB) crypt32.lib advapi32.lib 415cdf0e10cSrcweirBROOKERLIB=ibrooker.lib 416cdf0e10cSrcweirSIMPLECMLIB=isimplecm.lib 417cdf0e10cSrcweirCOMMUNILIB=icommuni.lib 418cdf0e10cSrcweirBTCOMMUNILIB=ibtcommuni.lib 419cdf0e10cSrcweirAUTOMATIONLIB=ists.lib 420cdf0e10cSrcweirSVLLIB=isvl.lib 421cdf0e10cSrcweirPLUGAPPLIB=plugapp.lib 422cdf0e10cSrcweirSAXLIB=isax.lib 423cdf0e10cSrcweirMAILLIB=mail.lib 424cdf0e10cSrcweirDOCMGRLIB=docmgr.lib 425cdf0e10cSrcweirBASICLIB=basic.lib 426cdf0e10cSrcweirVBAHELPERLIB=vbahelper.lib 427cdf0e10cSrcweirTKTLIB=tkt.lib 428cdf0e10cSrcweirSJLIB=sj.lib 429cdf0e10cSrcweirSVXCORELIB=isvxcore.lib 430cdf0e10cSrcweirMSFILTERLIB=imsfilter.lib 431cdf0e10cSrcweirSVXLIB=isvx.lib 432cdf0e10cSrcweirEDITENGLIB=iediteng.lib 433cdf0e10cSrcweirBASCTLLIB=basctl.lib 434cdf0e10cSrcweirBASICIDELIB=ybctl.lib 435cdf0e10cSrcweirSVXLLIB=svxl.lib 436cdf0e10cSrcweirDBTOOLSLIB=idbtools.lib 437cdf0e10cSrcweirHM2LIBSH=hmwrpdll.lib 438cdf0e10cSrcweirHM2LIBST=hmwrap.lib 439cdf0e10cSrcweirLINGULIB=$(HM2LIBST) 440cdf0e10cSrcweirLNGLIB=ilng.lib 441cdf0e10cSrcweirEXPAT3RDLIB=expat_xmltok.lib expat_xmlparse.lib 442cdf0e10cSrcweirEXPATASCII3RDLIB=expat_xmltok.lib ascii_expat_xmlparse.lib 443cdf0e10cSrcweirZLIB3RDLIB=zlib.lib 444cdf0e10cSrcweirJPEG3RDLIB=jpeglib.lib 445cdf0e10cSrcweirNEON3RDLIB=ineon.lib 446cdf0e10cSrcweirCURLLIB=libcurl.lib 447cdf0e10cSrcweirCHAOSLIB=ichaos.lib 448cdf0e10cSrcweirUUILIB=iuui.lib 449cdf0e10cSrcweirDGLIB= 450cdf0e10cSrcweirSCHLIB=ysch.lib 451cdf0e10cSrcweirSMLIB=ysm.lib 452cdf0e10cSrcweirOFALIB=aofa.lib 453cdf0e10cSrcweirSCLIB=sclib.lib 454cdf0e10cSrcweirSDLIB=sdlib.lib 455cdf0e10cSrcweirSDLLIB=sdl.lib 456cdf0e10cSrcweirSWLIB=swlib.lib 457cdf0e10cSrcweirPRXLIB=ilprx2.lib 458cdf0e10cSrcweirISWLIB=_sw.lib 459cdf0e10cSrcweirISCLIB=sci.lib 460cdf0e10cSrcweirISDLIB=sdi.lib 461cdf0e10cSrcweirVCLLIB=ivcl.lib 462cdf0e10cSrcweirOOXLIB=ioox.lib 463cdf0e10cSrcweirBASEGFXLIB=ibasegfx.lib 464cdf0e10cSrcweirDRAWINGLAYERLIB=idrawinglayer.lib 465ddde725dSArmin Le GrandSVGIOLIB=isvgio.lib 466cdf0e10cSrcweirBASEBMPLIB=ibasebmp.lib 467cdf0e10cSrcweirCANVASTOOLSLIB=icanvastools.lib 468cdf0e10cSrcweirCPPCANVASLIB=icppcanvas.lib 469cdf0e10cSrcweirFORLIB=ifor.lib 470cdf0e10cSrcweirFORUILIB=iforui.lib 471cdf0e10cSrcweirAGGLIB=iagg.lib 4722e2269f7SJürgen SchmidtTKLIB=iootk.lib 473cdf0e10cSrcweirLAYOUTLIB=itklayout.lib 474cdf0e10cSrcweirSVXLLIB=svxl.lib 475cdf0e10cSrcweirFREETYPELIB=freetype.lib 476cdf0e10cSrcweirPKGCHKLIB=ipkgchk.lib 477cdf0e10cSrcweirHELPLINKERLIB=ihelplinker.lib 478cdf0e10cSrcweirJVMACCESSLIB = ijvmaccess.lib 479cdf0e10cSrcweirXSLTLIB = libxslt.lib $(LIBXML2LIB) 480685bfa88SYuri DarioCPPUNITLIB = icppunit_dll.lib 481cdf0e10cSrcweirREDLANDLIB = librdf.lib 482cdf0e10cSrcweir 483cdf0e10cSrcweirJVMFWKLIB = ijvmfwk.lib 484cdf0e10cSrcweir 485cdf0e10cSrcweirSABLOT3RDLIB= $(LIBPRE) sablot.lib 486cdf0e10cSrcweirAPP3RDLIB= $(LIBPRE) app.lib 487cdf0e10cSrcweirSAMPLE3RDLIB= $(LIBPRE) sample.lib 488cdf0e10cSrcweirHNJLIB*=libhnj.lib 489cdf0e10cSrcweirMYSPELLLIB= $(LIBPRE) myspell.lib 490cdf0e10cSrcweirCOSVLIB= $(LIBPRE) cosv.lib 491cdf0e10cSrcweirUDMLIB= $(LIBPRE) udm.lib 492cdf0e10cSrcweirULINGULIB=$(LIBPRE) libulingu.lib 493cdf0e10cSrcweir.IF "$(SYSTEM_HUNSPELL)" == "YES" 494cdf0e10cSrcweirHUNSPELLLIB=$(HUNSPELL_LIBS) 495cdf0e10cSrcweir.ELSE 496cdf0e10cSrcweirHUNSPELLLIB=$(LIBPRE) libhunspell.lib 497cdf0e10cSrcweir.ENDIF 498cdf0e10cSrcweirMYTHESLIB=libmythes.lib 499cdf0e10cSrcweirPYUNOLIB=ipyuno.lib 50059ddfc10SAndre FischerCOINMPLIBS=CoinMP.lib 501fdf35928SAndre FischerINTERNAL_APR_LIBS=libapr-1.lib 50258b02f87SAndre FischerINTERNAL_APR_UTIL_LIBS=iapr-util.lib 503fdf35928SAndre FischerINTERNAL_SERF_LIBS=iserf.lib 504cdf0e10cSrcweirSOFFICELIB=isofficeapp.lib 505cdf0e10cSrcweirUNOPKGAPPLIB=iunopkgapp.lib 506cdf0e10cSrcweirTESTLIB=itest.lib 507cdf0e10cSrcweirXMLREADERLIB=ixmlreader.lib 508cdf0e10cSrcweir 509685bfa88SYuri Dario.ENDIF # ("$(GUI)"=="UNX" || "$(COM)"=="GCC") 510