gecko-dev/intl/uconv/Makefile.in

35 строки
903 B
Makefile
Исходник Обычный вид История

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/.
#
# 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
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
MODULE = uconv
DIRS = idl public util ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko ucvibm src
1999-01-14 13:28:18 +03:00
ifdef ENABLE_TESTS
TOOL_DIRS += tests
endif
1999-01-08 21:57:27 +03:00
include $(topsrcdir)/config/rules.mk
1999-09-11 07:07:11 +04:00