зеркало из https://github.com/mozilla/gecko-dev.git
Cleaned it up.
This commit is contained in:
Родитель
2df291f04e
Коммит
1992ecbc92
|
@ -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@
|
||||
|
@ -22,12 +22,16 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
MODULE = cookie
|
||||
LIBRARY_NAME = cookie
|
||||
|
||||
IS_COMPONENT = 1
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS = tests
|
||||
endif
|
||||
|
||||
REQUIRES = js netlib xpcom xppref32 nspr
|
||||
|
||||
CPPSRCS = \
|
||||
nsCookieService.cpp \
|
||||
nsCookie.cpp \
|
||||
|
@ -42,21 +46,6 @@ EXPORTS = \
|
|||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS = tests
|
||||
endif
|
||||
|
||||
MODULE = cookie
|
||||
|
||||
REQUIRES = js netlib xpcom xppref32 nspr
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
# hack until necko lands
|
||||
ifndef NECKO
|
||||
PUBLIC=$(DEPTH)/netwerk/dist/include
|
||||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
-L$(DIST)/bin \
|
||||
$(NSPR_LIBS) \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License
|
||||
# Version 1.1 (the "License"); you may not use this file except in
|
||||
# compliance with the License. You may obtain a copy of the License at
|
||||
|
@ -16,22 +16,20 @@
|
|||
# Inc. Portions created by New Dimensions Consulting, Inc. Copyright (C) 1999
|
||||
# New Dimenstions Consulting, Inc. All Rights Reserved.
|
||||
#
|
||||
#
|
||||
# Contributor(s):
|
||||
# Robert Ginda, rginda@ndcico.com, original author
|
||||
#
|
||||
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
MODULE = irc
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = \
|
||||
libbs \
|
||||
$(NULL)
|
||||
MODULE = irc
|
||||
|
||||
DIRS = libbs
|
||||
|
||||
JSLIBFILES = \
|
||||
$(srcdir)/js/lib/utils.js \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License
|
||||
# Version 1.1 (the "License"); you may not use this file except in
|
||||
# compliance with the License. You may obtain a copy of the License at
|
||||
|
@ -15,17 +15,23 @@
|
|||
# Inc. Portions created by New Dimensions Consulting, Inc. Copyright (C) 1999
|
||||
# New Dimenstions Consulting, Inc. All Rights Reserved.
|
||||
#
|
||||
#
|
||||
# Contributor(s):
|
||||
# Robert Ginda, rginda@ndcico.com, original author
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = bs
|
||||
LIBRARY_NAME = bs
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = bs xpcom
|
||||
|
||||
CSRCS = \
|
||||
bsutil.c \
|
||||
bserror.c \
|
||||
|
@ -36,18 +42,11 @@ CSRCS = \
|
|||
bsconnection.c \
|
||||
$(NULL)
|
||||
|
||||
XPIDLSRCS = \
|
||||
bsIConnection.idl \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
bsXPCConnection.cpp \
|
||||
bsXPCConnectionFactory.cpp \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = bs xpcom
|
||||
MODULE = bs
|
||||
LIBRARY_NAME = bs
|
||||
IS_COMPONENT = 1
|
||||
XPIDLSRCS = bsIConnection.idl
|
||||
|
||||
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,6 +13,7 @@
|
|||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
|
@ -22,10 +22,11 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
MODULE = pics
|
||||
LIBRARY_NAME = pics
|
||||
|
||||
REQUIRES = js netlib xpcom xppref32 nspr
|
||||
|
||||
CSRCS = \
|
||||
cslabel.c \
|
||||
csparse.c \
|
||||
|
@ -35,24 +36,10 @@ CSRCS = \
|
|||
lablpars.c \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsPICS.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
MODULE = pics
|
||||
|
||||
REQUIRES = js netlib xpcom xppref32 nspr
|
||||
|
||||
MKSHLIB :=
|
||||
CPPSRCS = nsPICS.cpp
|
||||
|
||||
# we don't want the shared lib
|
||||
NO_SHARED_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
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,6 +13,7 @@
|
|||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
|
@ -22,9 +22,9 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
CPPSRCS = TestPICS.cpp
|
||||
PROGRAM = TestPICS
|
||||
|
||||
LOCAL_INCLUDES =
|
||||
CPPSRCS = TestPICS.cpp
|
||||
|
||||
REQUIRES = js pics pref xpcom include
|
||||
|
||||
|
@ -34,15 +34,9 @@ LIBS = \
|
|||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
PROGRAM = TestPICS
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
EXPORT_SAMPLES = samples/picstest1.html
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
EXPORT_SAMPLES = \
|
||||
samples/picstest1.html \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_SAMPLES) $(DIST)/bin/res/samples
|
||||
|
|
|
@ -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 = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src editor signonviewer cookieviewer walletpreview build
|
||||
#DIRS=public src
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!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
|
||||
|
@ -13,6 +13,7 @@
|
|||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
|
@ -25,25 +26,17 @@ MODULE = walletviewers
|
|||
LIBRARY_NAME = cookieviewer_s
|
||||
XPIDL_MODULE = cookieviewer
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsICookieViewer.idl \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsCookieViewer.cpp \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = walleteditor raptor xpcom
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
CPPSRCS = nsCookieViewer.cpp
|
||||
|
||||
MKSHLIB :=
|
||||
XPIDLSRCS = nsICookieViewer.idl
|
||||
|
||||
# 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
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/CookieViewer.xul $(DIST)/bin/res/samples
|
||||
$(INSTALL) $(srcdir)/CookieViewer.js $(DIST)/bin/res/samples
|
||||
$(INSTALL) $(srcdir)/CookieViewer.xul $(srcdir)/CookieViewer.js $(DIST)/bin/res/samples
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!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
|
||||
|
@ -13,6 +13,7 @@
|
|||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
|
@ -25,26 +26,18 @@ MODULE = walletviewers
|
|||
LIBRARY_NAME = walleteditor_s
|
||||
XPIDL_MODULE = walleteditor
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIWalletEditor.idl \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsWalletEditor.cpp \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = walleteditor raptor xpcom
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
CPPSRCS = nsWalletEditor.cpp
|
||||
|
||||
MKSHLIB :=
|
||||
XPIDLSRCS = nsIWalletEditor.idl
|
||||
|
||||
# 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
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/WalletEditor.xul $(DIST)/bin/res/samples
|
||||
$(INSTALL) $(srcdir)/WalletEditor.js $(DIST)/bin/res/samples
|
||||
$(INSTALL) $(srcdir)/WalletEditor.xul $(srcdir)/WalletEditor.js $(DIST)/bin/res/samples
|
||||
|
||||
|
|
|
@ -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,19 +13,18 @@
|
|||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
EXPORTS = \
|
||||
nsIWalletService.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = wallet
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
EXPORTS = nsIWalletService.h
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!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
|
||||
|
@ -13,6 +13,7 @@
|
|||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
|
@ -25,25 +26,17 @@ MODULE = walletviewers
|
|||
LIBRARY_NAME = signonviewer_s
|
||||
XPIDL_MODULE = signonviewer
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsISignonViewer.idl \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsSignonViewer.cpp \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = walleteditor raptor xpcom
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
CPPSRCS = nsSignonViewer.cpp
|
||||
|
||||
MKSHLIB :=
|
||||
XPIDLSRCS = nsISignonViewer.idl
|
||||
|
||||
# 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
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/SignonViewer.xul $(DIST)/bin/res/samples
|
||||
$(INSTALL) $(srcdir)/SignonViewer.js $(DIST)/bin/res/samples
|
||||
$(INSTALL) $(srcdir)/SignonViewer.xul $(srcdir)/SignonViewer.js $(DIST)/bin/res/samples
|
||||
|
|
|
@ -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@
|
||||
|
@ -21,11 +21,13 @@ srcdir = @srcdir@
|
|||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
MODULE = wallet
|
||||
LIBRARY_NAME = wallet
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = wallet
|
||||
|
||||
CPPSRCS = \
|
||||
nsWalletFactory.cpp \
|
||||
nsWalletService.cpp \
|
||||
|
@ -33,11 +35,13 @@ CPPSRCS = \
|
|||
singsign.cpp \
|
||||
$(NULL)
|
||||
|
||||
MODULE=wallet
|
||||
REQUIRES=wallet
|
||||
|
||||
EXPORTS= $(NULL)
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
RES_FILES = \
|
||||
$(srcdir)/FieldSchema.tbl \
|
||||
$(srcdir)/URLFieldSchema.tbl \
|
||||
$(srcdir)/SchemaConcat.tbl \
|
||||
$(srcdir)/cookie.properties \
|
||||
$(srcdir)/wallet.properties \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
-L$(DIST)/bin \
|
||||
|
@ -47,8 +51,4 @@ EXTRA_DSO_LDOPTS =\
|
|||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(srcdir)/FieldSchema.tbl $(DIST)/bin/res
|
||||
$(INSTALL) $(srcdir)/URLFieldSchema.tbl $(DIST)/bin/res
|
||||
$(INSTALL) $(srcdir)/SchemaConcat.tbl $(DIST)/bin/res
|
||||
$(INSTALL) $(srcdir)/cookie.properties $(DIST)/bin/res
|
||||
$(INSTALL) $(srcdir)/wallet.properties $(DIST)/bin/res
|
||||
$(INSTALL) $(RES_FILES) $(DIST)/bin/res
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!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
|
||||
|
@ -13,6 +13,7 @@
|
|||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
|
@ -25,25 +26,17 @@ MODULE = walletviewers
|
|||
LIBRARY_NAME = walletpreview_s
|
||||
XPIDL_MODULE = walletpreview
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIWalletPreview.idl \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsWalletPreview.cpp \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = walleteditor raptor xpcom
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
CPPSRCS = nsWalletPreview.cpp
|
||||
|
||||
MKSHLIB :=
|
||||
XPIDLSRCS = nsIWalletPreview.idl
|
||||
|
||||
# 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
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/WalletPreview.xul $(DIST)/bin/res/samples
|
||||
$(INSTALL) $(srcdir)/WalletPreview.js $(DIST)/bin/res/samples
|
||||
$(INSTALL) $(srcdir)/WalletPreview.xul $(srcdir)/WalletPreview.js $(DIST)/bin/res/samples
|
||||
|
|
Загрузка…
Ссылка в новой задаче