2007-10-05 05:54:27 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-22 08:42:58 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
2007-10-05 05:54:27 -05:00
|
|
|
#
|
2008-04-22 08:42:58 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2007-10-05 05:54:27 -05:00
|
|
|
#
|
2008-04-22 08:42:58 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2007-10-05 05:54:27 -05:00
|
|
|
#
|
2008-07-02 03:47:17 -05:00
|
|
|
# $Revision: 1.8 $
|
2007-10-05 05:54:27 -05:00
|
|
|
#
|
2008-04-22 08:42:58 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2007-10-05 05:54:27 -05:00
|
|
|
#
|
2008-04-22 08:42:58 -05:00
|
|
|
# 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.
|
2007-10-05 05:54:27 -05:00
|
|
|
#
|
2008-04-22 08:42:58 -05:00
|
|
|
# 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).
|
2007-10-05 05:54:27 -05:00
|
|
|
#
|
2008-04-22 08:42:58 -05:00
|
|
|
# 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.
|
2007-10-05 05:54:27 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ=.
|
|
|
|
|
|
|
|
PRJNAME=hunspell
|
|
|
|
TARGET=hunspell
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
|
|
|
TARFILE_NAME=hunspell-1.1.12-2
|
|
|
|
TARFILE_ROOTDIR=hunspell-1.1.12
|
|
|
|
|
2008-04-11 03:17:35 -05:00
|
|
|
#ADDITIONAL_FILES += src/hunspell/makefile.mk
|
|
|
|
|
2008-01-04 12:47:26 -06:00
|
|
|
PATCH_FILE_NAME=hunspell-1.1.12.patch
|
2007-10-05 05:54:27 -05:00
|
|
|
|
|
|
|
.IF "$(GUI)"=="UNX"
|
|
|
|
#CONFIGURE_DIR=$(BUILD_DIR)
|
|
|
|
|
|
|
|
#relative to CONFIGURE_DIR
|
|
|
|
CONFIGURE_ACTION=configure
|
2008-06-01 14:43:55 -05:00
|
|
|
CONFIGURE_FLAGS= --disable-shared --with-pic
|
2008-06-17 08:53:14 -05:00
|
|
|
.IF "$(COMNAME)"=="sunpro5"
|
|
|
|
CONFIGURE_FLAGS+= CFLAGS=-xc99=none
|
|
|
|
.ENDIF # "$(COMNAME)"=="sunpro5"
|
2007-10-05 05:54:27 -05:00
|
|
|
|
2008-06-19 09:36:15 -05:00
|
|
|
.IF "$(SYSBASE)"!=""
|
|
|
|
.IF "$(EXTRA_CFLAGS)"!=""
|
|
|
|
CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS)" CXXFLAGS="$(EXTRA_CFLAGS)"
|
|
|
|
.ENDIF # "$(EXTRA_CFLAGS)"!=""
|
|
|
|
.ENDIF # "$(SYSBASE)"!=""
|
|
|
|
|
|
|
|
|
2008-04-11 03:17:35 -05:00
|
|
|
BUILD_ACTION=make && make check
|
2007-10-05 05:54:27 -05:00
|
|
|
|
|
|
|
OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.1.a
|
|
|
|
|
|
|
|
.ENDIF # "$(GUI)"=="UNX"
|
|
|
|
|
|
|
|
|
|
|
|
.IF "$(GUI)"=="WNT"
|
2008-07-02 03:47:17 -05:00
|
|
|
.IF "$(COM)"=="GCC"
|
|
|
|
CONFIGURE_ACTION=configure
|
|
|
|
CONFIGURE_FLAGS= --disable-shared --with-pic
|
|
|
|
BUILD_ACTION=make
|
|
|
|
OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.1.a
|
|
|
|
.ELSE
|
2007-10-05 05:54:27 -05:00
|
|
|
BUILD_ACTION=cd src/hunspell && dmake
|
2008-07-02 03:47:17 -05:00
|
|
|
.ENDIF
|
2007-10-05 05:54:27 -05:00
|
|
|
.ENDIF # "$(GUI)"=="WNT"
|
|
|
|
|
|
|
|
|
|
|
|
OUT2INC= \
|
|
|
|
$(BUILD_DIR)$/src$/hunspell$/*.hxx
|
|
|
|
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : set_ext.mk
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
.INCLUDE : tg_ext.mk
|
|
|
|
|