This commit is contained in:
briano%netscape.com 1999-09-14 23:19:19 +00:00
Родитель 611e47bbd4
Коммит 450edd80d1
11 изменённых файлов: 115 добавлений и 133 удалений

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

@ -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 = msgdb
include $(topsrcdir)/config/config.mk
DIRS = msgdb
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,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
# no src yet, or tests or build
DIRS = public
DIRS = public
ifdef ENABLE_TESTS
# DIRS += tests
endif
include $(topsrcdir)/config/config.mk
#ifdef ENABLE_TESTS
#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,20 +13,18 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1999 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = msgmdb
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORTS= \
mdb.h \
$(NULL)
MODULE = msgmdb
include $(topsrcdir)/config/config.mk
EXPORTS = mdb.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,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 = src build
DIRS = src build
#ifdef ENABLE_TESTS
#DIRS += tests
#DIRS += tests
#endif
include $(topsrcdir)/config/config.mk
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,88 +13,84 @@
# 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 = msgmork
LIBRARY_NAME=msgmork_s
MODULE = msgmork
LIBRARY_NAME = msgmork_s
EXPORTS = \
$(NULL)
CPPSRCS = \
orkinCell.cpp \
orkinCompare.cpp \
orkinEnv.cpp \
orkinFactory.cpp \
orkinFile.cpp \
orkinHeap.cpp \
orkinPortTableCursor.cpp \
orkinRow.cpp \
orkinRowCellCursor.cpp \
orkinSorting.cpp \
orkinStore.cpp \
orkinTable.cpp \
orkinTableRowCursor.cpp \
orkinThumb.cpp \
morkArray.cpp \
morkAtom.cpp \
morkAtomMap.cpp \
morkAtomSpace.cpp \
morkBlob.cpp \
morkBuilder.cpp \
morkCell.cpp \
morkCellObject.cpp \
morkCh.cpp \
morkConfig.cpp \
morkCursor.cpp \
morkDeque.cpp \
morkEnv.cpp \
morkFactory.cpp \
morkFile.cpp \
morkHandle.cpp \
morkIntMap.cpp \
morkMap.cpp \
morkNode.cpp \
morkNodeMap.cpp \
morkObject.cpp \
morkParser.cpp \
morkPool.cpp \
morkQuickSort.cpp \
morkRow.cpp \
morkRowCellCursor.cpp \
morkRowMap.cpp \
morkRowObject.cpp \
morkRowSpace.cpp \
morkSink.cpp \
morkSorting.cpp \
morkSortingRowCursor.cpp \
morkSpace.cpp \
morkStore.cpp \
morkStream.cpp \
morkTable.cpp \
morkPortTableCursor.cpp \
morkTableRowCursor.cpp \
morkThumb.cpp \
morkWriter.cpp \
morkYarn.cpp \
$(NULL)
CPPSRCS = \
orkinCell.cpp\
orkinCompare.cpp\
orkinEnv.cpp\
orkinFactory.cpp\
orkinFile.cpp\
orkinHeap.cpp\
orkinPortTableCursor.cpp\
orkinRow.cpp\
orkinRowCellCursor.cpp\
orkinSorting.cpp\
orkinStore.cpp\
orkinTable.cpp\
orkinTableRowCursor.cpp\
orkinThumb.cpp\
morkArray.cpp\
morkAtom.cpp\
morkAtomMap.cpp\
morkAtomSpace.cpp\
morkBlob.cpp\
morkBuilder.cpp\
morkCell.cpp\
morkCellObject.cpp\
morkCh.cpp\
morkConfig.cpp\
morkCursor.cpp \
morkDeque.cpp\
morkEnv.cpp\
morkFactory.cpp\
morkFile.cpp\
morkHandle.cpp\
morkIntMap.cpp\
morkMap.cpp\
morkNode.cpp\
morkNodeMap.cpp\
morkObject.cpp\
morkParser.cpp\
morkPool.cpp\
morkQuickSort.cpp\
morkRow.cpp\
morkRowCellCursor.cpp\
morkRowMap.cpp\
morkRowObject.cpp\
morkRowSpace.cpp\
morkSink.cpp\
morkSorting.cpp\
morkSortingRowCursor.cpp\
morkSpace.cpp\
morkStore.cpp\
morkStream.cpp\
morkTable.cpp\
morkPortTableCursor.cpp\
morkTableRowCursor.cpp\
morkThumb.cpp\
morkWriter.cpp\
morkYarn.cpp\
$(NULL)
EXTRA_DSO_LDOPTS =\
-L$(DIST)/bin \
-L$(DIST)/lib \
$(NSPR_LIBS) \
$(NULL)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-L$(DIST)/lib \
$(NSPR_LIBS) \
$(NULL)
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
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,16 +13,15 @@
# 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 build
include $(topsrcdir)/config/config.mk
DIRS = public src build
include $(topsrcdir)/config/rules.mk

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

@ -17,8 +17,8 @@
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
@ -45,7 +45,7 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
DEFINES += -D_BSD_SOURCE
endif
$(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,35 +13,34 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1999 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE=msgdb
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORTS= \
MODULE = msgdb
EXPORTS = \
nsMsgHdr.h \
nsINewsDatabase.h \
nsMsgDatabase.h \
nsMailDatabase.h \
nsImapMailDatabase.h \
nsNewsDatabase.h \
nsDBFolderInfo.h \
nsMailDatabase.h \
nsImapMailDatabase.h \
nsNewsDatabase.h \
nsDBFolderInfo.h \
nsMsgThread.h \
$(NULL)
XPIDLSRCS = \
XPIDLSRCS = \
nsIDBFolderInfo.idl \
nsIDBChangeListener.idl \
nsIDBChangeAnnouncer.idl \
nsIMsgDatabase.idl \
nsIDBChangeListener.idl \
nsIDBChangeAnnouncer.idl \
nsIMsgDatabase.idl \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

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

@ -17,8 +17,8 @@
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
@ -42,5 +42,6 @@ override NO_STATIC_LIB=
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,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
topsrcdir = @top_srcdir@
@ -23,7 +23,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# MailNewsTypes.idl: not yet. talk to alecf
XPIDLSRCS = \
$(NULL)
#XPIDLSRCS =
include $(topsrcdir)/config/rules.mk