This commit is contained in:
briano%netscape.com 1999-09-15 00:33:49 +00:00
Родитель 6488f7b26e
Коммит 18db6b773d
23 изменённых файлов: 139 добавлений и 237 удалений

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

@ -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,21 +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 emitters cthandlers build resources
DIRS = public src emitters cthandlers build resources
ifdef ENABLE_TESTS
DIRS += tests
DIRS += tests
endif
include $(topsrcdir)/config/config.mk
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,18 +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 = src build resources
include $(topsrcdir)/config/config.mk
DIRS = src build resources
include $(topsrcdir)/config/rules.mk

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

@ -17,8 +17,8 @@
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
@ -27,15 +27,8 @@ LIBRARY_NAME = abstat
IS_COMPONENT = 1
CPPSRCS = nsMiscStatusFactory.cpp
EXPORTS =
SHARED_LIBRARY_LIBS = \
$(NULL)
EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \
$(MKSHLIB_UNFORCE_ALL) \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
@ -44,5 +37,3 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
$(LIBRARY) $(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile

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

@ -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,17 +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= skin content
include $(topsrcdir)/config/config.mk
DIRS = skin content
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,27 +13,17 @@
# 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
include $(topsrcdir)/config/rules.mk
MESSENGER_DIR = $(DIST)/bin/chrome/messenger/skin/default
EXPORT_RESOURCES = \
$(srcdir)/abookstat.gif \
$(NULL)
EXPORT_RESOURCES_TO_REMOVE := $(addprefix $(MESSENGER_DIR)/, $(EXPORT_RESOURCES))
install::
$(INSTALL) $(EXPORT_RESOURCES) $(MESSENGER_DIR)
$(INSTALL) $(srcdir)/abookstat.gif $(DIST)/bin/chrome/messenger/skin/default
clobber::
$(RM) $(EXPORT_RESOURCES_TO_REMOVE)

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

@ -17,21 +17,17 @@
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = abstat
LIBRARY_NAME = abstat_s
EXPORTS = \
nsMimeMiscStatus.h \
$(NULL)
CPPSRCS = nsMimeMiscStatus.cpp
CPPSRCS = \
nsMimeMiscStatus.cpp \
$(NULL)
EXPORTS = nsMimeMiscStatus.h
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
@ -39,10 +35,9 @@ EXTRA_DSO_LDOPTS = \
-lxpcom \
$(NULL)
include $(topsrcdir)/config/config.mk
# 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,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,20 +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@
MODULE = mime
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORTS = \
nsMsgMimeCID.h \
$(NULL)
MODULE = mime
include $(topsrcdir)/config/config.mk
EXPORTS = nsMsgMimeCID.h
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,17 +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 = vcard resources
include $(topsrcdir)/config/config.mk
DIRS = vcard resources
include $(topsrcdir)/config/rules.mk

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

@ -17,8 +17,8 @@
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.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,28 +13,17 @@
# 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
include $(topsrcdir)/config/rules.mk
MESSENGER_DIR = $(DIST)/bin/chrome/messenger/content/default
EXPORT_RESOURCES = \
$(srcdir)/vcard_en.properties \
$(NULL)
EXPORT_RESOURCES_TO_REMOVE := $(addprefix $(MESSENGER_DIR)/, $(EXPORT_RESOURCES))
install::
$(INSTALL) $(EXPORT_RESOURCES) $(MESSENGER_DIR)
$(INSTALL) $(srcdir)/vcard_en.properties $(DIST)/bin/chrome/messenger/content/default
clobber::
$(RM) $(EXPORT_RESOURCES_TO_REMOVE)

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

@ -17,8 +17,8 @@
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
@ -45,5 +45,6 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
DEFINES += -D_BSD_SOURCE
endif

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

@ -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,18 +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 = src build resources
include $(topsrcdir)/config/config.mk
DIRS = src build resources
include $(topsrcdir)/config/rules.mk

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

@ -17,8 +17,8 @@
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.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,17 +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= skin content
include $(topsrcdir)/config/config.mk
DIRS = skin content
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,31 +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
include $(topsrcdir)/config/config.mk
EXPORT_RESOURCES = \
$(srcdir)/mailheader-micro.css \
$(srcdir)/mailheader-normal.css \
$(srcdir)/mailheader-all.css \
$(srcdir)/addcard.gif \
$(srcdir)/attach.gif \
$(NULL)
include $(topsrcdir)/config/rules.mk
MESSENGER_DIR = $(DIST)/bin/chrome/messenger/skin/default
EXPORT_RESOURCES = \
$(srcdir)/mailheader-micro.css \
$(srcdir)/mailheader-normal.css \
$(srcdir)/mailheader-all.css \
$(srcdir)/addcard.gif \
$(srcdir)/attach.gif \
$(NULL)
EXPORT_RESOURCES_TO_REMOVE := $(addprefix $(MESSENGER_DIR)/, $(EXPORT_RESOURCES))
install::
$(INSTALL) $(EXPORT_RESOURCES) $(MESSENGER_DIR)
$(INSTALL) $(EXPORT_RESOURCES) $(DIST)/bin/chrome/messenger/skin/default
clobber::
$(RM) $(EXPORT_RESOURCES_TO_REMOVE)

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

@ -17,8 +17,8 @@
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
@ -49,10 +49,9 @@ EXTRA_DSO_LDOPTS = \
-lxpcom \
$(NULL)
include $(topsrcdir)/config/config.mk
# 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,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,32 +13,32 @@
# 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@
MODULE = mime
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
XPIDLSRCS = \
nsIMimeStreamConverter.idl \
nsIMimeEmitter.idl \
MODULE = mime
EXPORTS = \
nsIMimeConverter.h \
nsIMimeObjectClassAccess.h \
nsMailHeaders.h \
nsIMimeContentTypeHandler.h \
$(NULL)
XPIDLSRCS = \
nsIMimeStreamConverter.idl \
nsIMimeEmitter.idl \
nsIMimeURLUtils.idl \
nsIMsgHeaderParser.idl \
nsIMimeMiscStatus.idl \
nsIMimeHeaders.idl \
$(NULL)
EXPORTS = \
nsIMimeConverter.h \
nsIMimeObjectClassAccess.h \
nsMailHeaders.h \
nsIMimeContentTypeHandler.h \
$(NULL)
include $(topsrcdir)/config/config.mk
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,29 +13,19 @@
# 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
MESSENGER_DIR = $(DIST)/bin/res/mailnews/messenger
DIRS = skin content
DIRS = skin content
EXPORT_RESOURCES = \
$(srcdir)/mime_en.properties \
$(NULL)
EXPORT_RESOURCES_TO_REMOVE := $(addprefix $(MESSENGER_DIR)/, $(EXPORT_RESOURCES))
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCES) $(MESSENGER_DIR)
$(INSTALL) $(srcdir)/mime_en.properties $(DIST)/bin/res/mailnews/messenger
clobber::
$(RM) $(EXPORT_RESOURCES_TO_REMOVE)

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

@ -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,33 +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
include $(topsrcdir)/config/config.mk
EXPORT_RESOURCES = \
$(srcdir)/smile.gif \
$(srcdir)/frown.gif \
$(srcdir)/wink.gif \
$(srcdir)/sick.gif \
$(srcdir)/less.gif \
$(srcdir)/more.gif \
$(NULL)
include $(topsrcdir)/config/rules.mk
MESSENGER_DIR = $(DIST)/bin/chrome/messenger/skin/default
EXPORT_RESOURCES = \
$(srcdir)/smile.gif \
$(srcdir)/frown.gif \
$(srcdir)/wink.gif \
$(srcdir)/sick.gif \
$(srcdir)/less.gif \
$(srcdir)/more.gif \
$(NULL)
EXPORT_RESOURCES_TO_REMOVE := $(addprefix $(MESSENGER_DIR)/, $(EXPORT_RESOURCES))
install::
$(INSTALL) $(EXPORT_RESOURCES) $(MESSENGER_DIR)
$(INSTALL) $(EXPORT_RESOURCES) $(DIST)/bin/chrome/messenger/skin/default
clobber::
$(RM) $(EXPORT_RESOURCES_TO_REMOVE)

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

@ -17,8 +17,8 @@
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
@ -34,41 +34,41 @@ CPPSRCS = \
nsMimeObjectClassAccess.cpp \
nsMimeConverter.cpp \
nsMimeAddress.cpp \
mimecont.cpp \
mimeebod.cpp \
mimeenc.cpp \
mimeeobj.cpp \
mimehdrs.cpp \
mimei.cpp \
mimeiimg.cpp \
mimeleaf.cpp \
mimemalt.cpp \
mimemapl.cpp \
mimemdig.cpp \
mimemmix.cpp \
mimempar.cpp \
mimemrel.cpp \
mimemsg.cpp \
mimemsig.cpp \
mimemult.cpp \
mimeobj.cpp \
mimepbuf.cpp \
mimesun.cpp \
mimetenr.cpp \
mimetext.cpp \
mimethtm.cpp \
mimetpla.cpp \
mimetric.cpp \
mimeunty.cpp \
mimecth.cpp \
mimebuf.cpp \
mimecom.cpp \
mimemoz2.cpp \
comi18n.cpp \
mimecont.cpp \
mimeebod.cpp \
mimeenc.cpp \
mimeeobj.cpp \
mimehdrs.cpp \
mimei.cpp \
mimeiimg.cpp \
mimeleaf.cpp \
mimemalt.cpp \
mimemapl.cpp \
mimemdig.cpp \
mimemmix.cpp \
mimempar.cpp \
mimemrel.cpp \
mimemsg.cpp \
mimemsig.cpp \
mimemult.cpp \
mimeobj.cpp \
mimepbuf.cpp \
mimesun.cpp \
mimetenr.cpp \
mimetext.cpp \
mimethtm.cpp \
mimetpla.cpp \
mimetric.cpp \
mimeunty.cpp \
mimecth.cpp \
mimebuf.cpp \
mimecom.cpp \
mimemoz2.cpp \
comi18n.cpp \
nsMimeTransition.cpp \
nsMsgHeaderParser.cpp \
nsStreamConverter.cpp \
mimedrft.cpp \
mimedrft.cpp \
nsMimeHeaders.cpp \
$(NULL)
@ -105,5 +105,6 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
DEFINES += -D_BSD_SOURCE
endif

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

@ -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,16 +13,14 @@
# 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
include $(topsrcdir)/config/rules.mk

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

@ -25,16 +25,8 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = mimetest
CPPSRCS = mimetest.cpp
BASE_LIBS = \
-lmozjs \
-lxpcom \
$(NULL)
GECKO_LIBS = \
LIBS = \
-lraptorplugin \
$(NULL)
NETLIB_LIBS = \
-labouturl \
-lfileurl \
-lftpurl \
@ -48,13 +40,9 @@ NETLIB_LIBS = \
-lnetlib \
-lnetwork \
-lpwcac \
$(NULL)
LIBS = \
$(GECKO_LIBS) \
$(NETLIB_LIBS) \
$(MOZ_TIMER_LIBS) \
$(BASE_LIBS) \
-lmozjs \
-lxpcom \
$(NSPR_LIBS) \
$(TK_LIBS) \
$(NULL)

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

@ -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,20 +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@
MODULE = mimetest
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
CPPSRCS = \
test.cpp \
$(NULL)
MODULE = mimetest
include $(topsrcdir)/config/config.mk
CPPSRCS = test.cpp
include $(topsrcdir)/config/rules.mk