gecko-dev/intl/uconv/ucvja/Makefile.in

38 строки
767 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/.
1999-01-14 13:28:18 +03:00
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = ucvja
LIBRARY_NAME = ucvja_s
FORCE_STATIC_LIB = 1
LIBXUL_LIBRARY = 1
1999-01-14 13:28:18 +03:00
CPPSRCS = \
1999-09-11 07:07:11 +04:00
nsJapaneseToUnicode.cpp \
nsUnicodeToSJIS.cpp \
nsUnicodeToEUCJP.cpp \
nsUnicodeToISO2022JP.cpp \
nsUnicodeToJISx0201.cpp \
$(NULL)
1999-09-11 07:07:11 +04:00
EXPORTS = \
nsUCVJACID.h \
nsUCVJA2CID.h \
$(NULL)
1999-05-26 05:38:36 +04:00
#SHARED_LIBRARY_LIBS = $(DIST)/lib/$(LIB_PREFIX)ucvutil_s.$(LIB_SUFFIX)
LOCAL_INCLUDES = -I$(srcdir)/../util
1999-01-14 13:28:18 +03:00
include $(topsrcdir)/config/rules.mk
1999-09-11 07:07:11 +04:00