gecko-dev/extensions/cookie/Makefile.in

81 строка
1.8 KiB
Makefile
Исходник Обычный вид История

1999-06-11 02:08:59 +04:00
#
# The contents of this file are subject to the Netscape 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 http://www.mozilla.org/NPL/
1999-06-11 02:08:59 +04:00
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
1999-06-11 02:08:59 +04:00
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
1999-06-11 02:08:59 +04:00
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
1999-09-08 04:24:27 +04:00
#
1999-06-11 02:08:59 +04:00
1999-09-08 04:24:27 +04:00
DEPTH = ../..
1999-06-11 02:08:59 +04:00
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
1999-09-08 04:24:27 +04:00
MODULE = cookie
LIBRARY_NAME = cookie
EXPORT_LIBRARY = 1
1999-09-08 04:24:27 +04:00
IS_COMPONENT = 1
MODULE_NAME = nsCookieModule
REQUIRES = xpcom string necko dom widget layout pref intl uriloader windowwatcher
1999-06-11 02:08:59 +04:00
ifdef ENABLE_TESTS
1999-09-08 04:24:27 +04:00
DIRS = tests
endif
1999-09-08 04:24:27 +04:00
CPPSRCS = \
nsModuleFactory.cpp \
1999-09-08 04:24:27 +04:00
nsCookie.cpp \
nsPermission.cpp \
nsCookieManager.cpp \
nsCookieService.cpp \
nsImgManager.cpp \
nsPermissionManager.cpp \
nsCookies.cpp \
nsImages.cpp \
nsPermissions.cpp \
nsUtils.cpp \
1999-09-08 04:24:27 +04:00
nsCookieHTTPNotify.cpp \
$(NULL)
1999-06-11 02:08:59 +04:00
XPIDLSRCS = \
nsICookieManager.idl \
nsIImgManager.idl \
nsIPermissionManager.idl \
nsICookieService.idl \
nsICookie.idl \
nsIPermission.idl \
$(NULL)
1999-09-08 04:24:27 +04:00
EXPORTS = \
nsCookieHTTPNotify.h \
$(NULL)
1999-06-11 02:08:59 +04:00
1999-09-08 04:24:27 +04:00
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
1999-09-08 04:24:27 +04:00
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
$(XPCOM_LIBS) \
1999-09-08 04:24:27 +04:00
$(NSPR_LIBS) \
$(NULL)
1999-06-11 02:08:59 +04:00
include $(topsrcdir)/config/rules.mk
1999-09-11 05:34:27 +04:00
install::
@$(REGCHROME) content cookie comm.jar
@$(REGCHROME) locale en-US/cookie en-US.jar