From 554ebeecf3bbd7d61e049fe16029f147f0d5e6ef Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Fri, 12 Mar 1999 18:16:34 +0000 Subject: [PATCH] start adding mork to linux build git-svn-id: svn://10.0.0.236/trunk@23950 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/db/mork/src/Makefile.in | 86 ++++++++++++++++++++++++ mozilla/mailnews/db/mork/src/Makefile.in | 86 ++++++++++++++++++++++++ 2 files changed, 172 insertions(+) create mode 100644 mozilla/db/mork/src/Makefile.in create mode 100644 mozilla/mailnews/db/mork/src/Makefile.in diff --git a/mozilla/db/mork/src/Makefile.in b/mozilla/db/mork/src/Makefile.in new file mode 100644 index 00000000000..fba9f5d91ae --- /dev/null +++ b/mozilla/db/mork/src/Makefile.in @@ -0,0 +1,86 @@ +#!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 +# http://www.mozilla.org/NPL/ +# +# Software distributed under the NPL is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL +# for the specific language governing rights and limitations under the +# NPL. +# +# The Initial Developer of this code under the NPL is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All Rights +# Reserved. + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +VPATH = @srcdir@ +srcdir = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +MODULE = mailnews +LIBRARY_NAME=mork + +EXPORTS = \ + $(NULL) + +CPPSRCS = \ + orkinCell.cpp\ + orkinEnv.cpp\ + orkinFactory.cpp\ + orkinHeap.cpp\ + orkinPortTableCursor.cpp\ + orkinRow.cpp\ + orkinRowCellCursor.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\ + 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\ + morkRow.cpp\ + morkRowCellCursor.cpp\ + morkRowMap.cpp\ + morkRowObject.cpp\ + morkRowSpace.cpp\ + morkSink.cpp\ + morkSpace.cpp\ + morkStore.cpp\ + morkStream.cpp\ + morkTable.cpp\ + morkPortTableCursor.cpp\ + morkTableRowCursor.cpp\ + morkThumb.cpp\ + morkWriter.cpp\ + morkYarn.cpp\ + $(NULL) + + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/mozilla/mailnews/db/mork/src/Makefile.in b/mozilla/mailnews/db/mork/src/Makefile.in new file mode 100644 index 00000000000..fba9f5d91ae --- /dev/null +++ b/mozilla/mailnews/db/mork/src/Makefile.in @@ -0,0 +1,86 @@ +#!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 +# http://www.mozilla.org/NPL/ +# +# Software distributed under the NPL is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL +# for the specific language governing rights and limitations under the +# NPL. +# +# The Initial Developer of this code under the NPL is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All Rights +# Reserved. + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +VPATH = @srcdir@ +srcdir = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +MODULE = mailnews +LIBRARY_NAME=mork + +EXPORTS = \ + $(NULL) + +CPPSRCS = \ + orkinCell.cpp\ + orkinEnv.cpp\ + orkinFactory.cpp\ + orkinHeap.cpp\ + orkinPortTableCursor.cpp\ + orkinRow.cpp\ + orkinRowCellCursor.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\ + 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\ + morkRow.cpp\ + morkRowCellCursor.cpp\ + morkRowMap.cpp\ + morkRowObject.cpp\ + morkRowSpace.cpp\ + morkSink.cpp\ + morkSpace.cpp\ + morkStore.cpp\ + morkStream.cpp\ + morkTable.cpp\ + morkPortTableCursor.cpp\ + morkTableRowCursor.cpp\ + morkThumb.cpp\ + morkWriter.cpp\ + morkYarn.cpp\ + $(NULL) + + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk +