1999-09-11 07:07:11 +04:00
|
|
|
#
|
2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2000-01-07 00:35:12 +03:00
|
|
|
#
|
|
|
|
# This Original Code has been modified by IBM Corporation.
|
|
|
|
# Modifications made by IBM described herein are
|
|
|
|
# Copyright (c) International Business Machines
|
|
|
|
# Corporation, 1999
|
|
|
|
#
|
|
|
|
# Modifications to Mozilla code or documentation
|
|
|
|
# identified per MPL Section 3.3
|
|
|
|
#
|
|
|
|
# Date Modified by Description of modification
|
|
|
|
# 12/09/1999 IBM Corp. Support for IBM codepages - 850,852,855,857,862,864
|
1999-09-11 07:07:11 +04:00
|
|
|
#
|
1999-01-08 21:57:27 +03:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
1999-01-08 21:57:27 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
1999-09-11 07:07:11 +04:00
|
|
|
VPATH = @srcdir@
|
1999-01-08 21:57:27 +03:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-08-16 04:42:35 +04:00
|
|
|
MODULE = uconv
|
|
|
|
|
2011-04-05 12:13:21 +04:00
|
|
|
DIRS = idl public util ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko ucvibm src
|
1999-01-14 13:28:18 +03:00
|
|
|
|
2001-12-18 12:14:29 +03:00
|
|
|
ifdef ENABLE_TESTS
|
2007-12-07 14:06:07 +03:00
|
|
|
TOOL_DIRS += tests
|
2005-11-17 17:40:22 +03:00
|
|
|
endif
|
1999-01-08 21:57:27 +03:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-09-11 07:07:11 +04:00
|
|
|
|