giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and

name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
This commit is contained in:
sspitzer%netscape.com 1999-06-08 02:17:24 +00:00
Родитель 85b69beb44
Коммит 614b25751b
33 изменённых файлов: 52 добавлений и 38 удалений

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

@ -19,6 +19,7 @@ DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = msgmdb
include $(DEPTH)/config/autoconf.mk

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = mailnews
MODULE = msgmork
LIBRARY_NAME=mork
EXPORTS = \

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=addressbook
MODULE=addrbook
LIBRARY_NAME=addrbook
IS_COMPONENT=1
@ -36,7 +36,7 @@ EXPORTS= \
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libmailnewsaddrbook_s.a \
$(DIST)/lib/libaddrbook_s.a \
$(NULL)
EXTRA_DSO_LDOPTS = \

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

@ -19,7 +19,7 @@ DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = addressbook
MODULE = addrbook
include $(DEPTH)/config/autoconf.mk
NO_GEN_XPT=1

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

@ -22,8 +22,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=addressbook
LIBRARY_NAME=mailnewsaddrbook_s
MODULE=addrbook
LIBRARY_NAME=addrbook_s
EXPORTS = \
nsAbCard.h \

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=mailnews
MODULE=msgbase
LIBRARY_NAME=mailnews
IS_COMPONENT=1
CPPSRCS= \
@ -34,7 +34,7 @@ EXPORTS = \
$(NULL)
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libmailnewsbase_s.a \
$(DIST)/lib/libmsgbase_s.a \
$(DIST)/lib/librdfutil_s.a \
$(NULL)

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

@ -19,7 +19,7 @@ DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = mailnews
MODULE = msgbase
include $(DEPTH)/config/autoconf.mk
XPIDLSRCS = \

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

@ -19,6 +19,7 @@ DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = msgsearch
include $(DEPTH)/config/autoconf.mk
@ -33,8 +34,9 @@ EXPORTS= \
nsMsgSearchCore.h \
$(NULL)
IDLSRCS = \
XPIDLSRCS = \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = search
MODULE = msgsearch
LIBRARY_NAME=search_s
EXPORTS = nsMsgFilterService.h \

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

@ -22,8 +22,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=mailnewsbase
LIBRARY_NAME=mailnewsbase_s
MODULE=msgbase
LIBRARY_NAME=msgbase_s
EXPORTS = \
nsMessenger.h \

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

@ -20,6 +20,8 @@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE =msgbasetest
include $(DEPTH)/config/autoconf.mk
DIRS = identity accountmanager

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

@ -23,9 +23,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=msgcompose
IDLSRCS = \
nsIMsgCompose.idl \
nsIMsgSend.idl \
# nsIMsgCompose.idl nsIMsgSend.idl soon
XPIDLSRCS = \
$(NULL)
EXPORTS = \

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

@ -20,6 +20,8 @@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE =msgcomposetest
include $(DEPTH)/config/autoconf.mk
CPPSRCS = \

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

@ -19,6 +19,7 @@ DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = msgmdb
include $(DEPTH)/config/autoconf.mk

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = mailnews
MODULE = msgmork
LIBRARY_NAME=mork
EXPORTS = \

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

@ -35,7 +35,7 @@ EXPORTS= \
$(NULL)
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libmailnewsmsgdb_s.a \
$(DIST)/lib/libmsgdb_s.a \
$(NULL)
EXTRA_DSO_LDOPTS = \

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

@ -20,6 +20,8 @@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE=msgdb
include $(DEPTH)/config/autoconf.mk
EXPORTS= \
@ -36,8 +38,9 @@ EXPORTS= \
nsMsgThread.h \
$(NULL)
IDLSRCS = \
XPIDLSRCS = \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

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

@ -22,8 +22,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = mailnewsmsgdb
LIBRARY_NAME=mailnewsmsgdb_s
MODULE = msgdb
LIBRARY_NAME=msgdb_s
EXPORTS = \
$(NULL)

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

@ -22,9 +22,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
IDLSRCS = \
MailNewsTypes.idl \
# MailNewsTypes.idl: not yet. talk to alecf
XPIDLSRCS = \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=imap
MODULE=msgimap
LIBRARY_NAME=msgimap
IS_COMPONENT=1

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

@ -19,6 +19,7 @@ DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = msgimap
include $(DEPTH)/config/autoconf.mk

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

@ -19,6 +19,7 @@ DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = msgimaptest
include $(DEPTH)/config/autoconf.mk

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=localmail
MODULE=msglocal
LIBRARY_NAME=localmail
IS_COMPONENT=1
@ -36,7 +36,7 @@ EXPORTS= \
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/liblocalmailbase_s.a \
$(DIST)/lib/libmsglocal_s.a \
$(DIST)/lib/librdfutil_s.a \
$(NULL)

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

@ -20,7 +20,7 @@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE=localmail
MODULE=msglocal
include $(DEPTH)/config/autoconf.mk

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

@ -21,8 +21,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=localmailbase
LIBRARY_NAME=localmailbase_s
MODULE=msglocal
LIBRARY_NAME=msglocal_s
CPPSRCS = \
nsPop3Protocol.cpp \

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=nntp
MODULE=mimeemitter
LIBRARY_NAME=emitterutil
# NO_SHARED_LIB=1

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

@ -19,6 +19,7 @@ DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = mime
include $(DEPTH)/config/autoconf.mk

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

@ -19,6 +19,7 @@ DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = mimetest
include $(DEPTH)/config/autoconf.mk

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

@ -24,7 +24,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
MODULE=news
MODULE=msgnews
LIBRARY_NAME=msgnews
IS_COMPONENT=1
CPPSRCS= \
@ -36,7 +36,7 @@ EXPORTS = \
$(NULL)
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libnntp_s.a \
$(DIST)/lib/libmsgnews_s.a \
$(NULL)
ifeq ($(OS_ARCH),HP-UX)

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=news
MODULE=msgnews
XPIDLSRCS= \
nsIMsgOfflineNewsState.idl \

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

@ -22,8 +22,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=news
LIBRARY_NAME=nntp_s
MODULE=msgnews
LIBRARY_NAME=msgnews_s
EXPORTS = \
nsNNTPProtocol.h \

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

@ -65,7 +65,7 @@ LIBS = \
-lgfxps \
-lmozutil \
-lmsgbaseutil \
$(DIST)/lib/libnntp_s.a \
$(DIST)/lib/libmsgnews_s.a \
$(JPEG_LIBS) \
$(PNG_LIBS) \
$(ZLIB_LIBS) \

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

@ -19,6 +19,7 @@ DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = mailnews
include $(DEPTH)/config/autoconf.mk
@ -26,7 +27,7 @@ EXPORTS= MailNewsTypes.h\
rosetta_mailnews.h\
$(NULL)
IDLSRCS = \
XPIDLSRCS = \
$(NULL)