2007-01-12 05:40:54 -06:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 01:21:55 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
2010-02-12 08:01:35 -06:00
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
2007-01-12 05:40:54 -06:00
|
|
|
#
|
2008-04-11 01:21:55 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2007-01-12 05:40:54 -06:00
|
|
|
#
|
2008-04-11 01:21:55 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2007-01-12 05:40:54 -06:00
|
|
|
#
|
2008-04-11 01:21:55 -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-01-12 05:40:54 -06:00
|
|
|
#
|
2008-04-11 01:21:55 -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-01-12 05:40:54 -06:00
|
|
|
#
|
2008-04-11 01:21:55 -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-01-12 05:40:54 -06:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ=.
|
|
|
|
|
|
|
|
PRJNAME=libtextcat
|
|
|
|
TARGET=libtextcat
|
|
|
|
|
2010-10-05 05:06:49 -05:00
|
|
|
.IF "$(SYSTEM_LIBTEXTCAT)" == "YES"
|
|
|
|
all:
|
2010-07-16 08:44:32 -05:00
|
|
|
@echo "An already available installation of libtextcat should exist on your system."
|
|
|
|
@echo "Therefore the version provided here does not need to be built in addition."
|
2010-10-05 05:06:49 -05:00
|
|
|
.ENDIF
|
|
|
|
|
2007-01-12 05:40:54 -06:00
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
|
|
|
TARFILE_NAME=libtextcat-2.2
|
2010-01-15 07:55:12 -06:00
|
|
|
TARFILE_MD5=128cfc86ed5953e57fe0f5ae98b62c2e
|
2007-01-12 05:40:54 -06:00
|
|
|
TARFILE_ROOTDIR=libtextcat-2.2
|
|
|
|
|
2010-10-13 07:44:25 -05:00
|
|
|
PATCH_FILES=\
|
|
|
|
libtextcat-2.2.patch \
|
|
|
|
libtextcat-aix.patch
|
2007-01-12 05:40:54 -06:00
|
|
|
|
|
|
|
ADDITIONAL_FILES= \
|
|
|
|
src$/utf8misc.h \
|
|
|
|
src$/utf8misc.c \
|
|
|
|
src$/win32_config.h \
|
2007-06-21 10:09:52 -05:00
|
|
|
src$/makefile.mk \
|
|
|
|
src$/libtextcat.map
|
2007-01-12 05:40:54 -06:00
|
|
|
|
|
|
|
.IF "$(GUI)"=="UNX"
|
|
|
|
#relative to CONFIGURE_DIR
|
2008-06-16 08:00:39 -05:00
|
|
|
CONFIGURE_ACTION=configure CFLAGS="$(ARCH_FLAGS) $(EXTRA_CFLAGS)"
|
2009-09-16 09:49:32 -05:00
|
|
|
CONFIGURE_FLAGS=$(eq,$(OS),MACOSX CPPFLAGS="$(EXTRA_CDEFS)" $(NULL))
|
2010-10-13 07:44:25 -05:00
|
|
|
.IF "$(OS)"=="AIX"
|
|
|
|
CONFIGURE_FLAGS+= CFLAGS=-D_LINUX_SOURCE_COMPAT
|
|
|
|
.ENDIF
|
2011-05-13 16:46:20 -05:00
|
|
|
.IF "$(OS)"=="IOS"
|
|
|
|
CONFIGURE_FLAGS+= --disable-shared
|
|
|
|
.ENDIF
|
|
|
|
.IF "$(CROSS_COMPILING)"!=""
|
|
|
|
CONFIGURE_FLAGS+= --build="$(BUILD_PLATFORM)" --host="$(HOST_PLATFORM)"
|
|
|
|
.ENDIF
|
2007-01-12 05:40:54 -06:00
|
|
|
|
|
|
|
BUILD_ACTION=make
|
|
|
|
|
2007-06-21 10:09:52 -05:00
|
|
|
OUT2LIB=$(BUILD_DIR)$/src$/.libs$/libtextcat*$(DLLPOST)
|
2007-01-12 05:40:54 -06:00
|
|
|
|
|
|
|
.ENDIF # "$(GUI)"=="UNX"
|
|
|
|
|
|
|
|
|
2007-11-02 08:13:23 -05:00
|
|
|
.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2"
|
2007-11-01 05:00:03 -05:00
|
|
|
BUILD_ACTION=cd src && dmake $(MAKEMACROS)
|
2007-11-02 08:13:23 -05:00
|
|
|
.ENDIF # "$(GUI)"=="WNT" || "$(GUI)"=="OS2"
|
2007-01-12 05:40:54 -06:00
|
|
|
|
|
|
|
|
|
|
|
OUT2INC= \
|
|
|
|
$(BUILD_DIR)$/src$/config.h \
|
|
|
|
$(BUILD_DIR)$/src$/common.h \
|
|
|
|
$(BUILD_DIR)$/src$/fingerprint.h \
|
|
|
|
$(BUILD_DIR)$/src$/textcat.h \
|
|
|
|
$(BUILD_DIR)$/src$/wg_mempool.h
|
|
|
|
|
|
|
|
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : set_ext.mk
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
.INCLUDE : tg_ext.mk
|
|
|
|
|