This commit is contained in:
briano%netscape.com 1999-09-11 03:07:11 +00:00
Родитель ae80769478
Коммит d055fd251c
39 изменённых файлов: 556 добавлений и 608 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,14 +13,16 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ..
DEPTH = ..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = uconv unicharutil locale strres lwbrk chardet
DIRS = uconv unicharutil locale strres lwbrk chardet
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,14 +13,16 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src
DIRS = public src
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -34,8 +35,9 @@ EXPORTS = \
nsIXMLEncodingService.h \
nsMetaCharsetCID.h \
nsXMLEncodingCID.h \
$(NULL)
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -25,24 +26,18 @@ MODULE = chardet
LIBRARY_NAME = chardet
IS_COMPONENT = 1
CSRCS = \
$(NULL)
REQUIRES = libxpcom
CPPSRCS = \
nsCharDetDll.cpp \
nsObserverBase.cpp \
nsXMLEncodingObserver.cpp \
nsMetaCharsetObserver.cpp \
nsDetectionAdaptor.cpp \
nsDebugDetector.cpp \
nsPSMDetectors.cpp \
nsCyrillicDetector.cpp \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
nsCharDetDll.cpp \
nsObserverBase.cpp \
nsXMLEncodingObserver.cpp \
nsMetaCharsetObserver.cpp \
nsDetectionAdaptor.cpp \
nsDebugDetector.cpp \
nsPSMDetectors.cpp \
nsCyrillicDetector.cpp \
$(NULL)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,10 +13,11 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
@ -25,18 +26,14 @@ MODULE = chardetc
LIBRARY_NAME = chardetc
IS_COMPONENT = 1
CSRCS = \
$(NULL)
REQUIRES = libxpcom
CPPSRCS = \
nsClassicCharDetDll.cpp \
nsClassicDetectors.cpp \
$(NULL)
nsClassicCharDetDll.cpp \
nsClassicDetectors.cpp \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -21,18 +22,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
CPPSRCS = DetectCharset.cpp
include $(topsrcdir)/config/config.mk
#DEFINES += -DUSE_NSREG
INCLUDES += -I$(srcdir)/../public -I$(DIST)/include
LIBS = \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)
PROGRAM = DetectCharset
CPPSRCS = DetectCharset.cpp
LIBS = -lxpcom $(NSPR_LIBS)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../public -I$(DIST)/include

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,14 +13,16 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = idl src
DIRS = idl src
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,18 +13,18 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = intlcmpt
MODULE = intlcmpt
XPIDLSRCS = \
nsII18nCompatibility.idl \
$(NULL)
XPIDLSRCS = nsII18nCompatibility.idl
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,3 +1,4 @@
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -12,26 +13,27 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = intlcmpt
IS_COMPONENT = 1
MODULE = intlcmpt
LIBRARY_NAME = intlcmpt
IS_COMPONENT = 1
MODULE = intlcmpt
REQUIRES = xpcom
REQUIRES = xpcom
INCLUDES+= -I..
CPPSRCS = \
nsI18nCompatibility.cpp \
nsCSIDtoCharsetName.cpp \
$(NULL)
CPPSRCS = \
nsI18nCompatibility.cpp \
nsCSIDtoCharsetName.cpp \
$(NULL)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I..

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,18 +13,20 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public idl src
DIRS = public idl src
ifdef ENABLE_TESTS
# DIRS += tests
endif
#ifdef ENABLE_TESTS
#DIRS += tests
#endif
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,20 +13,22 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = locale
MODULE = locale
XPIDLSRCS = \
nsILocale.idl \
nsILocaleService.idl \
nsIScriptableDateFormat.idl \
$(NULL)
XPIDLSRCS = \
nsILocale.idl \
nsILocaleService.idl \
nsIScriptableDateFormat.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,24 +13,26 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = locale
MODULE = locale
EXPORTS = \
nsCollationCID.h \
nsDateTimeFormatCID.h \
nsICollation.h \
nsIDateTimeFormat.h \
nsILocaleFactory.h \
nsIPosixLocale.h \
nsLocaleCID.h \
$(NULL)
EXPORTS = \
nsCollationCID.h \
nsDateTimeFormatCID.h \
nsICollation.h \
nsIDateTimeFormat.h \
nsILocaleFactory.h \
nsIPosixLocale.h \
nsLocaleCID.h \
$(NULL)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,3 +1,4 @@
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -12,39 +13,38 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
MODULE = locale
LIBRARY_NAME = nslocale_s
DIRS = unix
DIRS = unix
LIBRARY_NAME = nslocale_s
REQUIRES = xpcom unicharutil
MODULE = locale
CPPSRCS = \
nsCollation.cpp \
nsScriptableDateFormat.cpp \
nsLocale.cpp \
nsLocaleFactory.cpp \
nsLocaleService.cpp \
$(NULL)
REQUIRES = xpcom unicharutil
CPPSRCS = \
nsCollation.cpp \
nsScriptableDateFormat.cpp \
nsLocale.cpp \
nsLocaleFactory.cpp \
nsLocaleService.cpp \
$(NULL)
EXPORTS = \
nsCollation.h \
nsLocaleFactory.h \
$(NULL)
EXPORTS = \
nsCollation.h \
nsLocaleFactory.h \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,3 +1,4 @@
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
@ -13,37 +14,37 @@
# The Initial Developer of the Original Code is John Fairhurst,
# <john_fairhurst@iname.com>. Portions created by John Fairhurst are
# Copyright (C) 1999 John Fairhurst. All Rights Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = nglocale
MODULE = locale
LIBRARY_NAME = nglocale
IS_COMPONENT = 1
OS2_IMPLIB = 1
OS2_LIBRARYNAME = nglocale
OS2_LIBS = libuni xpcom ngbase libnslocale_s
MODULE = locale
REQUIRES = xpcom unicharutil
REQUIRES = xpcom unicharutil
CPPSRCS = \
nsLocaleOS2.cpp \
nsLocaleFactoryOS2.cpp \
nsCollationOS2.cpp \
nsDateTimeFormatOS2.cpp \
nsLocaleDllOS2.cpp \
$(NULL)
EXPORTS = nsILocaleOS2.h
CPPSRCS = \
nsLocaleOS2.cpp \
nsLocaleFactoryOS2.cpp \
nsCollationOS2.cpp \
nsDateTimeFormatOS2.cpp \
nsLocaleDllOS2.cpp \
$(NULL)
IS_COMPONENT=1
OS2_IMPLIB = 1
OS2_LIBRARYNAME = nglocale
OS2_LIBS = libuni xpcom ngbase libnslocale_s
OS_LIBS += $(NSPR_LIBS)
INCLUDES += $(srcdir) $(srcdir)/..
EXPORTS = nsILocaleOS2.h
include $(topsrcdir)/config/rules.mk
INCLUDES += $(srcdir) $(srcdir)/..
OS_LIBS += $(NSPR_LIBS)

Просмотреть файл

@ -1,3 +1,4 @@
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -12,32 +13,33 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = nslocale
IS_COMPONENT = 1
MODULE = locale
LIBRARY_NAME = nslocale
IS_COMPONENT = 1
MODULE = locale
REQUIRES = xpcom unicharutil
REQUIRES = xpcom unicharutil
CPPSRCS = \
nsCollationUnix.cpp \
nsDateTimeFormatUnix.cpp \
nsLocaleFactoryUnix.cpp \
nsLocaleSO.cpp \
nsPosixLocale.cpp \
nsPosixLocaleFactory.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = -L$(DIST)/lib -lnslocale_s
INCLUDES+= -I..
CPPSRCS = \
nsCollationUnix.cpp \
nsDateTimeFormatUnix.cpp \
nsLocaleFactoryUnix.cpp \
nsLocaleSO.cpp \
nsPosixLocale.cpp \
nsPosixLocaleFactory.cpp \
$(NULL)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I..

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,28 +13,25 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
CPPSRCS = \
LocaleSelfTest.cpp \
nsLocaleTest.cpp \
$(NULL)
CPPSRCS = \
LocaleSelfTest.cpp \
nsLocaleTest.cpp \
$(NULL)
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
LOCAL_INCLUDES = -I$(srcdir)/../src
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
include $(topsrcdir)/config/config.mk
LOCAL_INCLUDES = -I$(srcdir)/../src
LIBS = \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)
LIBS = -lxpcom $(NSPR_LIBS)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,18 +13,20 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src
DIRS = public src
ifdef ENABLE_TESTS
DIRS += tests
DIRS += tests
endif
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -24,16 +25,17 @@ include $(DEPTH)/config/autoconf.mk
MODULE = lwbrk
EXPORTS = \
nsIBreakState.h \
nsIBinarySearchIterator.h \
nsILineBreaker.h \
nsILineBreakerFactory.h \
nsILinearIterator.h \
nsIWordBreaker.h \
nsIWordBreakerFactory.h \
nsLWBrkCIID.h \
$(NULL)
nsIBreakState.h \
nsIBinarySearchIterator.h \
nsILineBreaker.h \
nsILineBreakerFactory.h \
nsILinearIterator.h \
nsIWordBreaker.h \
nsIWordBreakerFactory.h \
nsLWBrkCIID.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -25,21 +26,20 @@ MODULE = lwbrk
LIBRARY_NAME = lwbrk
IS_COMPONENT = 1
CSRCS = \
rulebrk.c \
$(NULL)
REQUIRES = libxpcom
CPPSRCS = \
nsJISx4501LineBreaker.cpp \
nsLWBreakerFImp.cpp \
nsLWBrk.cpp \
nsSampleWordBreaker.cpp \
$(NULL)
CSRCS = rulebrk.c
CPPSRCS = \
nsJISx4501LineBreaker.cpp \
nsLWBreakerFImp.cpp \
nsLWBrk.cpp \
nsSampleWordBreaker.cpp \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -21,18 +22,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
CPPSRCS = TestLineBreak.cpp
include $(topsrcdir)/config/config.mk
#DEFINES += -DUSE_NSREG
INCLUDES += -I$(srcdir)/../public -I$(DIST)/include
LIBS = \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)
PROGRAM = TestLineBreak
CPPSRCS = TestLineBreak.cpp
LIBS = -lxpcom $(NSPR_LIBS)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../public -I$(DIST)/include

Просмотреть файл

@ -29,3 +29,4 @@ DIRS += tests
endif
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,22 +13,18 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH=../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
MODULE = intl
MODULE=intl
include $(topsrcdir)/config/config.mk
XPIDLSRCS = \
nsIStringBundle.idl \
$(NULL)
XPIDLSRCS = nsIStringBundle.idl
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,30 +13,22 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH=../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = strres
IS_COMPONENT = 1
MODULE = intl
LIBRARY_NAME = strres
IS_COMPONENT = 1
CPPSRCS = nsStringBundle.cpp
CPPSRCS = nsStringBundle.cpp
MODULE=intl
include $(topsrcdir)/config/config.mk
TARGET = $(LIBARY)
EXTRA_DSO_LDOPTS =\
-L$(DIST)/lib -lneckoutil_s \
$(NULL)
EXTRA_DSO_LDOPTS = -L$(DIST)/lib -lneckoutil_s
include $(topsrcdir)/config/rules.mk
test:
@echo OS_ARCH = $(OS_ARCH)

Просмотреть файл

@ -1,5 +1,4 @@
# Generated automatically from Makefile.in by configure.
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -14,20 +13,20 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src
DIRS = public src ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko
DIRS += ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko
ifdef ENABLE_TESTS
# DIRS += tests
endif
#ifdef ENABLE_TESTS
#DIRS += tests
#endif
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -24,20 +25,21 @@ include $(DEPTH)/config/autoconf.mk
MODULE = uconv
EXPORTS = \
nsICharsetAlias.h \
nsICharsetConverterInfo.h \
nsICharsetConverterManager.h \
nsIPlatformCharset.h \
nsIUnicodeDecodeUtil.h \
nsIUnicodeDecodeHelper.h \
nsIUnicodeDecoder.h \
nsIUnicodeEncodeHelper.h \
nsIUnicodeEncoder.h \
nsICharRepresentable.h \
nsIMappingCache.h \
uconvutil.h \
$(NULL)
nsICharsetAlias.h \
nsICharsetConverterInfo.h \
nsICharsetConverterManager.h \
nsIPlatformCharset.h \
nsIUnicodeDecodeUtil.h \
nsIUnicodeDecodeHelper.h \
nsIUnicodeDecoder.h \
nsIUnicodeEncodeHelper.h \
nsIUnicodeEncoder.h \
nsICharRepresentable.h \
nsIMappingCache.h \
uconvutil.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -25,44 +26,39 @@ MODULE = uconv
LIBRARY_NAME = uconv
IS_COMPONENT = 1
CSRCS = \
ugen.c \
uscan.c \
umap.c \
$(NULL)
REQUIRES = libxpcom
CSRCS = \
ugen.c \
uscan.c \
umap.c \
$(NULL)
CPPSRCS = \
nsCharsetConverterManager.cpp \
nsUnicodeDecodeUtil.cpp \
nsUnicodeDecodeHelper.cpp \
nsUnicodeEncodeHelper.cpp \
nsUNIXCharset.cpp \
nsCharsetAliasImp.cpp \
nsUConvDll.cpp \
nsURLProperties.cpp \
nsMappingCache.cpp \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
EXTRA_DSO_LDOPTS =\
-L$(DIST)/lib -lneckoutil_s \
nsCharsetConverterManager.cpp \
nsUnicodeDecodeUtil.cpp \
nsUnicodeDecodeHelper.cpp \
nsUnicodeEncodeHelper.cpp \
nsUNIXCharset.cpp \
nsCharsetAliasImp.cpp \
nsUConvDll.cpp \
nsURLProperties.cpp \
nsMappingCache.cpp \
$(NULL)
EXPORT_RESOURCE = \
$(srcdir)/unixcharset.properties \
$(srcdir)/charsetalias.properties \
$(NULL)
EXTRA_DSO_LDOPTS = -L$(DIST)/lib -lneckoutil_s
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../ucvlatin \
-I$(srcdir)/../ucvja
CFLAGS += -DUSE_NSREG -D__STDC__
EXPORT_RESOURCE = \
$(srcdir)/unixcharset.properties \
$(srcdir)/charsetalias.properties \
$(NULL)
INCLUDES += -I$(srcdir)/../ucvlatin -I$(srcdir)/../ucvja
install::
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res

Просмотреть файл

@ -22,9 +22,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
CPPSRCS = nsTestUConv.cpp \
nsconv.cpp \
plattest.cpp
CPPSRCS = \
nsTestUConv.cpp \
nsconv.cpp \
plattest.cpp \
$(NULL)
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
@ -43,3 +45,4 @@ ifneq ($(OS_RELEASE),1.2)
OS_LIBS += /usr/lib/libdl.so
endif
endif

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -25,35 +26,28 @@ MODULE = ucvcn
LIBRARY_NAME = ucvcn
IS_COMPONENT = 1
CSRCS = \
$(NULL)
REQUIRES = libxpcom
CPPSRCS = \
nsGB2312ToUnicodeV2.cpp \
nsUnicodeToGB2312V2.cpp \
nsGB2312ToUnicode.cpp \
nsUnicodeToGB2312.cpp \
nsUnicodeToGB2312GL.cpp \
nsGBKToUnicode.cpp \
nsUnicodeToGBK.cpp \
nsISO2022CNToUnicode.cpp \
nsUnicodeToISO2022CN.cpp \
nsHZToUnicode.cpp \
nsUnicodeToHZ.cpp \
nsCP936ToUnicode.cpp \
nsUnicodeToCP936.cpp \
nsUCvCnSupport.cpp \
nsUCvCnDll.cpp \
$(NULL)
EXPORTS = \
nsUCvCnCID.h \
$(NULL)
nsGB2312ToUnicodeV2.cpp \
nsUnicodeToGB2312V2.cpp \
nsGB2312ToUnicode.cpp \
nsUnicodeToGB2312.cpp \
nsUnicodeToGB2312GL.cpp \
nsGBKToUnicode.cpp \
nsUnicodeToGBK.cpp \
nsISO2022CNToUnicode.cpp \
nsUnicodeToISO2022CN.cpp \
nsHZToUnicode.cpp \
nsUnicodeToHZ.cpp \
nsCP936ToUnicode.cpp \
nsUnicodeToCP936.cpp \
nsUCvCnSupport.cpp \
nsUCvCnDll.cpp \
$(NULL)
EXPORTS = nsUCvCnCID.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -25,35 +26,31 @@ MODULE = ucvja
LIBRARY_NAME = ucvja
IS_COMPONENT = 1
CSRCS = \
$(NULL)
REQUIRES = libxpcom
CPPSRCS = \
nsJapaneseToUnicode.cpp \
nsSJIS2Unicode.cpp \
nsUnicodeToSJIS.cpp \
nsCP932ToUnicode.cpp \
nsUnicodeToCP932.cpp \
nsUCvJaSupport.cpp \
nsUCVJADll.cpp \
nsEUCJPToUnicode.cpp \
nsISO2022JPToUnicode.cpp \
nsUnicodeToEUCJP.cpp \
nsUnicodeToISO2022JP.cpp \
nsUnicodeToJISx0201.cpp \
nsUnicodeToJISx0208.cpp \
nsUnicodeToJISx0212.cpp \
$(NULL)
nsJapaneseToUnicode.cpp \
nsSJIS2Unicode.cpp \
nsUnicodeToSJIS.cpp \
nsCP932ToUnicode.cpp \
nsUnicodeToCP932.cpp \
nsUCvJaSupport.cpp \
nsUCVJADll.cpp \
nsEUCJPToUnicode.cpp \
nsISO2022JPToUnicode.cpp \
nsUnicodeToEUCJP.cpp \
nsUnicodeToISO2022JP.cpp \
nsUnicodeToJISx0201.cpp \
nsUnicodeToJISx0208.cpp \
nsUnicodeToJISx0212.cpp \
$(NULL)
EXPORTS = \
nsUCVJACID.h \
nsUCVJA2CID.h \
$(NULL)
EXPORTS = \
nsUCVJACID.h \
nsUCVJA2CID.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -25,30 +26,23 @@ MODULE = ucvko
LIBRARY_NAME = ucvko
IS_COMPONENT = 1
CSRCS = \
$(NULL)
REQUIRES = libxpcom
CPPSRCS = \
nsEUCKRToUnicode.cpp \
nsUnicodeToEUCKR.cpp \
nsUnicodeToKSC5601.cpp \
nsISO2022KRToUnicode.cpp \
nsUnicodeToISO2022KR.cpp \
nsCP949ToUnicode.cpp \
nsUnicodeToCP949.cpp \
nsUnicodeToX11Johab.cpp \
nsUCvKOSupport.cpp \
nsUCvKODll.cpp \
$(NULL)
nsEUCKRToUnicode.cpp \
nsUnicodeToEUCKR.cpp \
nsUnicodeToKSC5601.cpp \
nsISO2022KRToUnicode.cpp \
nsUnicodeToISO2022KR.cpp \
nsCP949ToUnicode.cpp \
nsUnicodeToCP949.cpp \
nsUnicodeToX11Johab.cpp \
nsUCvKOSupport.cpp \
nsUCvKODll.cpp \
$(NULL)
EXPORTS = \
nsUCvKOCID.h \
$(NULL)
EXPORTS = nsUCvKOCID.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -26,128 +26,124 @@ MODULE = ucvlatin
LIBRARY_NAME = ucvlatin
IS_COMPONENT = 1
REQUIRES = libxpcom
CPPSRCS = \
nsUEscapeToUnicode.cpp \
nsAsciiToUnicode.cpp \
nsISO88591ToUnicode.cpp \
nsISO88592ToUnicode.cpp \
nsISO88593ToUnicode.cpp \
nsISO88594ToUnicode.cpp \
nsISO88595ToUnicode.cpp \
nsISO88596ToUnicode.cpp \
nsISO88597ToUnicode.cpp \
nsISO88598ToUnicode.cpp \
nsISO88599ToUnicode.cpp \
nsISO885910ToUnicode.cpp \
nsISO885913ToUnicode.cpp \
nsISO885914ToUnicode.cpp \
nsISO885915ToUnicode.cpp \
nsISOIR111ToUnicode.cpp \
nsCP1250ToUnicode.cpp \
nsCP1251ToUnicode.cpp \
nsCP1252ToUnicode.cpp \
nsCP1253ToUnicode.cpp \
nsCP1254ToUnicode.cpp \
nsCP1255ToUnicode.cpp \
nsCP1256ToUnicode.cpp \
nsCP1257ToUnicode.cpp \
nsCP1258ToUnicode.cpp \
nsCP866ToUnicode.cpp \
nsCP874ToUnicode.cpp \
nsKOI8UToUnicode.cpp \
nsKOI8RToUnicode.cpp \
nsMacRomanToUnicode.cpp \
nsMacCEToUnicode.cpp \
nsMacGreekToUnicode.cpp \
nsMacTurkishToUnicode.cpp \
nsMacCroatianToUnicode.cpp \
nsMacRomanianToUnicode.cpp \
nsMacCyrillicToUnicode.cpp \
nsMacUkrainianToUnicode.cpp \
nsMacIcelandicToUnicode.cpp \
nsARMSCII8ToUnicode.cpp \
nsTCVN5712ToUnicode.cpp \
nsVISCIIToUnicode.cpp \
nsVPSToUnicode.cpp \
nsVIQRToUnicode.cpp \
nsVNIToUnicode.cpp \
nsUTF8ToUnicode.cpp \
nsUTF7ToUnicode.cpp \
nsMUTF7ToUnicode.cpp \
nsUCS2BEToUnicode.cpp \
nsUCS2LEToUnicode.cpp \
nsUCS4BEToUnicode.cpp \
nsUCS4LEToUnicode.cpp \
nsT61ToUnicode.cpp \
nsUserDefinedToUnicode.cpp \
nsUnicodeToUEscape.cpp \
nsUnicodeToAscii.cpp \
nsUnicodeToISO88591.cpp \
nsUnicodeToISO88592.cpp \
nsUnicodeToISO88593.cpp \
nsUnicodeToISO88594.cpp \
nsUnicodeToISO88595.cpp \
nsUnicodeToISO88596.cpp \
nsUnicodeToISO88597.cpp \
nsUnicodeToISO88598.cpp \
nsUnicodeToISO88599.cpp \
nsUnicodeToISO885910.cpp \
nsUnicodeToISO885913.cpp \
nsUnicodeToISO885914.cpp \
nsUnicodeToISO885915.cpp \
nsUnicodeToISOIR111.cpp \
nsUnicodeToCP1250.cpp \
nsUnicodeToCP1251.cpp \
nsUnicodeToCP1252.cpp \
nsUnicodeToCP1253.cpp \
nsUnicodeToCP1254.cpp \
nsUnicodeToCP1255.cpp \
nsUnicodeToCP1256.cpp \
nsUnicodeToCP1257.cpp \
nsUnicodeToCP1258.cpp \
nsUnicodeToCP874.cpp \
nsUnicodeToCP866.cpp \
nsUnicodeToKOI8R.cpp \
nsUnicodeToKOI8U.cpp \
nsUnicodeToMacRoman.cpp \
nsUnicodeToMacCE.cpp \
nsUnicodeToMacGreek.cpp \
nsUnicodeToMacTurkish.cpp \
nsUnicodeToMacCroatian.cpp \
nsUnicodeToMacRomanian.cpp \
nsUnicodeToMacCyrillic.cpp \
nsUnicodeToMacUkrainian.cpp \
nsUnicodeToMacIcelandic.cpp \
nsUnicodeToARMSCII8.cpp \
nsUnicodeToTCVN5712.cpp \
nsUnicodeToVISCII.cpp \
nsUnicodeToVPS.cpp \
nsUnicodeToVIQR.cpp \
nsUnicodeToVNI.cpp \
nsUnicodeToUTF8.cpp \
nsUnicodeToUTF7.cpp \
nsUnicodeToMUTF7.cpp \
nsUnicodeToUCS2BE.cpp \
nsUnicodeToUCS2LE.cpp \
nsUnicodeToUCS4BE.cpp \
nsUnicodeToUCS4LE.cpp \
nsUnicodeToT61.cpp \
nsUnicodeToUserDefined.cpp \
nsUnicodeToSymbol.cpp \
nsUnicodeToZapfDingbat.cpp \
ns1ByteToUnicodeBase.cpp \
nsUCvLatinSupport.cpp \
nsUCvLatinDll.cpp \
$(NULL)
EXPORTS = \
nsUCvLatinCID.h \
$(NULL)
nsUEscapeToUnicode.cpp \
nsAsciiToUnicode.cpp \
nsISO88591ToUnicode.cpp \
nsISO88592ToUnicode.cpp \
nsISO88593ToUnicode.cpp \
nsISO88594ToUnicode.cpp \
nsISO88595ToUnicode.cpp \
nsISO88596ToUnicode.cpp \
nsISO88597ToUnicode.cpp \
nsISO88598ToUnicode.cpp \
nsISO88599ToUnicode.cpp \
nsISO885910ToUnicode.cpp \
nsISO885913ToUnicode.cpp \
nsISO885914ToUnicode.cpp \
nsISO885915ToUnicode.cpp \
nsISOIR111ToUnicode.cpp \
nsCP1250ToUnicode.cpp \
nsCP1251ToUnicode.cpp \
nsCP1252ToUnicode.cpp \
nsCP1253ToUnicode.cpp \
nsCP1254ToUnicode.cpp \
nsCP1255ToUnicode.cpp \
nsCP1256ToUnicode.cpp \
nsCP1257ToUnicode.cpp \
nsCP1258ToUnicode.cpp \
nsCP866ToUnicode.cpp \
nsCP874ToUnicode.cpp \
nsKOI8UToUnicode.cpp \
nsKOI8RToUnicode.cpp \
nsMacRomanToUnicode.cpp \
nsMacCEToUnicode.cpp \
nsMacGreekToUnicode.cpp \
nsMacTurkishToUnicode.cpp \
nsMacCroatianToUnicode.cpp \
nsMacRomanianToUnicode.cpp \
nsMacCyrillicToUnicode.cpp \
nsMacUkrainianToUnicode.cpp \
nsMacIcelandicToUnicode.cpp \
nsARMSCII8ToUnicode.cpp \
nsTCVN5712ToUnicode.cpp \
nsVISCIIToUnicode.cpp \
nsVPSToUnicode.cpp \
nsVIQRToUnicode.cpp \
nsVNIToUnicode.cpp \
nsUTF8ToUnicode.cpp \
nsUTF7ToUnicode.cpp \
nsMUTF7ToUnicode.cpp \
nsUCS2BEToUnicode.cpp \
nsUCS2LEToUnicode.cpp \
nsUCS4BEToUnicode.cpp \
nsUCS4LEToUnicode.cpp \
nsT61ToUnicode.cpp \
nsUserDefinedToUnicode.cpp \
nsUnicodeToUEscape.cpp \
nsUnicodeToAscii.cpp \
nsUnicodeToISO88591.cpp \
nsUnicodeToISO88592.cpp \
nsUnicodeToISO88593.cpp \
nsUnicodeToISO88594.cpp \
nsUnicodeToISO88595.cpp \
nsUnicodeToISO88596.cpp \
nsUnicodeToISO88597.cpp \
nsUnicodeToISO88598.cpp \
nsUnicodeToISO88599.cpp \
nsUnicodeToISO885910.cpp \
nsUnicodeToISO885913.cpp \
nsUnicodeToISO885914.cpp \
nsUnicodeToISO885915.cpp \
nsUnicodeToISOIR111.cpp \
nsUnicodeToCP1250.cpp \
nsUnicodeToCP1251.cpp \
nsUnicodeToCP1252.cpp \
nsUnicodeToCP1253.cpp \
nsUnicodeToCP1254.cpp \
nsUnicodeToCP1255.cpp \
nsUnicodeToCP1256.cpp \
nsUnicodeToCP1257.cpp \
nsUnicodeToCP1258.cpp \
nsUnicodeToCP874.cpp \
nsUnicodeToCP866.cpp \
nsUnicodeToKOI8R.cpp \
nsUnicodeToKOI8U.cpp \
nsUnicodeToMacRoman.cpp \
nsUnicodeToMacCE.cpp \
nsUnicodeToMacGreek.cpp \
nsUnicodeToMacTurkish.cpp \
nsUnicodeToMacCroatian.cpp \
nsUnicodeToMacRomanian.cpp \
nsUnicodeToMacCyrillic.cpp \
nsUnicodeToMacUkrainian.cpp \
nsUnicodeToMacIcelandic.cpp \
nsUnicodeToARMSCII8.cpp \
nsUnicodeToTCVN5712.cpp \
nsUnicodeToVISCII.cpp \
nsUnicodeToVPS.cpp \
nsUnicodeToVIQR.cpp \
nsUnicodeToVNI.cpp \
nsUnicodeToUTF8.cpp \
nsUnicodeToUTF7.cpp \
nsUnicodeToMUTF7.cpp \
nsUnicodeToUCS2BE.cpp \
nsUnicodeToUCS2LE.cpp \
nsUnicodeToUCS4BE.cpp \
nsUnicodeToUCS4LE.cpp \
nsUnicodeToT61.cpp \
nsUnicodeToUserDefined.cpp \
nsUnicodeToSymbol.cpp \
nsUnicodeToZapfDingbat.cpp \
ns1ByteToUnicodeBase.cpp \
nsUCvLatinSupport.cpp \
nsUCvLatinDll.cpp \
$(NULL)
EXPORTS = nsUCvLatinCID.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -25,27 +26,20 @@ MODULE = ucvtw
LIBRARY_NAME = ucvtw
IS_COMPONENT = 1
CSRCS = \
$(NULL)
REQUIRES = libxpcom
CPPSRCS = \
nsBIG5ToUnicode.cpp \
nsUnicodeToBIG5.cpp \
nsCP950ToUnicode.cpp \
nsUnicodeToCP950.cpp \
nsUnicodeToBIG5NoAscii.cpp \
nsUCvTWSupport.cpp \
nsUCvTWDll.cpp \
$(NULL)
nsBIG5ToUnicode.cpp \
nsUnicodeToBIG5.cpp \
nsCP950ToUnicode.cpp \
nsUnicodeToCP950.cpp \
nsUnicodeToBIG5NoAscii.cpp \
nsUCvTWSupport.cpp \
nsUCvTWDll.cpp \
$(NULL)
EXPORTS = \
nsUCvTWCID.h \
$(NULL)
EXPORTS = nsUCvTWCID.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -25,31 +26,24 @@ MODULE = ucvtw2
LIBRARY_NAME = ucvtw2
IS_COMPONENT = 1
CSRCS = \
$(NULL)
CPPSRCS = \
nsEUCTWToUnicode.cpp \
nsUnicodeToEUCTW.cpp \
nsUnicodeToCNS11643p1.cpp \
nsUnicodeToCNS11643p2.cpp \
nsUnicodeToCNS11643p3.cpp \
nsUnicodeToCNS11643p4.cpp \
nsUnicodeToCNS11643p5.cpp \
nsUnicodeToCNS11643p6.cpp \
nsUnicodeToCNS11643p7.cpp \
nsUCvTW2Support.cpp \
nsUCvTW2Dll.cpp \
$(NULL)
EXPORTS = \
nsUCvTW2CID.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
CPPSRCS = \
nsEUCTWToUnicode.cpp \
nsUnicodeToEUCTW.cpp \
nsUnicodeToCNS11643p1.cpp \
nsUnicodeToCNS11643p2.cpp \
nsUnicodeToCNS11643p3.cpp \
nsUnicodeToCNS11643p4.cpp \
nsUnicodeToCNS11643p5.cpp \
nsUnicodeToCNS11643p6.cpp \
nsUnicodeToCNS11643p7.cpp \
nsUCvTW2Support.cpp \
nsUCvTW2Dll.cpp \
$(NULL)
EXPORTS = nsUCvTW2CID.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,18 +13,20 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = idl public src tables
DIRS = idl public src tables
ifdef ENABLE_TESTS
DIRS += tests
DIRS += tests
endif
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,18 +13,18 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = unicharutil
MODULE = unicharutil
XPIDLSRCS = \
nsIEntityConverter.idl \
$(NULL)
XPIDLSRCS = nsIEntityConverter.idl
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -24,16 +25,17 @@ include $(DEPTH)/config/autoconf.mk
MODULE = unicharutil
EXPORTS = \
nsICaseConversion.h \
nsIOrderIdFormater.h \
nsITextTransform.h \
nsIUGenCategory.h \
nsIUGenDetailCategory.h \
nsUnicharUtilCIID.h \
nsHankakuToZenkakuCID.h \
nsArabicBasicLToPFormBVCID.h \
$(NULL)
nsICaseConversion.h \
nsIOrderIdFormater.h \
nsITextTransform.h \
nsIUGenCategory.h \
nsIUGenDetailCategory.h \
nsUnicharUtilCIID.h \
nsHankakuToZenkakuCID.h \
nsArabicBasicLToPFormBVCID.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,4 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -25,24 +26,17 @@ MODULE = unicharutil
LIBRARY_NAME = unicharutil
IS_COMPONENT = 1
CSRCS = \
$(NULL)
REQUIRES = libxpcom
CPPSRCS = nsCaseConversionImp2.cpp \
nsUnicharUtilFactory.cpp \
nsCategoryImp.cpp \
nsHankakuToZenkaku.cpp \
nsEntityConverter.cpp \
$(NULL)
CPPSRCS = \
nsCaseConversionImp2.cpp \
nsUnicharUtilFactory.cpp \
nsCategoryImp.cpp \
nsHankakuToZenkaku.cpp \
nsEntityConverter.cpp \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
EXTRA_DSO_LDOPTS =\
-L$(DIST)/lib -lneckoutil_s \
$(NULL)
EXTRA_DSO_LDOPTS = -L$(DIST)/lib -lneckoutil_s
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -22,12 +22,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORT_RESOURCE = \
$(srcdir)/html40Latin1.properties \
$(NULL)
include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res/entityTables
$(INSTALL) $(srcdir)/html40Latin1.properties $(DIST)/bin/res/entityTables

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,30 +13,25 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = ucgendat
MODULE = ucgendat
PROGRAM = ucgendat
CSRCS = \
ucgendat.c \
$(NULL)
include $(topsrcdir)/config/config.mk
PROGRAM = ucgendat
# XXX replace with proper configure test for glib
CFLAGS += $(shell $(GLIB-CONFIG) --cflags)
CSRCS = ucgendat.c
# XXX need configure test
EX_LIBS = $(shell $(GLIB-CONFIG) --libs)
EX_LIBS = $(shell $(GLIB-CONFIG) --libs)
include $(topsrcdir)/config/rules.mk
# XXX replace with proper configure test for glib
CFLAGS += $(shell $(GLIB-CONFIG) --cflags)