1999-06-11 02:08:59 +04:00
|
|
|
#
|
2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
1999-06-11 02:08:59 +04:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @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
|
|
|
LIBRARY_NAME = cookie
|
2001-04-28 23:48:12 +04:00
|
|
|
EXPORT_LIBRARY = 1
|
1999-09-08 04:24:27 +04:00
|
|
|
IS_COMPONENT = 1
|
2001-06-21 00:21:49 +04:00
|
|
|
MODULE_NAME = nsCookieModule
|
2006-05-25 19:45:17 +04:00
|
|
|
LIBXUL_LIBRARY = 1
|
2002-12-28 04:15:07 +03:00
|
|
|
|
1999-06-11 02:08:59 +04:00
|
|
|
|
1999-09-08 04:24:27 +04:00
|
|
|
CPPSRCS = \
|
2006-06-12 21:56:15 +04:00
|
|
|
nsCookieModule.cpp \
|
2001-03-29 06:11:48 +04:00
|
|
|
nsPermission.cpp \
|
|
|
|
nsPermissionManager.cpp \
|
2002-09-11 06:12:14 +04:00
|
|
|
nsPopupWindowManager.cpp \
|
2003-01-22 08:52:33 +03:00
|
|
|
nsCookiePromptService.cpp \
|
2003-03-22 04:24:51 +03:00
|
|
|
nsCookiePermission.cpp \
|
1999-09-08 04:24:27 +04:00
|
|
|
$(NULL)
|
1999-06-11 02:08:59 +04:00
|
|
|
|
2010-07-15 18:04:25 +04:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
1999-06-11 02:08:59 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|