libs.mk (58b02f87) libs.mk (0aabba3a)
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

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

339HNJLIB*=-lhyphen
340MYSPELLLIB=-lmyspell
341COSVLIB=-lcosv
342UDMLIB=-ludm
343ULINGULIB=-lulingu
344.IF "$(SYSTEM_HUNSPELL)" == "YES"
345HUNSPELLLIB=$(HUNSPELL_LIBS)
346.ELSE
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

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

339HNJLIB*=-lhyphen
340MYSPELLLIB=-lmyspell
341COSVLIB=-lcosv
342UDMLIB=-ludm
343ULINGULIB=-lulingu
344.IF "$(SYSTEM_HUNSPELL)" == "YES"
345HUNSPELLLIB=$(HUNSPELL_LIBS)
346.ELSE
347HUNSPELLLIB=-lhunspell-1.2
347HUNSPELLLIB=-lhunspell-1.3
348.ENDIF
349.IF "$(SYSTEM_MYTHES)" == "YES"
350MYTHESLIB=$(MYTHES_LIBS)
351.ELIF "$(GUI)" == "OS2"
352MYTHESLIB=-lmythes
353.ELSE
354MYTHESLIB=-lmythes-1.2
355.ENDIF

--- 184 unchanged lines hidden ---
348.ENDIF
349.IF "$(SYSTEM_MYTHES)" == "YES"
350MYTHESLIB=$(MYTHES_LIBS)
351.ELIF "$(GUI)" == "OS2"
352MYTHESLIB=-lmythes
353.ELSE
354MYTHESLIB=-lmythes-1.2
355.ENDIF

--- 184 unchanged lines hidden ---