libs.mk (5b11f0d3) | libs.mk (941ddfd7) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 224 unchanged lines hidden (view full) --- 233NEON3RDLIB=-lneon 234.ELIF "$(GUI)$(COM)"=="WNTGCC" 235NEON3RDLIB=-lneon 236.ELIF "$(OS)" == "MACOSX" 237NEON3RDLIB=$(SOLARLIBDIR)/libneon.dylib 238.ELSE 239NEON3RDLIB=-lneon 240.ENDIF | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 224 unchanged lines hidden (view full) --- 233NEON3RDLIB=-lneon 234.ELIF "$(GUI)$(COM)"=="WNTGCC" 235NEON3RDLIB=-lneon 236.ELIF "$(OS)" == "MACOSX" 237NEON3RDLIB=$(SOLARLIBDIR)/libneon.dylib 238.ELSE 239NEON3RDLIB=-lneon 240.ENDIF |
241.IF "$(OS)" == "FREEBSD" && "$(CPUNAME)" == "POWERPC64" 242JPEG3RDLIB=/usr/local/lib/libjpeg.so 243.ENDIF |
|
241CURLLIB=-lcurl 242SFX2LIB=-lsfx$(DLLPOSTFIX) 243SFXLIB=-lsfx$(DLLPOSTFIX) 244EGGTRAYLIB=-leggtray$(DLLPOSTFIX) 245SFXDEBUGLIB= 246FWELIB=-lfwe$(DLLPOSTFIX) 247FWILIB=-lfwi$(DLLPOSTFIX) 248SVXCORELIB=-lsvxcore$(DLLPOSTFIX) --- 258 unchanged lines hidden --- | 244CURLLIB=-lcurl 245SFX2LIB=-lsfx$(DLLPOSTFIX) 246SFXLIB=-lsfx$(DLLPOSTFIX) 247EGGTRAYLIB=-leggtray$(DLLPOSTFIX) 248SFXDEBUGLIB= 249FWELIB=-lfwe$(DLLPOSTFIX) 250FWILIB=-lfwi$(DLLPOSTFIX) 251SVXCORELIB=-lsvxcore$(DLLPOSTFIX) --- 258 unchanged lines hidden --- |