зеркало из https://github.com/mozilla/pjs.git
Cleaned it up.
This commit is contained in:
Родитель
fb204e8246
Коммит
cee0772a49
|
@ -1,4 +1,3 @@
|
||||||
#!gmake
|
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# 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
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||||
|
@ -14,18 +13,16 @@
|
||||||
# Communications Corporation. Portions created by Netscape are
|
# Communications Corporation. Portions created by Netscape are
|
||||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||||
# Reserved.
|
# Reserved.
|
||||||
|
#
|
||||||
|
|
||||||
DEPTH = ../..
|
DEPTH = ../..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
# no src yet, or tests or build
|
DIRS = public
|
||||||
DIRS = public
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!gmake
|
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# 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
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||||
|
@ -14,20 +13,18 @@
|
||||||
# Communications Corporation. Portions created by Netscape are
|
# Communications Corporation. Portions created by Netscape are
|
||||||
# Copyright (C) 1999 Netscape Communications Corporation. All Rights
|
# Copyright (C) 1999 Netscape Communications Corporation. All Rights
|
||||||
# Reserved.
|
# Reserved.
|
||||||
|
#
|
||||||
|
|
||||||
DEPTH = ../../..
|
DEPTH = ../../..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
MODULE = msgmdb
|
VPATH = @srcdir@
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
EXPORTS= \
|
MODULE = msgmdb
|
||||||
mdb.h \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
EXPORTS = mdb.h
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!gmake
|
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# 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
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||||
|
@ -14,17 +13,16 @@
|
||||||
# Communications Corporation. Portions created by Netscape are
|
# Communications Corporation. Portions created by Netscape are
|
||||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||||
# Reserved.
|
# Reserved.
|
||||||
|
#
|
||||||
|
|
||||||
DEPTH = ../..
|
DEPTH = ../..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
DIRS = src build
|
DIRS = src build
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!gmake
|
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Netscape Public License
|
# 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
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||||
|
@ -14,88 +13,84 @@
|
||||||
# Communications Corporation. Portions created by Netscape are
|
# Communications Corporation. Portions created by Netscape are
|
||||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||||
# Reserved.
|
# Reserved.
|
||||||
|
#
|
||||||
|
|
||||||
DEPTH = ../../..
|
DEPTH = ../../..
|
||||||
topsrcdir = @top_srcdir@
|
topsrcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
MODULE = msgmork
|
MODULE = msgmork
|
||||||
LIBRARY_NAME=msgmork_s
|
LIBRARY_NAME = msgmork_s
|
||||||
|
|
||||||
EXPORTS = \
|
CPPSRCS = \
|
||||||
$(NULL)
|
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 = \
|
EXTRA_DSO_LDOPTS = \
|
||||||
orkinCell.cpp\
|
-L$(DIST)/bin \
|
||||||
orkinCompare.cpp\
|
-L$(DIST)/lib \
|
||||||
orkinEnv.cpp\
|
$(NSPR_LIBS) \
|
||||||
orkinFactory.cpp\
|
$(NULL)
|
||||||
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)
|
|
||||||
|
|
||||||
override NO_SHARED_LIB=1
|
override NO_SHARED_LIB=1
|
||||||
override NO_STATIC_LIB=
|
override NO_STATIC_LIB=
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче