libs.mk (2e2269f7) libs.mk (5b11f0d3)
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

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

320SAMPLE3RDLIB=-lsample
321HNJLIB*=-lhyphen
322MYSPELLLIB=-lmyspell
323COSVLIB=-lcosv
324UDMLIB=-ludm
325ULINGULIB=-lulingu
326.IF "$(SYSTEM_HUNSPELL)" == "YES"
327HUNSPELLLIB=$(HUNSPELL_LIBS)
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

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

320SAMPLE3RDLIB=-lsample
321HNJLIB*=-lhyphen
322MYSPELLLIB=-lmyspell
323COSVLIB=-lcosv
324UDMLIB=-ludm
325ULINGULIB=-lulingu
326.IF "$(SYSTEM_HUNSPELL)" == "YES"
327HUNSPELLLIB=$(HUNSPELL_LIBS)
328.ELIF "$(GUI)" == "OS2"
329HUNSPELLLIB=-lhunspell
328.ELSE
329HUNSPELLLIB=-lhunspell-1.3
330.ENDIF
331.IF "$(SYSTEM_MYTHES)" == "YES"
332MYTHESLIB=$(MYTHES_LIBS)
333.ELIF "$(GUI)" == "OS2"
334MYTHESLIB=-lmythes
330.ELSE
331HUNSPELLLIB=-lhunspell-1.3
332.ENDIF
333.IF "$(SYSTEM_MYTHES)" == "YES"
334MYTHESLIB=$(MYTHES_LIBS)
335.ELIF "$(GUI)" == "OS2"
336MYTHESLIB=-lmythes
337COINMPLIBS=-lCoinMP
335.ELSE
336MYTHESLIB=-lmythes-1.2
338.ELSE
339MYTHESLIB=-lmythes-1.2
340COINMPLIBS=-lCoinMP -lCoinUtils -lClp -lCbc -lOsi -lOsiClp -lCgl -lCbcSolver
337.ENDIF
338PYUNOLIB=-lpyuno
341.ENDIF
342PYUNOLIB=-lpyuno
339COINMPLIBS=-lCoinMP -lCoinUtils -lClp -lCbc -lOsi -lOsiClp -lCgl -lCbcSolver
340INTERNAL_APR_LIBS=-lapr-1
341INTERNAL_APR_UTIL_LIBS=-laprutil-1
342INTERNAL_SERF_LIBS=-lserf-1
343SOFFICELIB=-lsofficeapp
344UNOPKGAPPLIB=-lunopkgapp
345TESTLIB=-ltest
346XMLREADERLIB=-lxmlreader
347

--- 156 unchanged lines hidden ---
343INTERNAL_APR_LIBS=-lapr-1
344INTERNAL_APR_UTIL_LIBS=-laprutil-1
345INTERNAL_SERF_LIBS=-lserf-1
346SOFFICELIB=-lsofficeapp
347UNOPKGAPPLIB=-lunopkgapp
348TESTLIB=-ltest
349XMLREADERLIB=-lxmlreader
350

--- 156 unchanged lines hidden ---