gecko-dev/extensions/cookie/Makefile.in

34 строки
769 B
Makefile
Исходник Обычный вид История

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
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
MODULE = cookie
LIBRARY_NAME = cookie
EXPORT_LIBRARY = 1
1999-09-08 04:24:27 +04:00
IS_COMPONENT = 1
MODULE_NAME = nsCookieModule
GRE_MODULE = 1
LIBXUL_LIBRARY = 1
1999-06-11 02:08:59 +04:00
1999-09-08 04:24:27 +04:00
CPPSRCS = \
nsCookieModule.cpp \
nsPermission.cpp \
nsPermissionManager.cpp \
2002-09-11 06:12:14 +04:00
nsPopupWindowManager.cpp \
nsCookiePromptService.cpp \
nsCookiePermission.cpp \
1999-09-08 04:24:27 +04:00
$(NULL)
1999-06-11 02:08:59 +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