2007-03-22 10:30:00 -07:00
|
|
|
#
|
2012-05-21 04:12:37 -07: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/.
|
2007-03-22 10:30:00 -07: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
|
|
|
|
#
|
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = uconv
|
|
|
|
|
2011-04-05 01:13:21 -07:00
|
|
|
DIRS = idl public util ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko ucvibm src
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
ifdef ENABLE_TESTS
|
2007-12-07 03:06:07 -08:00
|
|
|
TOOL_DIRS += tests
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|