414b6e019b
2009-02-02 16:45:01 +0100 hjs r267278 : #i98415# - kick touch here - go for the root cause elsewhere 2009-02-02 12:09:15 +0100 hjs r267257 : #i98415# - fix parameters of touch 2009-01-23 23:13:00 +0100 mba r266855 : fixed warning 2009-01-23 18:59:55 +0100 mba r266848 : #i98415#: touch copied files 2009-01-21 09:58:05 +0100 nemeth r266633 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@266428 (milestone: DEV300:m39) 2009-01-21 09:04:48 +0100 nemeth r266629 : Issue: #19563 Submitted by: nemeth Reviewed by: nemeth Patch: handle bad dictionary items for back compatibility (affix separator without affix flags) 2009-01-20 20:04:10 +0100 nemeth r266622 : Issue: #19563 Submitted by: nemeth Reviewed by:nemeth Add two small fixes for SF.net Hunspell Bug ID 2487684 2519814 2008-12-10 00:21:41 +0100 nemeth r265141 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264807 (milestone: DEV300:m37) 2008-12-09 16:12:56 +0100 nemeth r265113 : #i19563#: fixed stemming, and #i90028#: fixed and improved hyphenation 2008-11-26 23:09:05 +0100 nemeth r264438 : #i90028#: CWS hunspell4thesaurus: Windows fixes of the Hunspell patch. 2008-11-26 22:51:03 +0100 nemeth r264436 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264325 (milestone: DEV300:m36) 2008-11-22 09:02:20 +0100 nemeth r264182 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-22 08:23:10 +0100 nemeth r264181 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-21 22:15:21 +0100 nemeth r264176 : #i90028#: migrate CWS hunspell4thesaurus to SVN.
108 lines
2.7 KiB
Makefile
108 lines
2.7 KiB
Makefile
#*************************************************************************
|
|
#
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
|
#
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
#
|
|
# $RCSfile: makefile.mk,v $
|
|
#
|
|
# $Revision: 1.8.2.3 $
|
|
#
|
|
# This file is part of OpenOffice.org.
|
|
#
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
# only, as published by the Free Software Foundation.
|
|
#
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Lesser General Public License version 3 for more details
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
# <http://www.openoffice.org/license.html>
|
|
# for a copy of the LGPLv3 License.
|
|
#
|
|
#*************************************************************************
|
|
|
|
PRJ=.
|
|
|
|
PRJNAME=hyphen
|
|
TARGET=hyphen
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
TARFILE_NAME=hyphen-2.4
|
|
|
|
ADDITIONAL_FILES += makefile.mk
|
|
|
|
PATCH_FILES=hyphen-2.4.patch
|
|
|
|
.IF "$(GUI)"=="UNX"
|
|
CONFIGURE_DIR=$(BUILD_DIR)
|
|
|
|
#relative to CONFIGURE_DIR
|
|
# still needed also in system-hyphen case as it creates the makefile
|
|
CONFIGURE_ACTION=configure
|
|
CONFIGURE_FLAGS= --disable-shared --with-pic
|
|
|
|
.IF "$(COM)"=="C52" && "$(CPU)"=="U"
|
|
LCL_CONFIGURE_CFLAGS+=-m64
|
|
.ENDIF
|
|
|
|
.IF "$(SYSBASE)"!=""
|
|
.IF "$(EXTRA_CFLAGS)"!=""
|
|
LCL_CONFIGURE_CFLAGS+=$(EXTRA_CFLAGS)
|
|
CONFIGURE_FLAGS+=CXXFLAGS="$(EXTRA_CFLAGS)"
|
|
.ENDIF # "$(EXTRA_CFLAGS)"!=""
|
|
.ENDIF # "$(SYSBASE)"!=""
|
|
|
|
.IF "$(LCL_CONFIGURE_CFLAGS)"!=""
|
|
CONFIGURE_FLAGS+=CFLAGS='$(LCL_CONFIGURE_CFLAGS)'
|
|
.ENDIF
|
|
|
|
.IF "$(SYSTEM_HYPH)" == "YES" && "$(WITH_MYSPELL_DICTS)" == "YES"
|
|
BUILD_ACTION=make hyph_en_US.dic
|
|
.ELIF "$(SYSTEM_HYPH)" == "YES" && "$(WITH_MYSPELL_DICTS)" != "YES"
|
|
@all:
|
|
echo "Nothing to do here."
|
|
.ELSE
|
|
BUILD_ACTION=make
|
|
OUT2INC += hyphen.h
|
|
.ENDIF
|
|
|
|
.ENDIF # "$(GUI)"=="UNX"
|
|
|
|
|
|
.IF "$(GUI)"=="WNT"
|
|
.IF "$(COM)"=="GCC"
|
|
CONFIGURE_ACTION=configure
|
|
CONFIGURE_FLAGS= --disable-shared --with-pic
|
|
|
|
BUILD_ACTION=make
|
|
|
|
.ELSE
|
|
BUILD_ACTION=dmake
|
|
.ENDIF # "$(COM)"=="GCC"
|
|
OUT2INC += hyphen.h
|
|
.ENDIF # "$(GUI)"=="WNT"
|
|
|
|
.IF "$(GUI)"=="OS2"
|
|
BUILD_ACTION=dmake
|
|
OUT2INC += hyphen.h
|
|
.ENDIF # "$(GUI)"=="OS2"
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
.INCLUDE : set_ext.mk
|
|
.INCLUDE : target.mk
|
|
.INCLUDE : tg_ext.mk
|
|
|