libs.mk (b63233d8) libs.mk (e15a4534)
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

--- 223 unchanged lines hidden (view full) ---

232NEON3RDLIB=-lneon
233.ELIF "$(GUI)$(COM)"=="WNTGCC"
234NEON3RDLIB=-lneon
235.ELIF "$(OS)" == "MACOSX"
236NEON3RDLIB=$(SOLARLIBDIR)/libneon.dylib
237.ELSE
238NEON3RDLIB=-lneon
239.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

--- 223 unchanged lines hidden (view full) ---

232NEON3RDLIB=-lneon
233.ELIF "$(GUI)$(COM)"=="WNTGCC"
234NEON3RDLIB=-lneon
235.ELIF "$(OS)" == "MACOSX"
236NEON3RDLIB=$(SOLARLIBDIR)/libneon.dylib
237.ELSE
238NEON3RDLIB=-lneon
239.ENDIF
240.IF "$(OS)" == "FREEBSD" && "$(CPUNAME)" == "POWERPC64"
241JPEG3RDLIB=/usr/local/lib/libjpeg.so
242.ENDIF
240CURLLIB=-lcurl
241SFX2LIB=-lsfx$(DLLPOSTFIX)
242SFXLIB=-lsfx$(DLLPOSTFIX)
243EGGTRAYLIB=-leggtray$(DLLPOSTFIX)
244SFXDEBUGLIB=
245FWELIB=-lfwe$(DLLPOSTFIX)
246FWILIB=-lfwi$(DLLPOSTFIX)
247SVXCORELIB=-lsvxcore$(DLLPOSTFIX)

--- 255 unchanged lines hidden ---
243CURLLIB=-lcurl
244SFX2LIB=-lsfx$(DLLPOSTFIX)
245SFXLIB=-lsfx$(DLLPOSTFIX)
246EGGTRAYLIB=-leggtray$(DLLPOSTFIX)
247SFXDEBUGLIB=
248FWELIB=-lfwe$(DLLPOSTFIX)
249FWILIB=-lfwi$(DLLPOSTFIX)
250SVXCORELIB=-lsvxcore$(DLLPOSTFIX)

--- 255 unchanged lines hidden ---