2004-10-09 04:04:10 +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/.
|
2004-10-09 04:04:10 +04:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
2004-10-09 04:04:10 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-08-04 22:26:44 +04:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2004-10-09 04:04:10 +04:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2009-07-23 02:18:33 +04:00
|
|
|
LOCAL_INCLUDES = \
|
|
|
|
-I$(srcdir)/../src \
|
|
|
|
$(NULL)
|
|
|
|
|
2004-10-09 04:04:10 +04:00
|
|
|
LIBS = \
|
|
|
|
$(LIBS_DIR) \
|
2010-08-02 03:30:12 +04:00
|
|
|
$(MOZ_COMPONENT_LIBS) \
|
2009-07-23 02:18:33 +04:00
|
|
|
$(SQLITE_LIBS) \
|
2004-10-09 04:04:10 +04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|